Honest terminal split for the upper Rosser carrier tail #
The terminal carrier is split once, before any estimate is applied. On the
large-terminal lane, sqrt (z + 1) ≤ q + 1 gives the initialization power
bound with exponent 2. On the complementary lane we sum the already proved
absolute discrete-tail estimate, retaining the exact cardinality payment.
The small-terminal scale conversion is proved below rather than postulated. Its
fixed-depth proof expands each boundary path exactly, retains the inverse Euler
product over omitted primes, and pays that product by the dimension-one local
product estimate. The resulting common factor is
log (z+1) / log (Q+1) * (1 + K / log (Q+1)); hence the final aggregate keeps
both this z,Q growth and the exact filtered-terminal cardinality. No
continuous tail estimate or carrier-uniform absorption is asserted.
Aggregate large-terminal relative block estimate. The power-bound theorem
is invoked inside one Finset.sum_le_sum, and the common geometric envelope is
then counted exactly by the filtered carrier cardinality.
The complementary small-terminal lane is controlled by the existing
absolute discrete tail. Summing is done before simplification, so the cost
is exactly card small * τ L, not an untracked per-terminal error.
The remaining scale-conversion interface after the honest split: an
aggregate conversion on the small-terminal lane from the proved absolute
density to the relative Euler-product scale. It is intentionally not stated
pointwise in q; the separate filtered-cardinality payment remains explicit in
the assembly theorem.
Equations
- MathlibNt.SieveTheory.SwitchingPrinciple.UpperRosserSmallTerminalAggregateConversion B S L n N z Δ = (∑ q ∈ S.prodPrimes.primeFactors with ¬√(z + 1) ≤ ↑q + 1, ∑ j ∈ Finset.range n, MathlibNt.SieveTheory.LinearSieve.upperRosserBoundaryChainsFixedDepthRelativeDensity (⇑S.nu) (⌊Δ⌋₊ + 1) q ({p ∈ S.prodPrimes.primeFactors | q < p}) (L + j + N) ≤ B * ∑ q ∈ S.prodPrimes.primeFactors with ¬√(z + 1) ≤ ↑q + 1, ∑ j ∈ Finset.range n, MathlibNt.SieveTheory.LinearSieve.upperRosserBoundaryChainsFixedDepthDensity (fun (p : ℕ) => S.nu p / (1 - S.nu p)) (⌊Δ⌋₊ + 1) q ({p ∈ S.prodPrimes.primeFactors | q < p}) (L + j + N))
Instances For
The exact Euler-product payment available once every terminal is at least
Q. Its growth in z is retained: for fixed Q this is of order log z, so
it is not a carrier-uniform constant.
Equations
Instances For
Fixed-depth conversion from the absolute density with normalized atoms
ν(p)/(1-ν(p)) to the relative density. The proof expands each boundary path
exactly: selected primes become normalized atoms, while the genuinely omitted
primes retain their inverse Euler factors. The dimension-one product estimate
then pays that whole omitted product once at the common terminal floor Q.
Genuine aggregate producer for the frozen small-terminal conversion
interface. Unlike a postulated uniform B, the factor keeps the initialization
Euler denominator visible through B(z,Q). The square-root condition identifies
the lane but is not used to erase this growth.
Every terminal in the prime carrier is at least two. Consequently the
small-terminal aggregate always has the explicit factor B(z,2), with no
extra terminal-floor premise.
Conditional unified relative carrier-tail inequality. The proof first
rewrites the whole carrier sum by the exact terminal partition, then inserts
the aggregate large- and small-lane bounds. The scale mismatch is isolated in
UpperRosserSmallTerminalAggregateConversion; the cardinality factors are not
silently discarded.
Strongest unconditional terminal-split consumer currently available. The
small lane is geometric in L, but its exact coefficient is
B(z,2) * card(small terminals).
Thus the Euler denominator and terminal cardinality are both paid explicitly; this statement deliberately does not promote the result to a cutoff uniform in the varying sieve and endpoint.