pith. machine review for the scientific record. sign in
theorem

sbh_saturation_nonzero

proved
show as:
view math explainer →
module
IndisputableMonolith.Relativity.Compact.BlackHoleEntropy
domain
Relativity
line
76 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Relativity.Compact.BlackHoleEntropy on GitHub at line 76.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  73  exact div_pos hA hden
  74
  75/-- The BH entropy saturation value is nonzero for `Rs > 0`. -/
  76theorem sbh_saturation_nonzero (Rs : ℝ) (h_Rs : Rs > 0) :
  77    HorizonArea Rs / (4 * ell0^2) ≠ 0 :=
  78  ne_of_gt (sbh_saturation_positive Rs h_Rs)
  79
  80end Compact
  81end Relativity
  82end IndisputableMonolith