← back to game theory

Zero-Sum Strategy Summary

Nordstrom, Introduction to Game Theory §2.5 · nordstrommath.com · CC BY-SA 4.0

The minimax theorem: the row player's maximin (best guaranteed minimum) equals the column player's minimax (least the row player can be held to) at the saddle point. When they meet, both players have a pure equilibrium strategy.

Maximin and minimax

The row player looks at each row's worst outcome (the minimum) and picks the row with the best worst case. That's maximin. The column player looks at each column's best outcome for the row player (the maximum) and picks the column that minimizes it. That's minimax. When maximin equals minimax, the game has a saddle point.

C1 C2 C3 R1 R2 R3 4 -2 5 1 3 0 -1 2 6 Row min -2 0 -1 maximin Col max 4 3 6 minimax saddle point: maximin = minimax = 3
Scheme

When there is no saddle point

If maximin does not equal minimax, the game has no pure-strategy equilibrium. The row player's guaranteed floor is below the column player's guaranteed ceiling. The gap between them is where mixed strategies live, covered in the next chapter.

Scheme

Zero-sum strategy checklist

Nordstrom summarizes the procedure for solving a zero-sum game. First eliminate dominated strategies. Then check for equilibrium points. If one exists, both players should play it (pure strategy). If none exists, use mixed strategies to find the game's value.

Scheme

Notation reference

Concept Scheme Meaning
Maximin(maximin m)Row player's best guaranteed minimum
Minimax(minimax m)Column player's least concession
Saddle point(= (maximin m) (minimax m))Pure equilibrium exists when they're equal
Dominatedeliminated firstStrategies that are always worse than another
Neighbors

Nordstrom series

Foundations (Wikipedia)

Source: Nordstrom §2.5. Licensed CC BY-SA 4.0.