Equilibrium Points
Nordstrom, Introduction to Game Theory ยง2.4 ยท nordstrommath.com ยท CC BY-SA 4.0
An equilibrium point is a strategy pair where neither player can improve by switching. In a zero-sum game, every equilibrium point has the same value. This is the Nash equilibrium for two-player zero-sum games.
Neither player wants to switch
Look at a payoff matrix. An equilibrium pair is a cell where the row player is already in their best row (given the column) and the column player is already in their best column (given the row). Neither has a reason to deviate.
Solution theorem: all equilibria share one value
In a two-player zero-sum game, every equilibrium point has the same payoff. The proof works by contradiction: assume two equilibria with different values, then show that at least one player could have improved by switching, contradicting the equilibrium definition.
Same value does not mean equilibrium
A cell can have the same payoff as an equilibrium point without being an equilibrium itself. The value must be simultaneously the row minimum and column maximum. Just matching the number is not enough.
Notation reference
| Concept | Scheme | Meaning |
|---|---|---|
| Equilibrium pair | (find-equilibria m) | Strategy pair where neither player benefits from switching |
| Row min | (row-min m r) | Best the column player can force in that row |
| Col max | (col-max m c) | Best the row player can get in that column |
| Solution theorem | (all-eq-values-same? m) | All equilibria in a zero-sum game share one value |
Neighbors
Nordstrom series
- ๐ ยง2.3 Probability and Expected Value โ previous section
- ๐ ยง2.5 Zero-Sum Summary โ next section
- ๐ฐ Economics Ch.8 — market equilibrium is Nash equilibrium applied to supply and demand
- ๐ Hedges, Ghani 2018 — Nash equilibrium composes categorically
- ๐ง Cognitive Science Ch.6 — decision theory and bounded rationality alongside equilibrium
Related papers
- ๐ Hedges 2018 โ Nash equilibrium as a compositional predicate
Foundations (Wikipedia)