Aggregate Welfare Loss

Documentation

Lean 4 Proof

def aggregateWelfareLoss (w z : Fin N → ℝ) : ℝ :=
  ∑ n : Fin N, w n * welfareDistanceFn (z n)

Dependency Graph

Module Section

Theorems 7-8, Propositions 5 and 7, Corollary 3: