Weighted Isoquant Dist Sq

Documentation

Lean 4 Proof

def weightedIsoquantDistSq (J : ℕ) (ρ : ℝ) (x' y' : Fin J → ℝ) : ℝ :=
  ∑ j : Fin J, max (x' j) (y' j) ^ (ρ - 2) * (x' j - y' j) ^ 2

Dependency Graph

Module Section

Superadditivity of CES (Paper 1, Section 6):