pith. machine review for the scientific record. sign in
theorem proved term proof

landauer_energy_pos

show as:
view Lean formalization →

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.