Don't Believe Us. Run It.

Every claim in this atlas has running code behind it. No trust required.

Five programs. 1490 lines of C. No libraries, no frameworks, no dependencies. Just arithmetic. A classifier that sees things it was never shown. Error correction that heals itself. Your DNA read as a ring. Numbers that literally sing. A complete map of the structure. All of it compiles with one command.

gcc -O2 -lm. That is all you need.
↓ scroll
D1
The Classifier
demo_classifier.c | 409 lines

Train on 10%. Test on 90%. CRT sees everything — even what it has never been shown.

82.5x fewer params 99.9% on unseen Standard: 0%

928 CRT parameters vs 76,230 standard. Five small softmax heads instead of one giant one. Each channel generalizes independently. Unseen combinations are predicted from seen values.

Interactive version →
D2
ECC Quantization
demo_ecc_quant.c | 290 lines

Corrupt any channel. The guardian (L=11) detects and corrects — for free.

100% detection 100% correction 0.2 dB cost

210 CRT levels vs 256 INT8 levels. When a bit flips, INT8 drops 34.4 dB. CRT detects it, locates it, fixes it. Cost: 0.2 dB signal quality. The 5th channel (L=11) is free error correction.

Interactive version →
D3
DNA as CRT
demo_dna_crt.c | 238 lines

The genetic code IS a CRT decomposition. Z/21 = Z/K x Z/b. Life chose the same mathematics.

1.608 bits redundancy 99.4% of phi 66.7% wobble ECC

64 codons map to 21 targets through Z/3 (reading frame) and Z/7 (codon class). Mutual information between channels: 2.0% (near-independent). Wobble position degeneracy = biological error correction.

Interactive version →
D4
The Singing Ring
demo_singing.c | 209 lines

Close your eyes and hear the eigenvalue. Five harmonics at prime frequencies. The ring sings.

220 Hz (D=2) 330 Hz (K=3) 550 Hz (E=5) 27s WAV

The eigenvalue IS consonance. C sounds like a major chord. The void sounds like everything at once. Walking the Cayley graph is a melody. The overtone series IS the axiom chain.

Interactive version (with sound) →
D5
The Visualizer
demo_visualizer.c | 344 lines

Walk the ring. See every element. Explore the whole structure with your own hands.

480 units 32 idempotents 288 eigenvalue classes 6 kingdoms

Terminal-based explorer. Eigenvalue histogram. Element inspector. Cayley walk. The complete ring in one program.

Interactive version (web) →
1490 lines. 5 programs. 0 dependencies. All of it runs.

← Chapter 7: Five Tricks Chapter 9: Millennium Problems →

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