A principal mixed period cocycle admits an equivariant primitive
ProvedMTT.Cohomology.principal_period_equivariant_primitivegroup-cohomologymodular-formsperiods
Let , , , and let satisfy . Write for the mission's cusp primitive, normalized by , and . Suppose satisfies
Then there exists a homogeneous-polynomial-valued primitive on the upper half-plane such that
Moreover, in every cusp chart and every fixed bounded horizontal strip, each coefficient of has at most polynomial growth as , for every . The primitive need not tend to zero.
Formalization Note The derivative is expressed coefficientwise as a real Fréchet derivative on the open upper half-plane. The primitive is represented by an arbitrary extension to ; no conditions are imposed outside the upper half-plane. Its derivative is unnormalized; the fixed factor in the cusp primitive is removed in passing to .
Preamble
import Definitions.Def_MTT_PeriodPairing set_option autoImplicit false noncomputable section open scoped ComplexConjugate open MTT.Cohomology
Formal statement
theorem MTT.Cohomology.principal_period_equivariant_primitive
{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)
(v : CuspForm (MTT.GammaOne N) (k : ℤ))
(hv : ∀ z : UpperHalfPlane, conj (v z) = h (periodReflect z)) :
∃ U : ℂ → Binary ℂ, IsMixedPeriodPrimitive g v U := 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.