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

rotational_flatness_implies_nonzero_vflat

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)

  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

depends on (6)

Lean names referenced from this declaration's body.