Power-controlled initialization for the relative upper Rosser iterate #
The relative finite-depth estimate carries the one-time factor
log (z + 1) / log (q + 1). This module removes that factor only under the
explicit, quantitatively sufficient hypothesis
z + 1 ≤ ((q : ℝ) + 1) ^ C.
The Chen upper-source window assumption s ≤ 4 does not by itself have this
shape: the currently callable upper Rosser producers assume only that every
carrier prime is at most z. Thus the final definition records the exact
additional bridge needed to make the estimate uniform over all large terminal
primes in a carrier; no such bridge is asserted here.
A power comparison gives the strongest corresponding logarithmic
initialization-ratio comparison. Positivity of the denominator is supplied by
primality, while q ≤ z supplies positivity of z + 1.
The relative reverse-pair iterate is genuinely uniform in the carrier once
one supplies a fixed power bound between its ambient endpoint and terminal.
The factor 101/100 is the already proved one-time local-product payment.
Uniform-in-carrier fixed-depth estimate for the actual relative boundary chain density, conditional only on the explicit endpoint power comparison.
Exact missing interface for using the preceding theorem uniformly over the large-terminal part of an upper Rosser carrier.
Equations
- MathlibNt.SieveTheory.SwitchingPrinciple.UpperRosserLargeTerminalInitializationPowerBound C Q z S = ∀ (q : ℕ), Q ≤ ↑q → q ∈ S.prodPrimes.primeFactors → z + 1 ≤ (↑q + 1) ^ C
Instances For
The missing bridge in the actual Chen upper-source parameter window, stated
with the same q,z information exposed by the current finite-prefix and
adaptive-tail producers. In particular, s ≤ 4 and
s = log Δ / log z are recorded, but the existing carrier hypothesis only says
q ≤ z; it does not prove the reverse power comparison required above.
Equations
- MathlibNt.SieveTheory.SwitchingPrinciple.UpperRosserChenWindowInitializationPowerBridge C = ∃ (Q : ℝ), 2 ≤ Q ∧ ∀ (S : BoundingSieve) (z Δ s : ℝ), 2 ≤ z → 0 < Δ → s = Real.log Δ / Real.log z → 3 / 2 ≤ s → s ≤ 4 → (∀ p ∈ S.prodPrimes.primeFactors, ↑p ≤ z) → MathlibNt.SieveTheory.SwitchingPrinciple.UpperRosserLargeTerminalInitializationPowerBound C Q z S