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)
114theorem landauer_energy_pos (T : ℝ) (hT : T > 0) :
115 k_B * T * Real.log 2 > 0 := by
proof body
Term-mode proof.
116 unfold k_B
117 apply mul_pos
118 apply mul_pos
119 · norm_num
120 · exact hT
121 · exact Real.log_pos (by norm_num)
122
123/-- **THEOREM IC-002.9**: The Landauer energy grows linearly with temperature. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (8)
Lean names referenced from this declaration's body.
-
T
in IndisputableMonolith.Foundation.Breath1024
decl_use
-
T
in IndisputableMonolith.Gap45.SyncMinimization
decl_use
-
k_B
in IndisputableMonolith.Information.ComputationLimitsStructure
decl_use
-
landauer_energy_pos
in IndisputableMonolith.Information.InformationIsLedger
decl_use
-
k_B
in IndisputableMonolith.Quantum.BekensteinHawking
decl_use
-
k_B
in IndisputableMonolith.Quantum.PageCurve
decl_use
-
temperature
in IndisputableMonolith.Thermodynamics.BoltzmannDistribution
decl_use
-
k_B
in IndisputableMonolith.Thermodynamics.PartitionFunction
decl_use