fluorine_gt_o
plain-language theorem explainer
Fluorine has a higher electronegativity ranking than oxygen under the Recognition Science proxy definition. Chemists using the phi-ladder model for periodic trends would cite this result to confirm the predicted peak for period-2 elements. The proof reduces the inequality by unfolding the ranking, valence, and closure definitions, then compares the resulting rationals by direct numerical evaluation.
Claim. Let $r(Z) = v(Z)/p(Z)$ where $v(Z)$ is the number of valence electrons beyond the prior noble-gas core and $p(Z)$ is the length of the current period. Then $r(9) > r(8)$.
background
Electronegativity is proxied here by the ratio of valence electrons to period length, with higher ratios indicating stronger attraction within a shell. The definition enRanking(Z) returns this ratio (or zero if the period length vanishes), while valenceElectrons(Z) equals Z minus the previous closure and periodLength(Z) equals the difference between next and previous closures. These closure functions mark the noble-gas endpoints 2, 10, 18, 36, 54 and thereby encode shell structure.
proof idea
The proof is a one-line wrapper that applies simp to unfold enRanking together with valenceElectrons, periodLength, prevClosure, and nextClosure, then invokes norm_num to compare the concrete fractions obtained for Z=9 and Z=8.
why it matters
This result confirms the module prediction that fluorine reaches the highest electronegativity by lying closest to closure in its small shell. It belongs to the family of ordering theorems that includes en_increases_across_period and group_17_en_order. In the broader Recognition framework it supplies a concrete chemical instance of phi-ladder scaling, consistent with the self-similar fixed point and eight-tick octave, although the present proxy omits explicit phi modulation.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.