Paradigm Shift

Standard: bond angles memorized from tables
Axiom: arccos(-1/{1,2,3}) = all simplex geometries
Standard: lone pair effect is an empirical correction
Axiom: lone pairs depress by E/D = 2.5 deg (0.02 deg accuracy)
Standard: octet rule is a useful heuristic
Axiom: octet = D^3 = 8 = spider's legs. Structural.
Standard: noble gas stability has no simple pattern
Axiom: smooth Z = stable, non-smooth = radioactive. 7/7.
Standard: period 2 is just the second row
Axiom: period 2 = {K,D^2,E,D*K,b,D^3,K^2,D*E}. The axiom's self-portrait.

Chemistry from Ten Terms

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.

Molecular Geometry Chain

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.

Electron pairs:
nGeometrycos(θ)Angle
2Linear-σ/σ = -1180°
3Trigonal-σ/D = -½120°
4Tetrahedral-σ/K = -⅓109.47°
6Octahedral0 (cross)90°

Simplex chain: σ → D → K. Stops at K=3. Beyond: cross-polytope.

The three simplex molecular geometries use exactly {σ, D, K} as denominators — the first three elements of the axiom chain. K=3 is the maximum closure dimension. Beyond K, nature switches to the cross-polytope (octahedral). The transition happens at n = D² = 4 pairs.

Lone Pair Depression

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.

109.47°
Lone pairs: 0
MoleculeLone PairsPredictedMeasuredError
CH₄0109.47°109.47°0.00°
NH₃1106.97°107.00°0.03°
H₂O2104.47°104.45°0.02°
Water's bond angle = arccos(-σ/K) − E = 104.47°. The HYDOR constant = K×E×b = 105° is the rounded value. Two lone pairs depress by exactly E = 5 degrees. Sub-degree accuracy from pure integers.

The Octet Rule = D³

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:

lName2l+1Cap
0sσ=12
1pK=36
2dE=510
3fb=714
4gK²=918
5hL=1122
6i13=GATE26

Noble Gas Stability

Every stable noble gas has an axiom-smooth atomic number. Every radioactive one doesn't. 7/7 perfect.

Period 2 = The Axiom's Self-Portrait

All 8 period-2 elements have axiom-smooth atomic numbers. They contain every odd axiom prime.

Periodic Table Architecture

7
periods = b
18
groups = D·K²
4
blocks =

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.

Avogadro's number: NA = 6.022 × 10²³. The mantissa = D·K = 6 (closure). The exponent 23 = p, the first excluded Cunningham prime with palindromic CRT = (σ,D,K,D,σ). The mole IS closure raised to the palindrome.

Verify in .ax

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

Number Theory Thread

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 →