Eichler–Shimura injectivity: a principal mixed period cocycle has zero cusp forms
ProvedMTT.Cohomology.period_cocycle_injectivegroup-cohomologymodular-formsmodular-symbols
Let , , , and let . Write for the normalized cusp primitive of : it vanishes at infinity and for is
For a matrix the coefficient action is . Put ; it sends a finite cusp to and fixes infinity.
Suppose there is a homogeneous degree- polynomial such that, for every ,
Then .
Thus the sum of the holomorphic and reflected period cocycles cannot be a principal group cocycle unless both cusp forms vanish. This is the injectivity assertion in ordinary/parabolic Eichler–Shimura cohomology, expressed in the mission's homogeneous-polynomial, left-action and normalized-integral conventions. There is no hypothesis about a boundary function on all cusps or a chosen integration map.
Preamble
import Definitions.Def_MTT_Cohomology_Integration set_option autoImplicit false noncomputable section open MTT.Cohomology
Formal statement
theorem MTT.Cohomology.period_cocycle_injective
{N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
(g h : CuspForm (MTT.GammaOne N) (k : ℤ)) (P : Binary ℂ)
(hP : P ∈ Sym ℂ (k - 2))
(hcob : ∀ γ : CongruenceSubgroup.Gamma1 N,
cuspPrimitive g (cuspAct γ.val OnePoint.infty) +
act !![-1, 0; 0, 1] (cuspPrimitive h
(fractional !![-1, 0; 0, 1] (cuspAct γ.val OnePoint.infty))) =
act γ.val.val P - P) :
g = 0 ∧ h = 0 := by sorrySource
Ash–Stevens, Modular forms in characteristic ℓ and special values of their L-functions, Duke Math. J. 53 (1986), Theorem 2.3, p. 853, https://math.bu.edu/people/ghs/papers/Mod_fms_char_ell.pdf (ordinary group-cohomology Eichler–Shimura). Explicit period-cocycle construction and injectivity proof: Columbia Spring 2021 modular-forms seminar notes, Week 4–5, §1.2, Theorem 1, pp. 8–10, https://www.math.columbia.edu/~dmarcil/Seminars/2021_Spring/Notes/Week4-5.pdf. The displayed Lean formulation changes from a based interior primitive to the normalized cusp primitive, and realizes the antiholomorphic summand by reflection, as in the MTT mission.