← back to game theory

Dominated Strategies

Jennifer Nordstrom · CC BY-SA 4.0 · §2.2 Dominated Strategies

A strategy is dominated if another strategy is always at least as good, no matter what the opponent does. A rational player never plays a dominated strategy. Delete it. Then check again. Repeat until nothing is dominated.

What is a dominated strategy?

Strategy X is dominated by strategy Y if, for every possible opponent action, Y gives a payoff greater than or equal to X. If Y is strictly better in every case, X is strictly dominated. A rational player will never choose a dominated strategy, so we can remove it from the matrix.

Player 2 X Y A B C 4 3 1 0 2 5 dominated by A 4>1 3>0 B is dominated by A: A beats B in every column
Scheme

Iterated elimination of dominated strategies

Sometimes no strategy is obviously dominated. But after you delete one dominated strategy, a previously safe strategy becomes dominated in the smaller matrix. Repeat: delete, recheck, delete, recheck. This is iterated elimination.

Scheme

Maximin and minimax

When elimination does not reduce the matrix to a single cell, use maximin (Player 1) and minimax (Player 2). Player 1 assumes the worst case for each row and picks the row where the worst case is best. Player 2 assumes the worst case for each column and picks the column where the worst case is least bad.

Scheme

Notation reference

Term Scheme Meaning
Dominates(dominates? row-y row-x)Y >= X in every column
Iterated elimination(iterated-elimination m labels)Delete dominated, recheck, repeat
Maximin(maximin matrix labels)P1: maximize worst-case payoff
Minimax(minimax matrix labels)P2: minimize worst-case loss
Neighbors

Prev

Related paper pages

  • 🍞 Hedges 2018 — compositional game theory: Nash equilibrium as a compositional predicate

Foundations (Wikipedia)

Ready for the real thing? Read Nordstrom §2.2. Work through the examples by hand before using the REPL.