Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiChenParameterBridge

Chen--Suzuki floor/ceiling coordinate bridge #

This module contains the parameter arithmetic only. It is deliberately independent of the sieve implementation, so the eventual estimates do not rely on a finite scan.

Chen's natural level D = floor(N^(1/2-epsilon))+1.

Equations
Instances For

    Adding one after taking the natural floor strictly dominates the original real number.

    theorem MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.chen_exponent_div_s {ε : } ( : ε < 1 / 2) :
    (1 / 2 - ε) * (1 / chenS ε) = 1 / 10

    The identity behind Chen's exponent choice: (1/2-epsilon)/(5-10 epsilon)=1/10.

    theorem MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.chen_lt_tenth_rpow_imp_lt_chenZ {N p : } {ε : } (hN : 1 N) (_hε0 : 0 ε) ( : ε < 1 / 10) (hp : p < N ^ (1 / 10)) :
    p < chenZ N ε

    Exact, scan-free floor/rpow/ceiling bridge. Every natural below Chen's N^(1/10) cutoff is strictly below the Suzuki natural cutoff z.

    theorem MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.mem_filter_lt_chenZ_of_lt_tenth_rpow {N p : } {ε : } (P : Finset ) (hN : 1 N) (hε0 : 0 ε) ( : ε < 1 / 10) (hpP : p P) (hp : p < N ^ (1 / 10)) :
    p {qP | q < chenZ N ε}

    The same bridge packaged as membership in an arbitrary supported carrier. This is the precise shape needed when P is the production prime-factor carrier.

    Above the explicit threshold, the fixed Claim-14.5 coordinate d=16 dominates every Chen s=5-10 epsilon with nonnegative epsilon.

    theorem MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.exists_chen_floor_level_sourceSigma_gate :
    ∃ (N₀ : ), ∀ (N : ), N₀ N∀ (ε : ), 0 εε < 1 / 10chenS ε sourceSigma (↑(chenLevel N ε)) 16

    Eventual Chen-to-Suzuki coordinate gate, with a concrete natural threshold and the source-valid fixed choice d=16 (for example 16 > 7/(1-1/2)).

    The fixed value used above satisfies Claim 14.5's source inequality at Delta=1/2.