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)
68theorem sbh_saturation_positive (Rs : ℝ) (h_Rs : Rs > 0) :
69 0 < HorizonArea Rs / (4 * ell0^2) := by
proof body
Tactic-mode proof.
70 have hA : 0 < HorizonArea Rs := horizon_area_pos Rs h_Rs
71 have hden : 0 < 4 * ell0 ^ 2 := by
72 nlinarith [sq_pos_of_pos ell0_pos]
73 exact div_pos hA hden
74
75/-- The BH entropy saturation value is nonzero for `Rs > 0`. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (15)
Lean names referenced from this declaration's body.
-
ell0
in IndisputableMonolith.Constants
decl_use
-
ell0_pos
in IndisputableMonolith.Constants
decl_use
-
ell0
in IndisputableMonolith.Constants.Derivation
decl_use
-
ell0_pos
in IndisputableMonolith.Constants.Derivation
decl_use
-
entropy
in IndisputableMonolith.Foundation.InitialCondition
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
value
in IndisputableMonolith.QFT.SpinStatistics
decl_use
-
HorizonArea
in IndisputableMonolith.Relativity.Compact.BlackHoleEntropy
decl_use
-
horizon_area_pos
in IndisputableMonolith.Relativity.Compact.BlackHoleEntropy
decl_use
-
entropy
in IndisputableMonolith.Thermodynamics.BoltzmannDistribution
decl_use
-
entropy
in IndisputableMonolith.Thermodynamics.PartitionFunction
decl_use