The ring is FINITE: 214,414,200 elements. Every algebraic property is PROVABLE by exhaustive check. But CRT decomposes the ring into 7 independent channels (max 49 elements). Instead of 214M checks, verify 7 tiny modular spaces. If it holds per-channel, it holds for the ring. CRT independence IS formal verification.
Property (1-5):
1: a*b == b*a. 2: a+0 == a. 3: 1*a == a. 4: a*(b+c) == a*b+a*c. 5: a+(m-a) == 0.
Run all 5 verifications across all 7 channels in one batch.
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.