Encyclopedia Chemistry Chemistry Periodic Table From Phi Ladder Shell Capacity 4

ARTICLE 3 claims 2 theorems 1 model

Chemistry Periodic Table From Phi Ladder Shell Capacity 4

The fourth electron shell holds 32 electrons, a number that follows from a simple formula and connects to the periodic table's block structure.

The fourth shell

The electron shells of an atom fill in a fixed pattern: the first shell holds 2 electrons, the second 8, the third 18, and the fourth 32. These are the squares of the whole numbers 1, 2, 3, 4, each doubled, so the capacity of shell n is 2n². The fourth shell, with n = 4, therefore holds 2 × 4² = 32 electrons. This is the familiar 2, 8, 18, 32 sequence taught in introductory chemistry, and it explains why the periodic table's rows have lengths 2, 8, 8, 18, 18, 32, and 32.

The pattern was recognized in the early 20th century as quantum mechanics took shape. In 1913, Niels Bohr's model of the atom introduced quantized orbits, and by the 1920s the work of Erwin Schrödinger and others gave the wave equation that produces these shell capacities from the mathematics of the hydrogen atom. The formula 2n² counts the maximum number of electrons that can occupy a principal shell, a result that follows from the allowed values of the orbital angular momentum quantum number. The sequence also reflects the block structure of the periodic table: the s-block holds 2 elements, the p-block 6, the d-block 10, and the f-block 14, for a total of 32 across the four block types.

In Recognition Science, the framework's machine-checked library of formal theorems records this same fact. The declaration shellCapacity_4 is a theorem stating that the shell capacity function applied to 4 equals 32. It is proved by direct computation, with no unproved assumptions. The library also defines the five electron block types, s, p, d, f, and the predicted g, and proves there are exactly five of them. Together these form a certificate that the periodic table's first four shell capacities are 2, 8, 18, and 32.

What the declaration does not claim is more interesting than what it proves. It does not derive the shell capacities from the golden ratio or from any phi-ladder structure. The docstring is explicit: the shell capacities are not phi-ladder, though the number of block types, five, happens to equal the fifth power of 2. The declaration also does not explain why electrons fill shells in this way; it merely records the arithmetic fact that the fourth shell holds 32. The physical derivation from quantum mechanics, and any connection to the framework's deeper forcing chain, remains outside this theorem.

The practical consequence is a clean check. Anyone can verify that 2 × 4² = 32, and the machine-checked proof confirms the arithmetic. The declaration anchors a small piece of the periodic table's structure in a formal system, but it leaves the physics of electron configuration to the standard quantum theory. The reader can now see exactly what is proved: a number, and nothing more.

THEOREM shellCapacity_4 · IndisputableMonolith/Chemistry/PeriodicTableFromPhiLadder.lean
theorem shellCapacity_4 : shellCapacity 4 = 32 := by decide
THEOREM electronBlockCount · IndisputableMonolith/Chemistry/PeriodicTableFromPhiLadder.lean
theorem electronBlockCount : Fintype.card ElectronBlock = 5 := by decide
MODEL shellCapacity · IndisputableMonolith/Chemistry/PeriodicTableFromPhiLadder.lean
/-- Shell capacities: 2n². -/
def shellCapacity (n : ℕ) : ℕ := 2 * n ^ 2

What this page does not claim

The declaration does not derive shell capacities from the golden ratio or any phi-ladder structure. The declaration does not explain the quantum mechanics behind electron shell filling. The declaration does not claim that the periodic table's structure is forced by the framework's deeper theorems.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Chemistry/PeriodicTableFromPhiLadder.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND