N2 — Sieve self-consistency
The Eratosthenes sieve is the unique self-consistent multiplicative sieve on $\mathbb{N}_{\geq 2}$.
Statement
The set of primes is the unique self-consistent multiplicative sieve on . Self-consistent means (i.e. survives) iff no prime divides .
ThéorèmePlain reading. The Eratosthenes sieve has a special property: what it keeps matches exactly what it was supposed to keep. No other multiplicative elimination algorithm has this consistency. The sieve defines itself.
Why it matters
N2 closes a subtle question: the internal consistency of the sieve. One might imagine another sieve (eliminating by other rules, keeping different residues) that would return its own result. N2 shows that the unique sieve whose output is consistent with its input rule is Eratosthenes’.
This self-consistency is what allows the cascade T0 → T6 to close without introducing an external parameter.
Proof — outline
- Existence: show is self-consistent (a composite with has a prime factor , hence is eliminated).
- Uniqueness: assume a sieve self-consistent and different from . Derive a contradiction.
Detailed proof
Part 1 — Existence: is self-consistent
Let . If is prime, by definition no prime divides , and is kept by the sieve.
If is composite, write with . Then has a prime factor , hence divides . The Eratosthenes sieve eliminates as a multiple of . Self-consistency holds.
Part 2 — Uniqueness
Suppose another multiplicative sieve is self-consistent. Let be the set of kept integers.
If , let be the smallest integer where the two differ: but , or vice versa.
Case 1: , composite. Then has a prime factor . If ( kept by ), then by self-consistency must also keep (since uses multiplicative rules). But then keeps a composite — by construction of a strict multiplicative sieve, contradiction.
Case 2: but . Then a multiplicative divisor eliminated . But prime has only 1 and as divisors. None is strictly in — contradiction.
In both cases, contradiction. So .
Link to PT
Self-consistency is the property that lets the sieve dynamics close on itself. It gives the fixed point its uniqueness (T5): it is the unique self-consistent solution of the cascade equation.
For the complete derivation, see chapter 2 of the monograph.
See also
- N1 — Algebraic uniqueness — primes as atoms
- T5 — Fixed point μ* = 15 — cascade self-consistency
- All theorems