Logarithmically weighted square summability of cusp-form coefficients
ProvedMTT.cusp_log_weighted_square_summablegroup-cohomologymodular-forms
For a weight- cusp form on , with and , its width-one Fourier coefficients satisfy
This includes weight 2. The term at in the Lean sum is zero by the totalized logarithm and division conventions. The coefficients are the actual coefficients of the analytic q-expansion.
Preamble
import Definitions.Def_MTT_Cohomology_Boundary import Mathlib.NumberTheory.LSeries.PrimesInAP set_option autoImplicit false noncomputable section open scoped BigOperators open MTT.Cohomology
Formal statement
theorem MTT.cusp_log_weighted_square_summable
{N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
(f : CuspForm (MTT.GammaOne N) (k : ℤ)) :
Summable (fun m : ℕ =>
‖(UpperHalfPlane.qExpansion 1 f).coeff m‖^2 * Real.log m /
(m : ℝ)^(k+1)) := by sorrySource
Z. Rudnick, Modular forms 2019: Petersson formula notes, Lemma 1.1 and Theorem 1.2, pp. 2–3, https://www.math.tau.ac.il/~rudnick/courses/modular%20forms%202019/peterssonformula.pdf. The Parseval estimate sum_{m≤X}|a_m|² ≪ X^k gives the stated summability by dyadic summation; finite-index congruence level uses the same argument.