PV Chain Helpers #
Definitions for pvIntegralLogDeriv, the singular sets sArcOfS and
sVertOfS, and the two core analytical stubs
(cpv_modular_side_of_SarcSvert and cpv_residue_side_of_SarcSvert)
that are needed to prove pv_modular_side and pv_residue_side.
Main Results #
cpv_modular_side_of_SarcSvert— the CPV integral off'/faroundfdBoundaryH Hequals-(2πi · (k/12 - ord_∞(f))).cpv_residue_side_of_SarcSvert— the CPV integral off'/faroundfdBoundaryH Hequals2πi · Σ gWN · ord.
noncomputable def
pvIntegrand
{k : ℤ}
(f : ModularForm (Subgroup.map (Matrix.SpecialLinearGroup.mapGL ℝ) (CongruenceSubgroup.Gamma 1)) k)
(γ : ℝ → ℂ)
(S₀ : Finset ℂ)
(ε t : ℝ)
:
The ε-truncated integrand for the PV integral of f'/f along γ,
with singular set S₀. Zero when γ(t) is within ε of any s ∈ S₀,
otherwise logDeriv f (γ t) * γ'(t).
Equations
- pvIntegrand f γ S₀ ε t = cauchyPrincipalValueIntegrandOn S₀ (logDeriv (modularFormCompOfComplex f)) γ ε t
Instances For
CPV existence at all on-curve singular points of fdBoundaryH H.
Equations
- One or more equations did not get rendered due to their size.
Instances For
CPV exists at every on-curve singular point.
theorem
sum_gWN_ord_eq_filter_zeros
{k : ℤ}
(f : ModularForm (Subgroup.map (Matrix.SpecialLinearGroup.mapGL ℝ) (CongruenceSubgroup.Gamma 1)) k)
(S : Finset UpperHalfPlane)
(g : ℂ → ℂ)
:
∑ s ∈ S, g ↑s * ↑(orderOfVanishingAt' (⇑f) s) = ∑ s ∈ S with f s = 0, g ↑s * ↑(orderOfVanishingAt' (⇑f) s)
Summing gWN · ord over all of S equals summing over just zeros.