Saddle Point

Work in progress. This note is still being written and incomplete.

1 min read Last updated Fri Aug 28 2026 11:38:57 GMT+0000 (Coordinated Universal Time)

Maximin Criterion

The row player picks the strategy maximizing their guaranteed minimum payoff: maximinjaij\max_i \min_j a_{ij}.

Minimax Criterion

The column player picks the strategy minimizing the row player’s guaranteed maximum payoff: minjmaxiaij\min_j \max_i a_{ij}.

Saddle Point

Exists when maximinjaij=minjmaxiaij\max_i \min_j a_{ij} = \min_j \max_i a_{ij}. The corresponding entry is the game’s value, and both players have an optimal pure strategy: neither benefits from deviating alone.

If the maximin and minimax values differ, no saddle point exists, and pure strategies alone don’t give an optimal solution.

Was this helpful?