Parabolic Eichler–Shimura surjectivity in explicit period-cocycle form
ProvedMTT.Cohomology.parabolic_period_cocycle_surjectivegroup-cohomologymodular-formsmodular-symbols
Let , , , , and be the homogeneous degree- polynomials in . Use the left action
Let be a group cocycle, so
Assume it is parabolic: whenever fixes a cusp , there is with .
For a cusp form , let and
Write , acting by on finite cusps and fixing infinity. Then there exist and such that, for all ,
Thus every parabolic group-cohomology class is represented by holomorphic and reflected cusp-form periods. The principal correction makes the statement an equality of cocycles, not merely of cohomology classes.
Preamble
import Definitions.Def_MTT_Cohomology_Integration set_option autoImplicit false noncomputable section open MTT.Cohomology
Formal statement
theorem MTT.Cohomology.parabolic_period_cocycle_surjective
{N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
(c : CongruenceSubgroup.Gamma1 N → Binary ℂ)
(hsym : ∀ γ, c γ ∈ Sym ℂ (k - 2))
(hcoc : ∀ γ δ, c (γ * δ) = c γ + act γ.val.val (c δ))
(hpar : ∀ (x : Cusp) (γ : CongruenceSubgroup.Gamma1 N), cuspAct γ.val x = x →
∃ Q : Binary ℂ, Q ∈ Sym ℂ (k - 2) ∧ c γ = act γ.val.val Q - Q) :
∃ (g h : CuspForm (MTT.GammaOne N) (k : ℤ)) (P : Binary ℂ),
P ∈ Sym ℂ (k - 2) ∧ ∀ γ : CongruenceSubgroup.Gamma1 N,
c γ = 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) := by sorrySource
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 (parabolic Eichler–Shimura isomorphism; §1.1 defines parabolic cocycles). Ash–Stevens, Modular forms in characteristic ℓ and special values of their L-functions, Duke Math. J. 53 (1986), Theorem 2.3, p. 853 and Proposition 4.2, p. 862, https://math.bu.edu/people/ghs/papers/Mod_fms_char_ell.pdf. This specializes the parabolic isomorphism to Gamma1(N), reexpresses the standard symmetric power as homogeneous binary polynomials, uses the normalized cusp primitive as basepoint convention, and parametrizes the antiholomorphic summand by reflection.