266theorem high_temp_value (gap : ℝ) : 267 groundStateProb gap 0 = 0.5 := by
proof body
Term-mode proof.
268 unfold groundStateProb 269 simp 270 norm_num 271 272/-- **THEOREM**: At high temperature (small β), states are equally populated. 273 Proof: groundStateProb is continuous and groundStateProb(0) = 0.5. 274 275 The rigorous proof uses continuity of the composition of continuous functions. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.