theorem
proved
term proof
ground_state_is_unique_critical_point
show as:
view Lean formalization →
formal statement (Lean)
199theorem ground_state_is_unique_critical_point :
200 costRateELHolds (fun _ : ℝ => 1) ∧ geodesicEquationHolds (fun _ : ℝ => 1) :=
proof body
Term-mode proof.
201 ⟨costRateEL_const_one, const_one_is_geodesic⟩
202
203/-! ## Status report -/
204