theorem
proved
term proof
sbh_saturation_nonzero
show as:
view Lean formalization →
formal statement (Lean)
76theorem sbh_saturation_nonzero (Rs : ℝ) (h_Rs : Rs > 0) :
77 HorizonArea Rs / (4 * ell0^2) ≠ 0 :=
proof body
Term-mode proof.
78 ne_of_gt (sbh_saturation_positive Rs h_Rs)
79
80end Compact
81end Relativity
82end IndisputableMonolith