Pith. sign in
module module high

IndisputableMonolith.Chemistry.Electronegativity

show as:
view Lean formalization →

The Electronegativity module defines a proxy for electronegativity from distance to next shell closure, scaled inversely by shell number. Bond theorists and periodic-trend modelers cite these definitions when building ionic and covalent predictions from the eight-tick octave. The module contains only definitions and element rankings derived from the imported PeriodicTable, AtomicRadii, and ElectronAffinity modules.

claimElectronegativity proxy: $EN \sim \frac{1}{d_{\rm to\ next\ closure}+1} \cdot \frac{1}{n_{\rm shell}}$, where elements nearer closure in smaller shells receive higher values.

background

The module operates inside the Recognition Science chemistry scaffold. PeriodicTable supplies the eight-tick octave mapping to chemical shells together with s/p/d/f block offsets and a neutrality predicate for noble-gas closures. AtomicRadii and ElectronAffinity establish the phi-ladder trends: radii decrease across periods and electron affinities peak one electron before closure. Constants provides the base time quantum $\tau_0 = 1$ tick.

The module doc-comment states the central construction: "Electronegativity proxy based on distance to closure. EN ~ 1 / (distToNextClosure + 1) * (1 / shellNumber) Elements close to closure in small shells have high EN." Sibling definitions include enProxy, enRanking, and concrete comparisons such as fluorine_gt_li.

proof idea

This is a definition module, no proofs. It introduces the proxy function and ranking predicates directly from the imported PeriodicTable and related modules.

why it matters in Recognition Science

The module supplies the electronegativity component required by IonicBond (CH-010), which derives ionic bonding from the 8-tick closure drive acting on both cation and anion. It fills the CH-008 position in the chemistry chain, providing the EN term needed for bond-formation predictions without empirical fitting.

scope and limits

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.

declarations in this module (18)