No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
36def enProxy (Z : ℕ) : ℝ :=
proof body
Definition body.
37 if Z = 0 then 0
38 else if distToNextClosure Z = 0 then 0 -- Noble gases undefined
39 else (1 : ℝ) / ((distToNextClosure Z : ℝ) + 1) * (1 / (shellNumber Z : ℝ))
40
41/-- Simplified EN ranking: valenceElectrons / periodLength.
42 Higher valence fraction = higher EN (within same shell). -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (7)
Lean names referenced from this declaration's body.
-
shellNumber
in IndisputableMonolith.Chemistry.AtomicRadii
decl_use
-
shell
in IndisputableMonolith.Chemistry.PeriodicBlocks
decl_use
-
distToNextClosure
in IndisputableMonolith.Chemistry.PeriodicTable
decl_use
-
periodLength
in IndisputableMonolith.Chemistry.PeriodicTable
decl_use
-
valenceElectrons
in IndisputableMonolith.Chemistry.PeriodicTable
decl_use
-
Z
in IndisputableMonolith.Masses.Anchor
decl_use
-
Z
in IndisputableMonolith.Physics.AnchorPolicyCertified
decl_use