CRT Emergence

CRT cells in Z/214,414,200 -- 7 channels, Carmichael period 1680

A cellular automaton where each cell is an element of Z/214,414,200, decomposed into 7 independent CRT channels. Evolution: per-channel median of 3 neighbors. Every 1680 generations, multiplication by 26,801,776 zeros out the mod-8 channel. Units thrive. Zero divisors drain. Natural selection from pure algebra.

CRT Cell Anatomy

Seven Independent Channels
Each cell is a 7-tuple: (mod 8, mod 9, mod 25, mod 49, mod 11, mod 13, mod 17). Evolution rule: per-channel median of 3 neighbors (self + 2 orthogonal). Each channel evolves INDEPENDENTLY -- the CRT separation IS the parallel substrate. No interaction between channels except through the element they compose.
ChannelSpaceMedian ruleProperty
mod 8Z/8median of 3 values mod 8Nilpotent: 2^3 = 0. Zeroed by projector.
mod 9Z/9median of 3 values mod 93^2 = 0. 9 states.
mod 25Z/25median of 3 values mod 255^2 = 0. 25 states.
mod 49Z/49median of 3 values mod 497^2 = 0. 49 states (deepest).
mod 11Z/11median of 3 values mod 11Prime field. Error detection.
mod 13Z/13median of 3 values mod 13Prime field. Cunningham chain stops.
mod 17Z/17median of 3 values mod 17Prime field. 5*7 = 1 mod 17. Completes the ring.

Seven Classes

Each cell has a class based on which CRT channels are zero. Units have all channels nonzero. Zero divisors have at least one dead channel. The class determines color, energy, and fate.

ClassColorConditionEnergy rule
Units (coprime)GoldAll channels nonzeroGain energy. Thrive.
2-classRedmod 8 = 0Drain. Even channel dead.
3-classGreenmod 9 = 0Drain. mod-9 channel dead.
5-classBluemod 25 = 0Drain. mod-25 channel dead.
7-classPurplemod 49 = 0Drain. mod-49 channel dead.
11-classCyanmod 11 = 0Drain. mod-11 channel dead.
13-classRosemod 13 = 0Drain. mod-13 channel dead.
17-classTealmod 17 = 0Drain. mod-17 channel dead.
Natural Selection
Units (gold) gain energy because all 7 channels are active -- they can participate in all ring operations. Zero divisors drain because a dead channel means broken arithmetic. Not coded. Falls out of CRT structure. phi(N)/N = 3072/17017 = 18.05%. The selection pressure = this fraction.

The Carmichael Period

lambda = 1680
Carmichael period
lcm(4,6,20,42,10,12,16) = 1680. Every 1680 generations: all 7 channels complete one full cycle.
26,801,776 projection
Every 1680 gens
mod-8 channel zeroed. CRT = (0,1,1,1,1,1,1). Even channel dies, everything else survives.
Sub-period 420
Six-channel return
lcm(4,6,20,42,10,12) = 420. After 420 gens, 6 of 7 channels return. mod-17 = 16 (not yet home).
mod-11 + mod-13 ECC
Error detection
mod-11 detects corruption. Dual mod-11 + mod-13 corrects. mod-17 adds redundancy.
Projector = Selective Pruning
26,801,776 zeros out the mod-8 channel but preserves mod 9, mod 25, mod 49, mod 11, mod 13, mod 17. Not destruction -- selective pruning. The projector remembers everything except the mod-8 component.

Explore: CRT Class Classifier

Enter any element of Z/214,414,200. See its CRT 7-tuple and class. Units (gold) thrive. Zero divisors drain. Try 1, 0, 42, 26801776, 8, 9, 25, 17.

Element n:

Ring Parameters as CA Rules

Each structural number in the ring maps to a cellular automaton parameter:

ValueCA RoleMechanic
0Dead cellAll channels zero. No energy.
1Unit cellAll channels alive. Maximum fitness.
2Neighbor count2 orthogonal neighbors per cell.
3Median vote3 inputs per channel decision.
7Channel count7 independent CRT channels.
1680Carmichael periodFull cycle length. lcm(4,6,20,42,10,12,16).
26,801,776Projector eventEvery 1680 gens: mod-8 channel zeroed.
214,414,199Boundary reflectionEdge cells reflect, not absorb (mirror of 1).

Contrast Table

AspectStandard ViewRing Structure View
Cellular automatonToy modelRing structure parameters as CA rules
CRT decompositionComputation trickSeven independent evolutionary channels
Median consensusVoting rule3-voter median in each channel independently
Unit selectionFitness functionphi(N)/N = 3072/17017 = 18.05%
1680-gen cyclePeriod of simulationCarmichael lambda = lcm of phi values
26,801,776 projectorReset event2^1680 mod N. Zeros mod-8 channel, preserves rest.

Source code · Public domain (CC0)

Report issue

.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.