def
definition
def or abbrev
subshellCapacity
show as:
view Lean formalization →
formal statement (Lean)
85def subshellCapacity (l : ℕ) : ℕ := 2 * (2 * l + 1)
proof body
Definition body.
86
87/-- **THEOREM**: s-subshell (l=0) holds 2 electrons. -/