Curvature K Real Pos

Documentation

Lean 4 Proof

theorem curvatureKReal_pos {J ρ : ℝ} (hJ : 1 < J) (hρ : ρ < 1) :
    0 < curvatureKReal J ρ := by
  simp only [curvatureKReal]
  apply div_pos
  · exact mul_pos (by linarith) (by linarith)
  · linarith

Dependency Graph

Module Section

Paper 1c, Section 2: K(J) as the Network Engine