Reflection identifies the antiholomorphic cusp-form summand
ProvedMTT.Cohomology.period_reflected_cusp_formgroup-cohomologymodular-formsperiods
Let , , and . Reflection defines a cusp form of the same level and weight, with
This identifies the reflected period summand with an antiholomorphic differential. Specifically, if , and , then pulling back by and applying to coefficients gives . The displayed cusp-form existence and zero equivalence are the formal assertion; the differential identity explains its convention.
Preamble
import Definitions.Def_MTT_PeriodPairing set_option autoImplicit false noncomputable section open scoped ComplexConjugate open MTT.Cohomology
Formal statement
theorem MTT.Cohomology.period_reflected_cusp_form
{N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
(h : CuspForm (MTT.GammaOne N) (k : ℤ)) :
∃ v : CuspForm (MTT.GammaOne N) (k : ℤ),
(∀ z : UpperHalfPlane, conj (v z) = h (periodReflect z)) ∧
(v = 0 ↔ h = 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.