Quasiperiods and the Legendre relation #
Statements from chapter 2 of Milla (arXiv:1809.00533v6, file 070_Quasiperiods.tex):
PeriodPair.eta₁,PeriodPair.eta₂: the basic quasiperiodsη₁ = 2ζ(ω₁/2)andη₂ = 2ζ(ω₂/2)(paper Def.defetak; by oddness ofζ,2ζ(ω_k/2)equalsζ(z+ω_k) - ζ(z)for anyz ∉ L);- quasi-periodicity of
ζ(papereta,defetak); - the Legendre relation
η₁ω₂ - η₂ω₁ = 2πi(paperlegendre) — the paper's residue computation implicitly uses a positively oriented basis, so we state it under the orientation hypothesis0 < Im(ω₂/ω₁), which holds forL = Lτ τ; - the bridge
η₁(L_τ) = G₂(τ)to Mathlib's Eisenstein seriesEisensteinSeries.G2(the Eisenstein summation ofη₁; withG₂ = 2ζ(2)E₂andζ(2) = π²/6this is the paper'sη₁ = π²E₂/3from Thm.fouriertheorem, proved inFourier.lean).
All statements in this file are fully proved.
The first basic quasiperiod η₁(L) = 2ζ(ω₁/2) (paper Def. defetak; this equals
ζ(z+ω₁) - ζ(z) for every z ∉ L, see weierstrassZeta_add_ω₁).
Instances For
The second basic quasiperiod η₂(L) = 2ζ(ω₂/2) (paper Def. defetak; this equals
ζ(z+ω₂) - ζ(z) for every z ∉ L, see weierstrassZeta_add_ω₂).
Instances For
Quasi-periodicity of ζ in the direction ω₁: ζ(z+ω₁) = ζ(z) + η₁ for z ∉ L
(paper eta and Def. defetak).
Quasi-periodicity of ζ in the direction ω₂: ζ(z+ω₂) = ζ(z) + η₂ for z ∉ L
(paper eta and Def. defetak).
A local copy of the scaling action a • L #
The scaling action a • L and its transformation laws live in Lattices.lean, which imports
this file, so they are not available here. We replicate the small part we need as private
helpers.
Legendre's relation (paper legendre): η₁ω₂ - η₂ω₁ = 2πi for a positively
oriented basis (0 < Im(ω₂/ω₁); for the opposite orientation the right-hand side is
-2πi).
The first quasiperiod of L_τ is the weight-2 Eisenstein series G₂ in its
Eisenstein summation order (Mathlib's EisensteinSeries.G2, summed over symmetric
intervals). Together with G₂ = 2ζ(2)·E₂ and ζ(2) = π²/6, this is the paper's
η₁(L_τ) = π²E₂(τ)/3 from Thm. fouriertheorem (see Fourier.lean).