Encyclopedia Chemistry Chemistry Atomic Radii Krypton Full Shell
Chemistry Atomic Radii Krypton Full Shell
In the periodic table, krypton closes a shell with exactly eight valence electrons; a machine-checked theorem confirms this simple count, and nothing more.
The krypton shell theorem
Krypton, atomic number 36, sits at the end of period 4 in the periodic table. Its electron configuration ends with 4s² 4p⁶, giving it eight electrons in its outermost shell. That count is what makes krypton a noble gas: a full valence shell that resists chemical bonding. The element's measured atomic radius, about 88 picometers, reflects this closed-shell stability.
The Recognition Science framework, a system that derives physical structure from a ledger of recognition events, models atomic radii through a phi-ladder scaling. Its library of machine-checked theorems contains a declaration named krypton_full_shell. That theorem states a simple arithmetic fact: the number of valence electrons for krypton (Z = 36) equals the length of its period. In plain terms, the framework proves that krypton's outer shell is full, with eight electrons, matching the period length of 4.
This declaration is one of a family of such theorems covering the noble gases: helium, neon, argon, krypton, xenon, radon, and oganesson. Each one is a recognition event, a discrete record in the framework's ledger, confirming a shell closure. The proof is computational, using the native_decide tactic to verify the equality for each specific atomic number. It does not derive the periodic table from first principles; it checks a factual count.
What the theorem does not claim is more important than what it does. It does not predict krypton's measured radius, which would require additional assumptions about screening and shell spacing. It does not explain why shells close at those electron counts, a question that belongs to quantum mechanics and the Aufbau principle. It does not assert that the framework's phi-scaling model is physically correct; that comparison against measured radii remains a separate empirical check.
The value of the theorem is modest but real. Within the framework, it establishes a consistency condition: the model's own definitions of valence electrons and period length agree for krypton. A reader can now see that the framework's shell structure at least matches the textbook fact that krypton is a closed-shell atom, without overreading that agreement as a derivation of chemistry.
THEOREM krypton_full_shell · IndisputableMonolith/Chemistry/AtomicRadii.lean
theorem krypton_full_shell : valenceElectrons 36 = periodLength 36 := by native_decide
What this page does not claim
The theorem does not predict krypton's measured atomic radius. The theorem does not explain why electron shells close at these counts. The theorem does not validate the framework's phi-scaling model against experiment.
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/AtomicRadii.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:
- How does the framework derive the phi-ladder scaling for atomic radii from its recognition ledger?
- What empirical comparison against measured atomic radii supports the framework's shell model?
- Does the framework's definition of valence electrons match the quantum mechanical definition for all elements?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM krypton_full_shell · IndisputableMonolith/Chemistry/AtomicRadii.lean
theorem krypton_full_shell : valenceElectrons 36 = periodLength 36 := by native_decideThe framework proves that krypton's outer shell is full, with eight electrons, matching the period length of 4. krypton_full_shell · IndisputableMonolith/Chemistry/AtomicRadii.lean