Bond angles, molecular geometry, and the periodic table from {2, 3, 5, 7, 11}
Part of the Decality — one ring (Z/970200Z), 108 lattice structures.
For n electron pairs around a central atom, the ideal bond angle comes from the regular simplex. The cosine formula: cos(θ) = -σ/(n-1). The denominators run through the axiom chain.
| n | Geometry | cos(θ) | Angle |
|---|---|---|---|
| 2 | Linear | -σ/σ = -1 | 180° |
| 3 | Trigonal | -σ/D = -½ | 120° |
| 4 | Tetrahedral | -σ/K = -⅓ | 109.47° |
| 6 | Octahedral | 0 (cross) | 90° |
Simplex chain: σ → D → K. Stops at K=3. Beyond: cross-polytope.
Each lone pair on the central atom depresses the bond angle by E/D = 2.5°. The observer E governs lone-pair repulsion — lone pairs are unshared observations.
| Molecule | Lone Pairs | Predicted | Measured | Error |
|---|---|---|---|---|
| CH₄ | 0 | 109.47° | 109.47° | 0.00° |
| NH₃ | 1 | 106.97° | 107.00° | 0.03° |
| H₂O | 2 | 104.47° | 104.45° | 0.02° |
Shell capacity:
Shell 1: D = 2 electrons (duet)
Shell 2+: D³ = 8 electrons (octet)
D³ = 8 = the spider's legs. The octet rule IS the axiom.
Subshell = D × Cunningham:
| l | Name | 2l+1 | Cap |
|---|---|---|---|
| 0 | s | σ=1 | 2 |
| 1 | p | K=3 | 6 |
| 2 | d | E=5 | 10 |
| 3 | f | b=7 | 14 |
| 4 | g | K²=9 | 18 |
| 5 | h | L=11 | 22 |
| 6 | i | 13=GATE | 26 |
Every stable noble gas has an axiom-smooth atomic number. Every radioactive one doesn't. 7/7 perfect.
All 8 period-2 elements have axiom-smooth atomic numbers. They contain every odd axiom prime.
Block sizes (elements):
s: 14 = D·b
p: 36 = D²·K²
d: 40 = D³·E
f: 28 = D²·b = THORNS
Special counts:
Lanthanides = Actinides = K·E = 15
Period lengths: D, D³, D³, D·K², D·K², D⁵, D⁵
Last stable element: Pb, Z=82 = D·KEY
All smooth. Zero exceptions.
Open the REPL and type:
// Tetrahedral angle = arccos(-s/K)
let tet = acos(-s/K) * 180 / pi
show(tet) // 109.4712...
// Water angle = tetrahedral - E (2 lone pairs)
let water = tet - E
show(water) // 104.4712...
// Noble gases: all axiom-smooth
let nobles = [2, 10, 18, 36, 54]
for i in range(len(nobles)) { show(coupling(nobles[i])) }
▶ Run in REPL
13 essential vitamins = D²+K² = the GATE. The same 13 where partition function p(n) first breaks axiom-smoothness: p(13)=101 (prime, not factorable over {D,K,E,b}). Noble gas stability: 7/7 axiom-smooth electron counts, and 7=b=depth. Period 2 self-portrait (Li through Ne) has 8=D³ elements — spider’s legs. Tetrahedral angle arccos(−1/K): K=3 appears as h(−23) in the D-chain class numbers. Chemistry’s closure prime IS number theory’s class number.
D-chain class numbers → Partitions & the gate → Modular forms →