Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiCanonicalXiQuantitativeDerivatives

noncomputable def Section10CanonicalXi.xiSlope (s : ) :
Equations
Instances For
    theorem Section10CanonicalXi.xiSlope_hasDerivAt {s : } (hs : 1 < s) :
    HasDerivAt xiSlope (1 - 1 / xi s + (s - 1) * (xiSlope s)⁻¹ / xi s ^ 2) s
    theorem Section10CanonicalXi.xiSlope_pos {s : } (hs : 1 < s) :
    theorem Section10CanonicalXi.xi_hasDerivAt_deriv {s : } (hs : 1 < s) :
    HasDerivAt (deriv xi) (-(1 - 1 / xi s + (s - 1) * (xiSlope s)⁻¹ / xi s ^ 2) / xiSlope s ^ 2) s

    Exact second implicit-derivative formula for the canonical inverse.

    theorem Section10CanonicalXi.xi_secondDeriv {s : } (hs : 1 < s) :
    deriv (deriv xi) s = -(1 - 1 / xi s + (s - 1) * (xiSlope s)⁻¹ / xi s ^ 2) / xiSlope s ^ 2
    theorem Section10CanonicalXi.xiSlope_eq {s : } (hs : 1 < s) :
    xiSlope s = (s * (xi s - 1) + 1) / xi s
    theorem Section10CanonicalXi.xi_deriv_sub_reciprocal_eq {s : } (hs : 1 < s) :
    deriv xi s - 1 / s = (s - 1) / (s * (s * (xi s - 1) + 1))

    Quantitative first-order asymptotic, with explicit threshold and constant.

    Quantitative second-order asymptotic, with explicit threshold and constant.

    theorem Section10CanonicalXi.xi_deriv_asymptotic_unitWindow {s t : } (hs : Real.exp 2 s) (ht : t Set.Icc s (s + 1)) :
    |deriv xi t - 1 / t| 2 / (s * Real.log s)

    First-derivative estimate uniformly on the unit window [s,s+1].

    Second-derivative estimate uniformly on the unit window [s,s+1].