Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiLemma87DimensionOne

The middle-range prime sum in Suzuki Lemma 8.7 (dimension one): the prime range stops at v, while the Euler suffix ratio still stops at z.

Equations
Instances For

    Exact factorization used in Suzuki's proof of Lemma 8.7.

    theorem MathlibNt.SieveTheory.SwitchingPrinciple.suzukiLemmaEightSevenDimensionOne {S : BoundingSieve} {D z v w s τ σ K : } {H : } (hD : 1 < D) (hz2 : 2 z) (hv2 : 2 v) (hw2 : 2 w) (hwv : w v) (hvz : v z) (hz : z = D ^ (1 / s)) (hv : v = D ^ (1 / τ)) (hw : w = D ^ (1 / σ)) (hHcont : Continuous H) (hH0 : tSet.Icc τ σ, 0 H t) (hHt : AntitoneOn (fun (t : ) => H t * t) (Set.Icc τ σ)) (hK : 2 K) (hlocal : HasDimensionOneLocalProductBound S K) :
    suzukiLemmaEightSevenPrimeSum S D w v z H (1 / s * (t : ) in τ..σ, H t) + 6 * K ^ 2 * H τ / Real.log w * (τ / s)

    Suzuki Lemma 8.7, specialized to sieve dimension one (κ = 1). The sum is over the middle range w ≤ p < v, but retains the suffix ratio V(p)/V(z). The error is exactly 6 K² H(τ) / log w * (τ/s).