Period pairings as finite sums of Wirtinger integrals
OpenMTT.Cohomology.period_pairings_eq_wirtinger_sumsmeasure-theorymodular-formsperiods
Let be a finite set of right-coset representatives for in . Suppose two scalar functions have integrable Wirtinger derivatives on every translated standard domain and satisfy
Then the corresponding period pairings are exactly
This is the change-of-domain and change-of-measure interface between the quotient-based definition of the period pairing and finite sums of Euclidean integrals on fundamental-domain tiles.
Retired. The original statement omitted the necessary weight-range hypothesis . Use MTT.Cohomology.period_pairings_eq_wirtinger_sums_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.period_pairings_eq_wirtinger_sums
{N k : ℕ}
(g v 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) ℤ)))
{A₁ A₂ : ℂ → ℂ}
(hint₁ : ∀ σ ∈ R, IntegrableOn
(fun z ↦ (1 / 2 : ℂ) *
(fderiv ℝ A₁ z 1 - Complex.I * fderiv ℝ A₁ z Complex.I))
((fun τ : ℍ ↦ ((σ • τ : ℍ) : ℂ)) '' 𝒟) volume)
(hint₂ : ∀ σ ∈ R, IntegrableOn
(fun z ↦ (1 / 2 : ℂ) *
(fderiv ℝ A₂ z 1 - Complex.I * fderiv ℝ A₂ z Complex.I))
((fun τ : ℍ ↦ ((σ • τ : ℍ) : ℂ)) '' 𝒟) volume)
(hderiv₁ : ∀ z : ℍ,
(1 / 2 : ℂ) *
(fderiv ℝ A₁ z 1 - Complex.I * fderiv ℝ A₁ z Complex.I) =
periodContraction (k - 2)
(g z • periodPower (k - 2) (z : ℂ))
(conj (q z) • periodPower (k - 2) (conj (z : ℂ))))
(hderiv₂ : ∀ z : ℍ,
(1 / 2 : ℂ) *
(fderiv ℝ A₂ z 1 - Complex.I * fderiv ℝ A₂ z Complex.I) =
-conj (periodContraction (k - 2)
(q z • periodPower (k - 2) (z : ℂ))
(conj (v z) • periodPower (k - 2) (conj (z : ℂ))))) :
periodPairing N (k - 2) g q =
∑ σ ∈ R, ∫ z in (fun τ : ℍ ↦ ((σ • τ : ℍ) : ℂ)) '' 𝒟,
(1 / 2 : ℂ) *
(fderiv ℝ A₁ z 1 - Complex.I * fderiv ℝ A₁ z Complex.I) ∧
periodPairing N (k - 2) q v =
-conj (∑ σ ∈ R, ∫ z in (fun τ : ℍ ↦ ((σ • τ : ℍ) : ℂ)) '' 𝒟,
(1 / 2 : ℂ) *
(fderiv ℝ A₂ z 1 - Complex.I * fderiv ℝ A₂ z Complex.I)) := by sorrySource
Columbia Spring 2021 modular-forms seminar notes, Week 4–5, §1.2, proof of Theorem 1, pp. 7–10, https://www.math.columbia.edu/~dmarcil/Seminars/2021_Spring/Notes/Week4-5.pdf; change of variables from hyperbolic measure to Euclidean area on a finite coset fundamental domain.