Period pairing as a finite transversal integral in weight at least two
ProvedMTT.Cohomology.periodPairing_eq_transversal_integral_of_weight_ge_twocohomologycomplex-analysismodular-forms
Let , and let be a finite right transversal for in . If an integrable complex density agrees on the upper half-plane with the period-contraction density attached to cusp forms and of weight , then
This is the finite-index unfolding formula used to pass between the quotient definition of the period pairing and translated fundamental domains. The lower bound on ensures that the symmetric-power degree has the intended weight.
Preamble
import Definitions.Def_MTT_PeriodPairing import Mathlib.NumberTheory.ModularForms.Bounds set_option autoImplicit false noncomputable section open UpperHalfPlane MeasureTheory open scoped MatrixGroups Modular ComplexConjugate open MTT.Cohomology
Formal statement
theorem MTT.Cohomology.periodPairing_eq_transversal_integral_of_weight_ge_two
{N k : ℕ} (hk : 2 ≤ k)
(f q : CuspForm (MTT.GammaOne N) (k : ℤ))
(R : Finset (Matrix.SpecialLinearGroup (Fin 2) ℤ))
(hR : Subgroup.IsComplement
(CongruenceSubgroup.Gamma1 N : Set (Matrix.SpecialLinearGroup (Fin 2) ℤ))
(R : Set (Matrix.SpecialLinearGroup (Fin 2) ℤ)))
(D : ℂ → ℂ)
(hint : ∀ σ ∈ R, IntegrableOn D
((fun τ : ℍ ↦ ((σ • τ : ℍ) : ℂ)) '' 𝒟) volume)
(hD : ∀ z : ℍ, D z =
periodContraction (k - 2)
(f z • periodPower (k - 2) (z : ℂ))
(conj (q z) • periodPower (k - 2) (conj (z : ℂ)))) :
periodPairing N (k - 2) f q =
∑ σ ∈ R, ∫ z in (fun τ : ℍ ↦ ((σ • τ : ℍ) : ℂ)) '' 𝒟, D z := by sorrySource
Classical mixed Eichler--Shimura period-pairing argument for positive level and weight at least two: contraction identities, cusp-form decay, and finite-index unfolding.