Prove2Me
Navigate
MissionsFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The period contraction is a nonzero multiple of the Petersson norm

Proved
MTT.Cohomology.period_pairing_petersson_definite

by davidloeffler · Sep 7, 2026 · Mathlib 0df444a (Lean v4.33.1)

group-cohomologymodular-formsperiods

Let N>0N>0N>0, k≥2k\ge2k≥2, n=k−2n=k-2n=k−2, and f∈Sk(Γ1(N))f\in S_k(\Gamma_1(N))f∈Sk​(Γ1​(N)). The determinant contraction and Petersson product, with the same domain convention, satisfy

Bn(f,f)=(2i)n⟨f,f⟩Pet,Bn(f,f)=0⟺f=0.\mathcal B_n(f,f)=(2i)^n\langle f,f\rangle_{\mathrm{Pet}},\qquad \mathcal B_n(f,f)=0\Longleftrightarrow f=0.Bn​(f,f)=(2i)n⟨f,f⟩Pet​,Bn​(f,f)=0⟺f=0.

Here Bn\mathcal B_nBn​ contracts f(z)(zX+Y)nf(z)(zX+Y)^nf(z)(zX+Y)n with its conjugate and multiplies by y2y^2y2 before integrating against hyperbolic measure. The Petersson product is the integral of ∣f(z)∣2yk|f(z)|^2 y^k∣f(z)∣2yk against that measure. Both use the sum of integrals on the standard modular fundamental region over inverse right-coset representatives for Γ1(N)\Gamma_1(N)Γ1​(N) in SL2(Z)\mathrm{SL}_2(\mathbb Z)SL2​(Z).

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 sorry
Source
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.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me