The integration cochain defines a linear cohomology map
ProvedMTT.Cohomology.integration_linear_map_existsgroup-cohomologymodular-formsperiods
Let and . For a weight- cusp form on , let be the polynomial-valued cusp-to-cusp integration cochain
Then is homogeneous of degree , satisfies the modular-symbol cocycle relation, and is -equivariant. Moreover, the assignment defines a complex-linear map from cusp forms to .
Formalization Note The asserted map is required to have underlying function exactly integrationCochain f, so the theorem includes both well-definedness in the compactly supported cohomology model and linearity.
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_linear_map_exists
{N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k) :
∃ I : CuspForm (MTT.GammaOne N) (k : ℤ) →ₗ[ℂ] Hc N (k-2) ℂ,
∀ f, (I f).val = integrationCochain f := 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.