Isoquant Dist Sq

Documentation

Lean 4 Proof

def isoquantDistSq (J : ℕ) (x y : Fin J → ℝ) (Fx Fy : ℝ) : ℝ :=
  ∑ j : Fin J, (x j / Fx - y j / Fy) ^ 2

Dependency Graph

Module Section

Superadditivity of CES (Paper 1, Section 6):