Injectivity of cusp-to-cusp integration
ProvedMTT.Cohomology.integration_cochain_injectivegroup-cohomologymodular-formsperiods
Let and , and let
be the complex-linear map whose underlying modular symbol is cusp-to-cusp integration, normalized by . Then is injective: a cusp form whose integrals between every pair of rational cusps vanish is identically zero.
This is the analytic injectivity assertion in the modular-symbol realization of the Eichler–Shimura map.
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_injective
{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) :
Function.Injective I := 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, Theorem 2.3, p. 853, https://math.bu.edu/people/ghs/papers/Mod_fms_char_ell.pdf.