Five Small Tricks

What if you could split a hard problem into five easy ones, solve them independently, and come out a million times faster?

That is what CRT does. But it is only the first trick. There are four more, and here is what makes this extraordinary — they multiply each other. All five come from a single polynomial: P(x) = (x-1)(x-2)(x-3)(x-5). The shadow chain, hiding in plain sight.

82.5x
CRT Decomposition
5 parallel channels
FREE
L=11 ECC
error correction
3.4x
Rissanen
convergence
82.5x
Loop Theorem
forward speedup
25654x
CRT Backprop
gradient speedup
82.5 * 25654 * 3.4 = 7,201,955x

At thin ring N=2310. At True Form N=970,200: loop=9,702x, backprop=95.7Mx. Even 1% = transformative. L=11 ECC is free on top.

↓ scroll

Watch It Grow

Each time you add a new prime, the advantage doesn't increase — it explodes. Select a level below and watch it happen. Try going from N=210 to N=2310. Then to the True Form. Feel the acceleration.

Advantage by Primorial

Break It. It Heals.

The L=11 channel carries no new data — it is derived from the other four. But this is where something almost magical happens: it detects and corrects errors for free. Click any channel below to corrupt it. Watch the system heal itself.

ECC Demo

Why It Works

The four surviving channels are coprime to the corrupted one: gcd(N/p, product of others) = 1. So they can reconstruct the original value and read off what the corrupted channel should have been. One redundant channel corrects any single error. Your data has a guardian built into its own structure — L=11, the protector.

One Polynomial Controls Everything

All five breakthroughs come from a single source — the shadow polynomial P(x) = (x-1)(x-2)(x-3)(x-5). Four roots: the shadow chain {sigma, D, K, E}. And its coefficients? They are the axiom's own constants. One polynomial controls four different structures. Look:

The Shadow Polynomial
1. RECIPROCITY: coefficients = {L=11, KEY=41, 61, 30}. The axiom's constants.
2. MULTIPLICITY: how many eigenvalues share each class. Thin: C(1) = 288 classes, C(2) = 2310 = N. True: 48,750 classes.
3. SENSITIVITY: log derivative at x=1 = L/D^2 = 11/4. How sharply eigenvalues respond.
4. KLEIBER: b-shadow fraction = K/(K+1) = 3/4. Metabolic scaling, exact.

Kolmogorov's turbulence exponent E/K = 5/3, exact. Kleiber's metabolic scaling K/(K+1) = 3/4, exact. Two of the most famous numbers in physics, both hiding inside the shadow chain. Isn't that remarkable?

one polynomial → five breakthroughs → millions of x

← Chapter 6: Six Kingdoms Chapter 8: The Five Demos →

The Interactive Atlas · Z/2310Z → Z/970200Z · Chapter 7 of 14