theorem
proved
term proof
boltzmann_analog_positive
show as:
view Lean formalization →
Last generation error: Invalid control character at: line 3 column 53 (char 416)
formal statement (Lean)
116theorem boltzmann_analog_positive : Real.log phi > 0 := by
proof body
Term-mode proof.
117 apply Real.log_pos
118 exact one_lt_phi
119
120/-- **CALCULATED**: k_R < 0.5 since φ < 1.62 < e^0.5 ≈ 1.6487. -/