Documentation

LeanPool.LeanModularForms.GeneralizedResidueTheory.PVInfrastructure.UniformStepBound

PV Infrastructure: Uniform Step Bound #

The main uniform step bound for dyadic PV convergence. Combines the remainder analysis, gamma bounds, and singular annulus bound into a single epsilon-independent estimate.

Main Results #

theorem pv_step_bound_ratio_two_uniform {γ : } {a b t₀ : } {L : } (hab : a < b) (hat₀ : t₀ Set.Ioo a b) (hγ_C2 : ContDiffAt 2 γ t₀) (hγ_deriv : deriv γ t₀ = L) (hL : L 0) (hγ_meas : Measurable γ) (hγ_cont_deriv : ContinuousOn (deriv γ) (Set.Icc a b)) (hγ_cont : ContinuousOn γ (Set.Icc a b)) (h_inj : tSet.Icc a b, γ t = γ t₀t = t₀) :
Kstep > 0, δ > 0, ∀ (ε₁ ε₂ : ), 0 < ε₂ε₂ ε₁ε₁ 2 * ε₂ε₁ < δhave I := fun (ε : ) => (t : ) in a..b, if ε < γ t - γ t₀ then (γ t - γ t₀)⁻¹ * deriv γ t else 0; I ε₂ - I ε₁ Kstep * ε₁

Uniform step bound with epsilon-independent constant.