Encyclopedia Chemistry Chemistry Electronegativity Alkali Min Valence

ARTICLE 3 claims 3 theorems

Chemistry Electronegativity Alkali Min Valence

Why the three lightest alkali metals each hold exactly one outer electron, and what that fact does and does not prove about electronegativity.

The alkali minimum

In chemistry, the alkali metals lithium (Li, atomic number 3), sodium (Na, 11), and potassium (K, 19) each have one electron in their outermost shell. This single valence electron is why they are so reactive: they readily lose it to form +1 ions. The pattern is a basic fact of the periodic table, taught wherever the table is taught.

The Recognition Science framework's machine-checked library of formal theorems records this fact as a proved statement named alkali_min_valence. The statement is exactly what a chemist would expect: the valence electron count of lithium is 1, of sodium is 1, and of potassium is 1. The proof is a direct computation on the framework's definitions of shell structure, not an empirical measurement or a statistical fit.

In Recognition Science, recognition (a discrete record of events) drives a cost function that forces the golden ratio as a scaling constant, and from that scaling the framework derives shell lengths. Within this account, the alkali metals sit at the start of each new shell, one electron past a closed noble-gas core. The theorem confirms that the framework's shell arithmetic reproduces the textbook electron counts for these three elements.

The theorem does not say that lithium, sodium, or potassium have the lowest electronegativity of all elements. It says nothing about cesium or francium, the heavier alkalis, which the framework's own electronegativity proxy ranks below the three lightest. It also does not define electronegativity itself; that is a separate definition in the library, based on distance to the next closed shell and shell number, and it is a modeling choice, not a proved law.

What the theorem does establish is consistency: a framework built from recognition costs, not from chemistry, lands on the correct valence counts for the first three alkalis. That is a small but concrete check that the derived shell structure behaves like the real periodic table at its most familiar points.

THEOREM alkali_min_valence · IndisputableMonolith/Chemistry/Electronegativity.lean
/-- Alkali metals have lowest EN in their periods (valence = 1). -/
theorem alkali_min_valence :
    valenceElectrons 3 = 1 ∧ valenceElectrons 11 = 1 ∧ valenceElectrons 19 = 1 := by
  native_decide
THEOREM alkali_min_valence · IndisputableMonolith/Chemistry/Electronegativity.lean
/-- Alkali metals have lowest EN in their periods (valence = 1). -/
theorem alkali_min_valence :
    valenceElectrons 3 = 1 ∧ valenceElectrons 11 = 1 ∧ valenceElectrons 19 = 1 := by
  native_decide
THEOREM cesium_low_en · IndisputableMonolith/Chemistry/Electronegativity.lean
/-- Cesium (Z=55) has very low EN ranking. -/
theorem cesium_low_en : enRanking 55 < enRanking 9 := by
  simp only [enRanking, valenceElectrons, periodLength, prevClosure, nextClosure]
  norm_num

What this page does not claim

The theorem does not claim that lithium, sodium, or potassium have the lowest electronegativity of all elements. The theorem does not define electronegativity; that is a separate modeling choice. The theorem does not address cesium or francium, the heavier alkali metals.

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