โ† back to game theory

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.

C1 C2 R1 R2 2 -1 -3 1 best in col best in row max max equilibrium: best in its row AND best in its column neither player wants to switch
Scheme

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.

Scheme

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.

Scheme

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

Related papers

Foundations (Wikipedia)

Source: Nordstrom ยง2.4. Licensed CC BY-SA 4.0.