Analytic transformation and linearity of cusp primitives
ProvedMTT.Cohomology.cuspPrimitive_analytic_relationsgroup-cohomologymodular-formsperiods
Let and . For a cusp form on , write
The cusp primitive has the following three analytic properties.
- For and every rational or infinite cusp ,
- For cusp forms , one has .
- For , one has .
The first identity is the modular change-of-variables formula for the cusp integral. The latter identities assert linearity of the convergent improper integrals at all cusps. Together they are the analytic input needed to turn cusp-to-cusp integration into a linear, equivariant modular symbol.
Preamble
import Definitions.Def_MTT_Cohomology_Integration import Mathlib.RingTheory.Flat.Basic set_option autoImplicit false noncomputable section open scoped BigOperators TensorProduct open MTT.Cohomology
Formal statement
theorem MTT.Cohomology.cuspPrimitive_analytic_relations
{N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k) :
(∀ (f : CuspForm (MTT.GammaOne N) (k : ℤ))
(γ : CongruenceSubgroup.Gamma1 N) (x : Cusp),
cuspPrimitive f (cuspAct γ.val x) =
act γ.val.val (cuspPrimitive f x) +
cuspPrimitive f (cuspAct γ.val OnePoint.infty)) ∧
(∀ (f g : CuspForm (MTT.GammaOne N) (k : ℤ)) (x : Cusp),
cuspPrimitive (f + g) x = cuspPrimitive f x + cuspPrimitive g x) ∧
(∀ (a : ℂ) (f : CuspForm (MTT.GammaOne N) (k : ℤ)) (x : Cusp),
cuspPrimitive (a • f) x = a • cuspPrimitive f x) := by sorrySource
Shimura, Introduction to the Arithmetic Theory of Automorphic Functions (1971), Chapter 8; Ash–Stevens, Modular forms in characteristic l and special values of their L-functions (1986), §2, construction preceding Theorem 2.3, p. 853, https://math.bu.edu/people/ghs/papers/Mod_fms_char_ell.pdf.