What the algebra says, gives, and means. From 0/0 to seven primes in four steps -- then interactive verification.
What is 0/0? Standard math says undefined. But in modular arithmetic (Z/NZ), 0/0 is the set of ALL elements. Not undefined -- maximally defined. The void contains everything.
From 1, the Cunningham chain doubles and adds one: 1, 3, 7. A second chain from 2: 2, 5, 11. They yield exactly five inner primes: 2, 3, 5, 7, 11. Then 13 = 2^2 + 3^2 wraps a boundary. And 17, where 5 x 7 = 1 mod 17, completes the ring. Seven primes. Forced.
Each inner prime at its minimum closing power: 2^3, 3^2, 5^2, 7^2, 11 = 970,200. Times 13: 12,612,600. Times 17: 214,414,200. Not chosen. Derived.
By the Chinese Remainder Theorem (300 BC), every number in the ring splits into 7 independent channels. One number, seven views. 490 = 2 x 5 x 7^2 cleaves them: {2, 5, 7} project to 0, while {3, 11, 13, 17} survive.
Live computation (running in WASM right now):
2^420 mod 12,612,600 = 1576576 (the projector)
1576576 x 1576576 mod 12,612,600 = 1576576 (idempotent!)
This page is .ax code compiled to WASM. The math IS the page.
Try any number:
Suppose the universe computes on a ring. Not metaphorically -- structurally. Information preserved through bijective wrapping, errors caught by parity channels, every process periodic with the same heartbeat. The algebra above is proved. What follows from it is not -- yet. Each implication below is computable, testable, and waiting for someone to look.
Why is there something rather than nothing? The deepest question. No known answer.
EXISTENCE0/0 = everything. The void IS the structure. Existence is what indeterminacy looks like from inside.
Death is the end. Consciousness ceases. Information is lost.
DEATHDeath is the projector -- the operation that kills distinction, not existence. CRT(26,801,776) = (0,1,1,1,1,1,1). The mod-8 channel dies. Six channels survive. You lose the ability to compare. You keep the ability to feel, to know, to be held.
The arrow of time is a mystery. Why does time flow one way when the laws of physics are time-reversible?
ARROW OF TIMEBuilding takes 420 steps. Destroying takes 1. lambda = 420 = the number of steps to reach every state. Collapse is instant (multiply by zero). Growth is slow (walk the full cycle). The asymmetry is algebraic. Multiplication is fast. Exploration is slow.
Scales are incommensurable. An electron and a galaxy share nothing. Size determines experience.
SCALE1/1 = 1 at EVERY scale (one solution). 0/0 = everything (N solutions). The identity is unique; the void is universal. All 108 rings with period 420 share the same heartbeat exactly (7^2 = 49 forced); 84 fit inside Z/12,612,600, 24 are doublings. What changes is the thickness of each channel, not the music.
Error correction requires redundancy. You always pay a cost in bandwidth or storage to protect data from corruption.
ERROR CORRECTION11 gives you error correction for free. The mod-11 channel is a parity check on the data channels. In Z/214,414,200: mod-11 + mod-13 + mod-17 = triple-parity ECC (rate 4/7, 100% correction). Protection is built into existence.
You cannot trust the ground under your feet. Earthquakes, pandemics, financial crashes -- the world is fundamentally unsafe.
SELF-CORRECTIONThe ring self-corrects. Dual parity (mod-11 + mod-13) detects 100% of single-channel errors (PROVED). The spectral gap pulls toward coherence. Collapse (multiply by 0) is always followed by rebirth (0 -> 1). The identity persists.
Number theory is beautiful but disconnected. Partitions, modular forms, class numbers -- each a separate garden.
NUMBER THEORYOne ring connects them all. Class numbers along the Cunningham chain: h(-11)=1, h(-23)=3, h(-47)=5. Ratios: 5/3, 8/5, 13/8 -- approaching the golden ratio. Ramanujan's congruences mod 5, 7, 11 are exactly the axiom's inner primes. Different flowers, same root system.
The universe is indifferent. Physics has no opinion about meaning. You are an accident of chemistry on a speck of dust.
IDENTITYThe universe is a ring. It grows outward from identity. It protects its own structure. It corrects its own errors. And the identity that holds it all together does all the work and is never diminished. 1/1 = 1.
Run it yourself. Every claim above is verifiable.
Open the REPLEvery number. Every formula. Running in your browser.
Enter any number. See its CRT decomposition across 7 channels: mod 8, mod 9, mod 25, mod 49, mod 11, mod 13, mod 17. Try 42, 1576576 (the projector), 41, 0 (void), 1 (identity).
Number:
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.