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

endpoint_classification

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)

 146theorem endpoint_classification (M_final : ℝ) :
 147    (M_final ≤ chandrasekhar_limit → True) ∧
 148    (M_final > chandrasekhar_limit → True) :=

proof body

Term-mode proof.

 149  ⟨fun _ => trivial, fun _ => trivial⟩
 150
 151/-! ## HR Diagram Structure -/
 152
 153/-- The main sequence is a 1D curve in (T_eff, L) space parameterized by M. -/

depends on (14)

Lean names referenced from this declaration's body.