theorem
proved
term proof
possibility_is_positive_ratio
show as:
view Lean formalization →
formal statement (Lean)
91theorem possibility_is_positive_ratio :
92 ∀ x : ℝ, 0 < x → RSPossible x :=
proof body
Term-mode proof.
93 fun x hx => hx
94
95/-- **Theorem**: Every possible thing has a finite "existence cost". -/