The period contraction is a nonzero multiple of the Petersson norm
ProvedMTT.Cohomology.period_pairing_petersson_definitegroup-cohomologymodular-formsperiods
Let , , , and . The determinant contraction and Petersson product, with the same domain convention, satisfy
Here contracts with its conjugate and multiplies by before integrating against hyperbolic measure. The Petersson product is the integral of against that measure. Both use the sum of integrals on the standard modular fundamental region over inverse right-coset representatives for in .
The statement includes weight two. It records both the exact nonzero normalization and definiteness. Establishing convergence of these explicitly defined integrals is part of this analytic obligation; no integrability or finite-dimensionality assumption is imposed on the cusp form.
Preamble
import Definitions.Def_MTT_PeriodPairing set_option autoImplicit false noncomputable section open scoped ComplexConjugate open MTT.Cohomology
Formal statement
theorem MTT.Cohomology.period_pairing_petersson_definite
{N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
(f : CuspForm (MTT.GammaOne N) (k : ℤ)) :
periodPairing N (k - 2) f f =
(2 * Complex.I) ^ (k - 2) * periodPetersson N k f f ∧
(periodPairing N (k - 2) f f = 0 ↔ f = 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.