Documentation

Lean 4 Proof

theorem slope_jump_pos (hJ : 2 ≤ J) {ρ : ℝ} (hρ : ρ < 1)
    {Tstar : ℝ} (hTs : 0 < Tstar) :
    0 < curvatureK J ρ / Tstar :=
  div_pos (curvatureK_pos hJ hρ) hTs

Dependency Graph

Module Section

Phase Transition at T* (Gap #8)