Hecke equivariance of cusp-to-cusp integration
ProvedMTT.Cohomology.integration_cochain_hecke_equivariantgroup-cohomologyhecke-operatorsmodular-forms
Let and . The cusp-to-cusp integration map
intertwines the analytic and modular-symbol prime Hecke operators. Explicitly, for every Dirichlet character modulo , every prime (including primes dividing ), and every cusp form , integrating the analytic transform gives the modular-symbol transform , with the normalizations fixed in the cohomology definitions.
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.integration_cochain_hecke_equivariant
{N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
(I : CuspForm (MTT.GammaOne N) (k : ℤ) →ₗ[ℂ] Hc N (k-2) ℂ)
(hI : ∀ f, (I f).val = integrationCochain f) :
HeckeEquivariant I := by sorrySource
Ash–Stevens, Modular forms in characteristic l and special values of their L-functions (1986), §2, Theorem 2.3, p. 853, https://math.bu.edu/people/ghs/papers/Mod_fms_char_ell.pdf; the target retains the full prime-Hecke normalization, including primes dividing N.