Dominance is a quick reduction before solving a game. A dominated column is never useful for the minimizer, so removing it can expose a smaller game with the same value. The lesson uses dominance as a certificate that an option can be removed before replaying the exact minimax calculation.

highlighted = computed this step

Dominated Column

Column 3 is dominated by column 1. Why: the minimizer never prefers a column that is entrywise no smaller. A dominated column gives the row player at least as much payoff in every row, so it cannot improve the column player's worst-case protection.

dominated column=3\text{dominated column}=3
dominated columnC1C2C3R13-14R2-223

Entrywise Check

The top-row comparison is 3 at most 4, and the bottom-row comparison is -2 at most 3. Why: both rows favor removing the dominated column for the minimizer. The check is entrywise, so it does not depend on guessing the opponent's mixture or solving the game first.

3≤4−2≤33\le 4\quad -2\le 3
dominated columnC1C2C3R13-14R2-223

Replay the Reduced Game

After removing that column, the reduced game has value 1/2. Why: the remaining matrix is the same exact game solved earlier. Dominance is therefore a preprocessing certificate: it removes an option that cannot be part of an optimal minimizing strategy, then minimax replays on the smaller matrix.

vreduced=1/2v_{\text{reduced}}=1/2
Reduced gameRemoving the dominated column leaves the flagship game.reduced gamefirstsecondtop3-1bottom-22row mix1/21/2

Diagram note

These are exact values for pinned finite two-player zero-sum games; general-sum equilibria and learning dynamics are outside this model. Dominance here is an exact entrywise reduction for this finite zero-sum payoff matrix, and replaying minimax after the reduction keeps the same value. It is not a claim about general-sum Nash equilibria or learning dynamics. Pixel positions are rounded for layout; every number shown is exact.

dominance removes an option before replaying minimax\text{dominance removes an option before replaying minimax}
dominated columnC1C2C3R13-14R2-223