T5 — Unique fixed point μ* = 15
The sieve admits a unique stable fixed point at $\mu^* = 3+5+7 = 15$.
Statement
The sieve self-consistency equation
admits a unique stable solution, namely:
The proof combines an exact rational exhaustive scan over with an analytic monotonicity bound for , excluding any fixed point outside the active primorial .
ThéorèmePlain reading. We have a self-referential equation: ” must equal the sum of primes active at ”. How many solutions are there? T5 says: exactly one. It’s with active primes . No other choice of primes closes the equation. This uniqueness is what makes PT “zero-parameter”: if several solutions existed, you’d have to choose, and that choice would be a parameter.
Why it matters
T5 is the summit of the chain of theorems. All preceding ones (T0–T6, GFT, L0) are needed to formulate T5, and T5 closes the sieve: at , the parity split seeded by is frozen as the bifurcation, and the 43 physical observables are then derived.
Three regimes exist in fact:
- , set — binary/spin sector,
- , set — transitional sector,
- , set — information sector, that of our physics.
It is that drives PT physics, after has “crystallised” into the binary infrastructure.
Proof — outline
- Define (anomalous dimension).
- Compute via exact rational arithmetic at : , .
- Verify — consistency reached.
- Analytic bound: strictly decreasing in for , so no prime is active at any reasonable .
- Exhaustive scan of finite subsets of to confirm uniqueness.
Detailed proof
Step 1 — Exact rational computation of at
At , every quantity is an exact rational number
(fractions.Fraction, zero floating-point error). Values are:
| (exact fraction) | (decimal) | ? | |
|---|---|---|---|
| 3 | 0.80761… | ✓ | |
| 5 | 0.69632… | ✓ | |
| 7 | 0.59547… | ✓ | |
| 11 | (exact rational, omitted) | 0.42573… | ✗ |
| 13 | (exact rational, omitted) | 0.35624… | ✗ |
Differences , , are strictly positive (verified by exact fraction subtraction).
Step 2 — Numerical consistency
The set is active at . Its sum:
The self-consistency equation is satisfied. This is a fixed point.
Step 3 — Analytic monotonicity for
factors as with:
- — exponentially decreasing,
- — sign analysis.
The gap fraction is strictly decreasing in (real-variable analysis with ).
Consequence: for every , . Adding a prime to the active set is therefore impossible: would violate activity.
Step 4 — Exhaustive scan of finite candidates
Enumerate all finite subsets , compute , and test the consistency for .
Exhaustive scan results (cf. proof_T5_fixed_point.py, 33 PASS):
- : , consistent ✓
- : , but imply 7 should be included — contradiction.
- : , but — inconsistent.
- : , binary/spin sector (distinct fixed point, included).
- : , transitional sector.
No other subset closes the equation in the information sector (without ). is unique for the info sector.
Step 5 — Linear stability
Stability of the fixed point is checked by computing the Jacobian:
The spectral radius |\lambda_\max(J)| < 1 confirms is an attractor (cf. ch. 8, Stability Theorem).
J1–J6: six independent justifications
The monograph lists six independent justifications of :
- Exhaustive scan (step 4).
- Linear stability (step 5).
- : unique solution of with .
- Prime 7 = integer oracle of : drift is maximal at .
- Echo product identity: exactly.
- Cosmogony: the sequence gives the evolutionary scenario.
For the complete derivation, see chapter 8 of the monograph.
See also
- T6 — Holonomy — gives and
- Calculator 1 — γ_p(μ) — computes and activity live
- Essay — Why three dimensions? — direct application of T5
- Essay — Why three generations? —
- All theorems