Stokes vanishing for an equivariant mixed primitive
ProvedMTT.Cohomology.equivariant_primitive_pairings_zerogroup-cohomologymodular-formsperiods
Let , , , and . Suppose the mixed differential
admits a -equivariant primitive with at most polynomial coefficient growth in every cusp chart (the predicate IsMixedPeriodPrimitive). Then for every ,
Here is the determinant contraction normalized by , and
The domain convention is a sum over inverse right-coset representatives applied to the standard modular fundamental region, as specified in periodDomainIntegral. It can include a harmless central multiplicity when is absent from the group. This is the integration-by-parts input for the two opposite-type test differentials; it asserts vanishing, without asserting that the cusp forms vanish.
Preamble
import Definitions.Def_MTT_PeriodPairing set_option autoImplicit false noncomputable section open scoped ComplexConjugate open MTT.Cohomology
Formal statement
theorem MTT.Cohomology.equivariant_primitive_pairings_zero
{N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
(g v : CuspForm (MTT.GammaOne N) (k : ℤ))
(U : ℂ → Binary ℂ) (hU : IsMixedPeriodPrimitive g v U) :
∀ q : CuspForm (MTT.GammaOne N) (k : ℤ),
periodPairing N (k - 2) g q = 0 ∧
periodPairing N (k - 2) q v = 0 := by sorrySource
Columbia Spring 2021 modular-forms seminar notes, Week 4–5, §1.2, Theorem 1 and its injectivity proof, pp. 7–10, https://www.math.columbia.edu/~dmarcil/Seminars/2021_Spring/Notes/Week4-5.pdf. These four lemmas adapt the invariant-contraction/Stokes proof to the MTT mission’s binary-polynomial, reflected-summand and normalized cusp-primitive conventions; the coefficientwise derivative and finite-coset integral interfaces are explicit formalization choices.