Suzuki Lemma 14.4: the actual discrete recurrence and (14.9) #
This file works with the source-faithful natural-valued layers suzukiSourceV.
The quotient in every recursive layer is therefore literally D ⌈/⌉ p.
The actual finite parity aggregate: V_N + V_{N-2} + ..., stopping at
V₁ or V₂. In particular depth zero is not inserted into a positive-depth
Suzuki sum.
Equations
- MathlibNt.SieveTheory.suzukiActualT S 0 x✝¹ x✝ = 0
- MathlibNt.SieveTheory.suzukiActualT S 1 x✝¹ x✝ = MathlibNt.SieveTheory.suzukiSourceV S 1 x✝¹ x✝
- MathlibNt.SieveTheory.suzukiActualT S n.succ.succ x✝¹ x✝ = MathlibNt.SieveTheory.suzukiSourceV S (n + 2) x✝¹ x✝ + MathlibNt.SieveTheory.suzukiActualT S n x✝¹ x✝
Instances For
The literal finite carrier 1 ≤ n ≤ N, n ≡ N (mod 2).
Equations
- MathlibNt.SieveTheory.suzukiActualParityCarrier N = {n ∈ Finset.range (N + 1) | 1 ≤ n ∧ n % 2 = N % 2}
Instances For
The recursive presentation above is exactly Suzuki's displayed finite parity sum, not an unbounded series or a depth scan.
The elementary support cutoff used to erase Suzuki's lower outer cutoff.
It includes the natural boundary with ≤: strictness comes from p < z.
For a positive predecessor, the lower carrier may be erased by support
vanishing. In odd outer depth the Case-I boundary z³ ≤ D also makes the
source upper cutoff automatic.
Case I's exact discrete recurrence. The hypothesis is needed only in odd
parity; for even N it is vacuous. The assumptions 2 ≤ N and the natural
ceiling quotient are explicit.
The three finite pieces in Suzuki (14.9). The support already contains
p < z; a and b are respectively D^(1/σ) and D^(1/τ).
Equations
- MathlibNt.SieveTheory.suzukiSigmaZero S N D z a = ∑ p ∈ MathlibNt.SieveTheory.SwitchingPrinciple.suzukiSupportedBelow S z with ↑p < a, S.nu p * MathlibNt.SieveTheory.suzukiActualT S (N - 1) (D ⌈/⌉ p) p
Instances For
Equations
- MathlibNt.SieveTheory.suzukiSigmaOne S N D z a b = ∑ p ∈ MathlibNt.SieveTheory.SwitchingPrinciple.suzukiSupportedBelow S z with a ≤ ↑p ∧ ↑p < b, S.nu p * MathlibNt.SieveTheory.suzukiActualT S (N - 1) (D ⌈/⌉ p) p
Instances For
Equations
- MathlibNt.SieveTheory.suzukiSigmaTwo S N D z b = ∑ p ∈ MathlibNt.SieveTheory.SwitchingPrinciple.suzukiSupportedBelow S z with b ≤ ↑p, S.nu p * MathlibNt.SieveTheory.suzukiActualT S (N - 1) (D ⌈/⌉ p) p
Instances For
Equation (14.9), before substituting the two real-power endpoints. This is
an equality of finite sums, including all boundary choices (<, ≤) exactly.