Encyclopedia Chemistry Chemistry Periodic Table Krypton Is Noble

ARTICLE 4 claims 2 theorems 2 models

Chemistry Periodic Table Krypton Is Noble

Krypton, atomic number 36, is one of six elements the Recognition Science framework identifies as noble gases through a zero-parameter ledger balance.

The noble gas closure

In the periodic table, krypton sits in period 4 with atomic number 36. It is a colorless, odorless gas that forms few compounds, a property chemists attribute to its full outer electron shell. The standard noble gases are helium (2), neon (10), argon (18), krypton (36), xenon (54), and radon (86). The Recognition Science framework's declaration krypton_is_noble confirms that its model places krypton in this set.

The framework models each element's valence electrons as a running balance in a discrete ledger, a record of electron counts. It defines a noble gas as an element where the cumulative valence cost reaches an eight-window neutrality: the sum of valence imbalances over eight consecutive elements returns to zero. The declaration krypton_is_noble is a machine-checked theorem stating that krypton, with Z = 36, satisfies this predicate. The framework's list of noble gas atomic numbers, [2, 10, 18, 36, 54, 86], is hard-coded in its definitions, not derived from first principles.

The framework's library also proves that the gaps between these closure points reproduce the standard period lengths [2, 8, 8, 18, 18, 32]. It shows that the cumulative shell closure sequence equals the noble gas list. These are formal statements about the framework's own definitions, not measurements of chemical behavior. The declaration does not claim that krypton is chemically inert in all circumstances, nor that the framework predicts the existence of noble gases from the cost function alone. It establishes only that, within the model, krypton meets the defined criterion for nobility.

The framework's claim is narrower than it may appear. The set of noble gas atomic numbers is an input to the model, not an output. The declaration verifies that krypton is a member of that input set. It does not explain why krypton is noble in the physical world, nor does it derive the periodic table from the framework's foundational theorems. The value of the declaration lies in its precision: it gives a formal, checkable statement of what the framework means when it calls an element noble, and it confirms krypton fits that definition.

THEOREM krypton_is_noble · IndisputableMonolith/Chemistry/PeriodicTable.lean
/-- Krypton (Z=36) is a noble gas. -/
theorem krypton_is_noble : isNobleGas 36 := by native_decide
MODEL neutralAt · IndisputableMonolith/Chemistry/PeriodicTable.lean
/-- Predicted (dimensionful) band energy for atomic number `Z`.
    This is a fit‑free display using the universal coherence tick. -/
def bandEnergy (Z : ℕ) [BlockOffsets] : ℝ :=
  IndisputableMonolith.Constants.E_coh * bandMultiplier Z

/- Eight‑window neutrality predicate (rest if the sum is zero in aligned windows).
     In practice, the neutrality test is applied to a fit‑free valence‑cost proxy. -/
def neutralAt (f : ℕ → ℝ) (Z0 : ℕ) : Prop :=
  window8Sum f Z0 = 0
MODEL nobleGasZ · IndisputableMonolith/Chemistry/PeriodicTable.lean
/-- The canonical noble gas atomic numbers (first 6 periods + Oganesson). -/
def nobleGasZ : List ℕ := [2, 10, 18, 36, 54, 86]
THEOREM period_lengths_from_noble_gaps · IndisputableMonolith/Chemistry/PeriodicTable.lean
period_lengths_from_noble_gaps · IndisputableMonolith/Chemistry/PeriodicTable.lean:223
/-- The noble gas differences recover the period lengths. -/
theorem period_lengths_from_noble_gaps :
    [2, 10 - 2, 18 - 10, 36 - 18, 54 - 36, 86 - 54] = [2, 8, 8, 18, 18, 32] := by
  native_decide

What this page does not claim

The declaration does not claim that krypton is chemically inert in all circumstances. The declaration does not claim that the framework predicts the existence of noble gases from the cost function alone. The declaration does not claim to explain why krypton is noble in the physical world.

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/PeriodicTable.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