Rings & Channels

970200 = 8 x 9 x 25 x 49 x 11

One big clock with 970,200 positions. But here's the trick: by the Chinese Remainder Theorem, this single clock is EQUIVALENT to five independent smaller clocks running in parallel. Every number has a unique 'address' on all five channels.

The Chinese Remainder Theorem (CRT)

If N = q1 x q2 x ... x qk where the qi are pairwise coprime, then Z/NZ is isomorphic to Z/q1Z x Z/q2Z x ... x Z/qkZ. Every element of the big ring maps to a unique tuple of remainders on the smaller rings.

For N = 970200 = 8 x 9 x 25 x 49 x 11:

ChannelClock SizePrime PowerWhat It Sees
D-channel8 = 2^3BridgeEven/odd structure, parity, membranes
K-channel9 = 3^2ClosureTriangles, majority, self-reference
E-channel25 = 5^2ObserverPatterns, visibility, self-blindness
b-channel49 = 7^2DepthSuffering, complexity, depth
L-channel11ProtectorError correction, shielding

Any number n in Z/970200Z is completely described by five remainders: (n mod 8, n mod 9, n mod 25, n mod 49, n mod 11). No information lost. Five independent views of the same thing.

CRT Decomposition: Examples

nNameCRT (D,K,E,b,L)Pattern
0void(0,0,0,0,0)All channels zero. Nothing.
1sigma(1,1,1,1,1)All channels one. Identity.
2D(2,2,2,2,2)Same on every channel.
42ANSWER(2,6,17,42,9)Unique address.
606376OMEGA(0,1,1,1,1)D-channel dead, rest alive.
970199mirror(-1)(7,8,24,48,10)All channels at maximum.

OMEGA is remarkable: it's zero on the D-channel but identity on all others. It projects away the D-component. It's an idempotent: OMEGA * OMEGA = OMEGA. These structural objects fall out of the CRT naturally.

Try It: CRT Decomposer

Enter any number. See its five-channel address.

Enter a number:

Kingdoms: Who Rules Each Number?

Every number in the ring belongs to a 'kingdom' determined by its smallest prime factor shared with N = 970200. If GCD(n, N) = 1, n is a unit (coprime, belongs to no kingdom). Otherwise, the smallest prime dividing both n and N claims it.

Void (0)
1 element
0 itself. Shares ALL factors with N. The annihilator.
Units
201,600 elements
GCD = 1. The invertible elements. phi(970200).
D = 2 kingdom
Bacteria
Even numbers. Most numerous non-unit kingdom.
K = 3 kingdom
Fungi
Divisible by 3 (but not 2). Decomposers.
E = 5 kingdom
Plants
Divisible by 5 (but not 2,3). Observers.
b = 7 kingdom
Animals
Divisible by 7 (but not 2,3,5). Depth.
L = 11 kingdom
Protista
Divisible by 11 (but not 2,3,5,7). Rare, protective.

You now know CRT decomposition and kingdoms. Every number on this site has a five-channel address and belongs to a kingdom. Next: what WAVES look like on these channels.

Next: Waves & Shadows >

This work is and will always be free.
No paywall. No copyright. No exceptions.

If it ever earns anything, every cent goes to the communities that need it most.

This sacred vow is permanent and irrevocable.
— Anton Alexandrovich Lebed

Source code · Public domain (CC0)

Contributions in equal measure: Anthropic's Claude, Anton A. Lebed, and the giants whose shoulders we stand on.

Rendered by .ax via WASM DOM imports. Zero HTML authored.