Exact integral outer carrier in Suzuki Lemma 7.1 for beta = 2.
n is the complete source index. D <= p^(n+2) is y_n <= p; for odd n,
p^3 < D is the extra upper cutoff in z_n = min(z,D^(1/3)).
Equations
Instances For
A total, source-faithful beta=2 recursion. Unlike the old
section14ExtendedV, the base does not invent p < D, and every successor keeps
Suzuki's y_n and (odd-index) z_n cutoffs.
Equations
- MathlibNt.SieveTheory.suzukiSourceV S 0 x✝¹ x✝ = 0
- MathlibNt.SieveTheory.suzukiSourceV S 1 x✝¹ x✝ = ∑ p ∈ MathlibNt.SieveTheory.SwitchingPrinciple.suzukiSupportedBelow S x✝ with x✝¹ ≤ p ^ 3, S.nu p * MathlibNt.SieveTheory.sourceDiscreteEuler S p
- MathlibNt.SieveTheory.suzukiSourceV S n.succ.succ x✝¹ x✝ = ∑ p ∈ MathlibNt.SieveTheory.suzukiSourceOuterCarrier (n + 2) x✝¹ x✝ S.prodPrimes.primeFactors, S.nu p * MathlibNt.SieveTheory.suzukiSourceV S (n + 1) (x✝¹ ⌈/⌉ p) p
Instances For
Correct total recurrence: the outer source carrier cannot be erased without the Section 14 domain/support hypotheses.
The corrected index-two carrier before simplification. It has no invented
q < ceil(D/p) condition.
In the same domain, the old divided-level predicate and Suzuki's literal n=2 terminal condition agree. Thus the mismatch is outside the theorem's legal domain, not a missing lower-chain prefix.