theorem
proved
term proof
rotational_flatness_implies_nonzero_vflat
show as:
view Lean formalization →
formal statement (Lean)
45theorem rotational_flatness_implies_nonzero_vflat (P : Params) (r : ℝ)
46 (hα : P.alpha > 0) :
47 ∃ v_flat : ℝ, v_flat ≠ 0 := by
proof body
Term-mode proof.
48 rcases rotational_flatness_implies_positive_vflat P r hα with ⟨v_flat, hv⟩
49 exact ⟨v_flat, ne_of_gt hv⟩
50
51end ILG
52end IndisputableMonolith.Gravity