Period pairing as a finite transversal integral
OpenMTT.Cohomology.periodPairing_eq_transversal_integralcohomologymeasure-theorymodular-forms
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 , then the period pairing is the sum of the Euclidean integrals of over the translated standard modular domains , for . This packages quotient reindexing, invariance of hyperbolic measure, and the conversion .
Retired. The original statement omitted the weight-range hypothesis needed for the symmetric-power degree and its transformation law. Use MTT.Cohomology.periodPairing_eq_transversal_integral_of_weight_ge_two instead.
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
{N 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 unfolding/change-of-variables formula for finite-index modular quotients and the invariant hyperbolic measure.