There is a class of numbers specifically designed to fool you.
They are called Carmichael numbers, and they were identified in 1910 as a direct refutation of a promising primality shortcut. Fermat's Little Theorem tells you that for any prime p and any integer a not divisible by p, ap−1 ≡ 1 (mod p). This seemed like a test: if a number fails that condition, it must be composite. Simple, fast, elegant.
Carmichael numbers pass it. Every time. For every base. They satisfy the Fermat condition perfectly while being definitively, provably composite. The smallest is 561 = 3 × 11 × 17. It passes every Fermat primality test ever devised. It is not prime. It never was.
This is why cryptographers do not use Fermat tests. This is why we needed AKS.
The Arithmetic Gold Standard
In 2002, Manindra Agrawal, Neeraj Kayal, and Nitin Saxena published the AKS primality test — the first algorithm proven to be simultaneously deterministic and polynomial-time. It was a genuine landmark. Given any integer n, AKS determines definitively whether n is prime, in time that grows polynomially with the number of digits. No probabilistic hedging. No Carmichael loopholes. Correct, always, for every integer.
AKS solved the arithmetic problem completely. But notice what it is: a test for what primes are not. It checks whether a number fails to exhibit composite witnesses. It is correct, complete, and still a definition by subtraction — the same structure as every primality test since Euclid.
The question AKS did not answer: what are primes, geometrically? Not what composites do that primes do not. What primes positively, structurally are.
Where It Comes From
Mitchell Feigenbaum, working at Los Alamos in the summer of 1975, discovered something strange about the transition to chaos. When you study how a simple iterated function begins to behave unpredictably — the onset of chaos — you find a universal ratio. It doesn't matter what the function is. Logistic map, sine map, any smooth unimodal function: the ratio at which period-doubling bifurcations occur converges to the same number.
Universal. Appearing in fluid dynamics, electronic circuits, population biology, cardiac rhythms. The same constant, always, wherever order transitions to chaos. Feigenbaum spent months calculating it on a pocket HP-65. He found it in one system, then another, then another. He called his department head and said he thought he had discovered something important. He was right.
There is a fixed-point function g* — the Feigenbaum renormalization fixed point — that is the universal shape of this boundary. The renormalization operator T acts on functions, and g* is its unique fixed point. Every system in the universality class of period-doubling converges to g*. It is the geometry of chaos itself.
The Bounce Theorem asks: what happens when you bring this structure to the integers?
The Euler Residual
For any positive integer n and any real σ, define the Euler product residual:
c_n = R_n(σ) − 1
At σ = ½ — the critical line — something exact occurs.
For every prime p: R_p(½) = 1 exactly. The residual is zero. The prime touches the floor.
For every composite n: R_n(½) ≠ 1. The residual is strictly positive. No composite touches the floor.
Script 85 verified this across 303 primes and 1,696 composites up to n = 2,000: every prime produced an Euler residual of exactly zero; every composite produced a strictly positive residual. The separation is categorical.
Why Carmichael Numbers Are No Problem
Here is the key.
Carmichael numbers fool Fermat because they exploit multiplicative congruence structure — the arithmetic relationships between their prime factors are constructed so that the Fermat identity holds for every base. It is a feature of modular arithmetic. The Fermat condition is an arithmetic identity, and Carmichael numbers satisfy it by algebraic design.
The Euler product residual is independent of multiplicative congruence structure. It doesn't care about Fermat's Little Theorem. It measures something geometrically different: whether the integer's factor structure produces a residual at the critical line σ = ½. For composite numbers — including every Carmichael number — it does not. The residual is always nonzero.
Theorem C2 in the paper establishes this formally as Structural Independence: the AKS algebraic witness and the cascade geometric witness are not two methods for detecting the same property. They detect fundamentally different mathematical objects that happen to coincide on primes and composites. One is arithmetic. One is geometric.
Script 85 tested all 19 Carmichael numbers between 561 and 162,401. Every single one was correctly classified COMPOSITE. Not because of any arithmetic cleverness — because the geometric property being measured is orthogonal to the multiplicative congruence structure that fools Fermat tests. The cascade floor does not know what a Carmichael number is. It doesn't need to.
The Amplification
The cascade geometry does not stop at the Euler residual. For composites, the δ amplification mechanism is intrinsic: the residual grows at each renormalization depth by a factor of δ = 4.66920... — Feigenbaum's own constant — until the separation from the floor is unambiguous.
Script 85 measured the amplification ratio across 999 integers and found it matched δ to machine precision: error 8.88 × 10⁻¹⁶. Not approximately. Not close. To the limit of 64-bit floating point arithmetic.
Test B — Euler residual: 303 primes R=1 exact; 1,696 composites R≠1
Test C — δ amplification: ratio = 4.66920160910299, error = 8.88 × 10⁻¹⁶
Carmichael stress test: 19/19 correctly classified COMPOSITE
Balanced semiprime stress test: |c_n| > 0 confirmed at every scale
What Primality Actually Is
The Bounce Theorem does something more fundamental than test for primality. It changes what primality is.
We have always defined primes negatively: integers greater than 1 with no divisors other than 1 and themselves. That is correct. But it is a description of what primes lack, not what they are.
The cascade gives a positive definition. Primes are the integers whose geometric structure — their position relative to the Feigenbaum renormalization fixed point g* — allows them to touch the cascade floor at σ = ½. Composites cannot touch it. Not because of any rule we impose on them, but because the geometry of the renormalization group forbids it. The floor is not a test we apply. It is a property of the mathematical universe, and primes are the integers that live there.
Euclid proved there are infinitely many primes. The cascade framework says: of course there are. The floor is infinite. There is always another place to touch it.
What Comes Next
If primes live at the cascade floor — at σ = ½ — and the Riemann zeta function's non-trivial zeros are also located at σ = ½, that is not a coincidence.
The next dispatch covers Paper 43: On the Riemann Hypothesis. The zeros of ζ(s) are not merely at the critical line. They are the critical line, understood as a phase boundary of the cascade order parameter. The same floor that separates primes from composites is the boundary that constrains every non-trivial zero of the Riemann zeta function.
One floor. Two theorems. One framework.