Every domain we have tested -- biology, physics, crystallography, number theory -- shows the same pattern: the vast majority of natural quantities factor through {2, 3, 5, 7, 11}. The non-smooth exceptions? Every one traces to exactly three self-maps. 3 maps. 8 intruder primes. 91.8% smooth across 13 domains.
Each map acts on the chain primes to produce new primes. Each generates a finite set. Together: a closed boundary.
Eight primes -- and only eight -- appear as non-smooth factors across all domains. No prime beyond 47 has appeared in any census.
| Prime | Family | Generation |
|---|---|---|
| 13 | Sum of squares | 2^2 + 3^2 = 13. |
| 17 | Sum of squares | 2^4 + 1 = 17. Fermat prime. |
| 19 | Quadratic | f(5) = 25 - 5 - 1. 8th prime. |
| 23 | Cunningham | c(11) = 2*11 + 1. 9th prime. |
| 31 | Cunningham | 2^5 - 1. Mersenne prime. |
| 37 | Quadratic | f(37) = 1331 = 11^3. Unique return. |
| 41 | Quadratic | f(7) = 49 - 7 - 1. 41^2 = 1 mod 210. |
| 47 | Cunningham | c(23) = 2*23 + 1. Largest intruder. |
First non-smooth value at x = 14: P(14) = 13*12*11*9 contains the factor 13 through the root at 1 (14 - 1 = 13). Every intruder p first enters P(x) at x = p + 1.
13 = 2^{-1} mod 25 (since 2*13 = 26 = 1 mod 25). Powers of 13 mod 25 produce four of the eight intruders:
| Power | 13^n mod 25 | Intruder |
|---|---|---|
| 13^1 | 13 | 13 = 2^2 + 3^2 |
| 13^2 | 19 | 19 = f(5) |
| 13^7 | 17 | 17 = 2^4 + 1 |
| 13^9 | 23 | 23 = 2*11 + 1 |
Exponents: {1, 2, 7, 9}. Sum of exponents = 19 = f(5), one of the intruders themselves.
The boundary theorem predicts: every non-smooth natural quantity factors through the 8 intruder primes. Tested across 13 domains:
| Domain | Smooth | Percent |
|---|---|---|
| Body counts | 134/145 | 92.4% |
| Evolution | 83/90 | 92.2% |
| Neural architecture | 85/87 | 97.7% |
| Chromosomes | 112/139 | 80.6% |
| Heartbeat rates | 17/17 | 100% |
| Crystallography | 32/32 | 100% |
| Nuclear magic | 6/7 | 85.7% |
| Periodic table | 4/4 | 100% |
| Lie exceptional | 5/5 | 100% |
| TOTAL | 594/647 | 91.8% |
Each map terminates when its output becomes composite. All three termination values contain the factor 5.
| Intruder | 3|p-1 | QR(23) | p=1(4) | Address |
|---|---|---|---|---|
| 13 | yes | yes | yes | (111) |
| 17 | no | no | yes | (001) |
| 19 | yes | no | no | (100) |
| 23 | no | 0 | no | (000) |
| 31 | yes | yes | no | (110) |
| 37 | yes | no | yes | (101) |
| 41 | no | yes | yes | (011) |
| 47 | no | yes | no | (010) |
13 sits at vertex (111), the unique vertex where all three axes are positive. 17 and 31 (the Fermat-Mersenne pair) sit at (001) and (110), which sum to 48 = 16*3.
Family sums: sum-of-squares pair 13+17 = 30 = 2*3*5. Cunningham triple 23+31+47 = 101 (prime). Quadratic triple 19+37+41 = 97 (prime). The two triples bracket 100 = 10^2 from above and below.
19 = f(5) = 25 - 5 - 1: the first intruder beyond the chain, generated by the quadratic. But it appears through multiple independent paths.
| Path | Expression | Value |
|---|---|---|
| Channel sum | 4 + 3 + 5 + 7 | 19 |
| Quadratic | f(5) = 25 - 5 - 1 | 19 |
| Lambda count | 3 + 5 + 11 | 19 |
| Cunningham | c(9) = 2*9 + 1 | 19 |
| 13 + 6 | 13 + 6 | 19 |
Five independent paths to the same number. The first intruder beyond the chain appears wherever you look.
Enter any prime. See whether it is a chain prime, one of the 8 intruders, or beyond the boundary entirely.
Classify prime p:
Try: 2-11 (chain primes), 13 (sum of squares), 19 (quadratic), 23 (Cunningham), 37 (unique return), 53 (outside).
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.