pith. machine review for the scientific record. sign in
structure definition def or abbrev

EnergyLevel

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)

  54structure EnergyLevel where
  55  /-- Energy value (in natural units). -/
  56  energy : ℝ
  57  /-- Degeneracy (number of microstates). -/
  58  degeneracy : ℕ
  59  /-- Degeneracy is positive. -/
  60  deg_pos : degeneracy > 0
  61
  62/-- A system is a collection of energy levels. -/

used by (6)

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

depends on (14)

Lean names referenced from this declaration's body.