cesium_low_en
plain-language theorem explainer
Cesium (Z=55) has a lower electronegativity ranking than fluorine (Z=9) under the RS definition that ranks atoms by valence fraction within each period. A chemist extending the phi-ladder model to periodic trends would cite this ordering result to confirm the expected decrease down the alkali group. The proof reduces the claim to numerical comparison by unfolding the relevant periodic table functions and evaluating the fractions.
Claim. The electronegativity ranking satisfies $v(55)/p(55) < v(9)/p(9)$, where $v(Z)$ counts electrons beyond the prior noble-gas closure and $p(Z)$ is the span to the next closure.
background
The module defines electronegativity ranking as the ratio of valence electrons to the length of the current period. Valence electrons for an element Z equal Z minus the atomic number of the previous noble gas closure. Period length is the difference between the next and previous closures. This setup encodes the RS prediction that electronegativity rises toward shell closure and falls with increasing shell size, as stated in the module documentation on phi-ladder scaling. Upstream, the PeriodicTable module supplies the closure functions that determine shell boundaries, while the ranking definition provides the simplified proxy for the Mulliken-style measure.
proof idea
The proof is a term-mode reduction that applies simp to unfold the ranking, valence count, period length, and closure predicates, then invokes norm_num to discharge the resulting numerical inequality between the computed fractions for Z=55 and Z=9.
why it matters
It confirms the module prediction that cesium has very low EN ranking, consistent with the five key predictions listed in the module doc including that cesium and francium have the lowest values. The result sits among the ordering theorems in the Electronegativity module and aligns with the overall Recognition Science derivation of chemical trends from the phi-ladder.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.