Documentation

Lean 4 Proof

def contestPayoff (a x cost : Fin J → ℝ) (ρ : ℝ)
    (j : Fin J) : ℝ :=
  contestShare a x ρ j - cost j * x j

Dependency Graph

Module Section

Multi-Agent CES Game Theory (Gap #14)