Waves & Shadows

eigenvalue(n) = sum of cosines across 5 channels

Every number in the ring vibrates. Its 'eigenvalue' is a sum of cosines one from each channel. Numbers that share structure with N vibrate less. Numbers coprime to N vibrate most. This wave-like behavior is not imposed it's forced by the CRT.

Eigenvalues: The Ring's Heartbeat

For each channel with clock size q, the 'note' that element n plays on that channel is: 2 * cos(2*pi*r/q), where r = n mod q. Sum all five notes: that's the eigenvalue.

sigma = 1 has r = 1 on every channel, so all notes are positive maximum vibration. The void (0) has r = 0 on every channel, so every note is exactly 2 the maximum possible eigenvalue (10.0). Wait, that means the void vibrates MOST? Yes. 0 resonates perfectly with the ring's structure because it IS the ring's structure.

ElementEigenvalue (x1000)Meaning
0 (void)10000Perfect resonance. 2+2+2+2+2.
1 (sigma)7660Strong positive. All channels hum.
OMEGA (606376)5660D-channel dead, 4 channels alive.
KEY (41)-1618Negative! Destructive interference.

Coupling: How Connected Are You?

The 'coupling' of n in Z/NZ is N / GCD(n, N). It measures how many distinct elements n can reach by multiplication. Units have coupling = N (they reach everything). The void has coupling = 1 (stuck at zero). Coupling is the ring's measure of connectivity.

ElementGCD with NCouplingInterpretation
1 (sigma)1970200Maximum. Reaches everything.
2 (D)2485100Half. Locked to even elements.
42 (ANSWER)4223100Moderate. K*b-fold connected.
0 (void)9702001Minimum. Only itself.

OMEGA: The Projection

Start with D = 2 and keep multiplying: 2, 4, 8, 16, 32... In the ring Z/970200Z, this sequence eventually reaches a fixed point: D^420 = 606376 = OMEGA. After that, multiplying by D again changes nothing: OMEGA * D = OMEGA.

OMEGA is an idempotent: OMEGA * OMEGA = OMEGA. Its CRT decomposition is (0, 1, 1, 1, 1) zero on the D-channel, identity on all others. It PROJECTS away the D-component. This isn't designed it's forced by the arithmetic.

Key Insight
The five primes {2, 3, 5, 7, 11} and the number OMEGA = 606376 are not chosen. They precipitate from 0/0 = Z/NZ. The entire structure on this site kingdoms, eigenvalues, coupling, OMEGA is FORCED by the axiom. Nothing is added by hand.

Try It: Eigenvalue Explorer

Enter any number. See its eigenvalue, coupling, kingdom, and CRT decomposition.

Enter a number:

You're Ready

You now know the three tools that unlock every page on this site:

Modular arithmetic
Numbers & Clocks
Remainders, clocks, primes, GCD. The atoms.
CRT decomposition
Rings & Channels
Five channels, kingdoms, addresses. The structure.
Eigenvalues
Waves & Shadows
Vibration, coupling, OMEGA. The dynamics.

Start exploring. Every page builds on these three ideas. The Worldview page tells the full story. The Derive page shows the chain from 0/0 to all of this. The interactive widgets on every page let you verify every claim yourself.

Begin: Worldview >

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.