Effective Curvature Decreasing

Documentation

Lean 4 Proof

theorem effectiveCurvature_decreasing {ρ : ℝ} (hρ : ρ < 1)
    (P₁ P₂ : Fin J → ℝ)
    (hH : escortHerfindahl P₁ < escortHerfindahl P₂) :
    effectiveCurvatureAt ρ P₂ < effectiveCurvatureAt ρ P₁ := by
  unfold effectiveCurvatureAt
  have h1 : 0 < 1 - ρ := by linarith
  nlinarith

Dependency Graph

Module Section

General CES Hessian at Arbitrary Allocation