pith. machine review for the scientific record. sign in
theorem proved term proof

shell_filling_pattern

show as:
view Lean formalization →

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)

 135theorem shell_filling_pattern :
 136    shellCapacity 1 + shellCapacity 2 = 10 ∧
 137    shellCapacity 1 + shellCapacity 2 + shellCapacity 3 = 28 := by

proof body

Term-mode proof.

 138  constructor <;> rfl
 139
 140/-! ## Degeneracy Pressure -/
 141
 142/-- Fermi energy scale factor. For non-relativistic fermions,
 143    E_F ∝ n^(2/3) where n is number density. -/

depends on (9)

Lean names referenced from this declaration's body.