Game Theory — The Mathematics of Strategy
Game theory studies strategic decision-making — how rational agents interact when each person's outcome depends on everyone's choices. It began with a poker problem in 1928 (von Neumann's minimax theorem) and grew into a universal language for economics, biology, political science, and artificial intelligence. At its heart is one revolutionary idea: that we can model conflict and cooperation mathematically, and find the stable outcomes that rational players will settle on.
🎲 Normal Form Games and Nash Equilibrium
Payoff Matrices and Strategy Sets
A game in normal form has three components: players, strategies, and payoffs. For two players, we write a payoff matrix where rows are Player 1's strategies, columns are Player 2's, and each cell contains the payoff pair (u₁, u₂). A strategy s* is a dominant strategy if it gives a strictly higher payoff than any other strategy no matter what the opponent does. A Nash equilibrium is a strategy profile where no player can improve by unilaterally changing their strategy — each player's strategy is a best response to the others'. In the prisoner's dilemma, (Defect, Defect) is the unique Nash equilibrium.
The payoff matrix:
L R
L: (1,1) (0,0)
R: (0,0) (1,1)
There are two pure Nash equilibria: (L,L) and (R,R). There's also a mixed equilibrium where each player randomizes 50-50 — but that gives expected payoff 0.5, worse than the pure equilibria. This is why societies converge on one convention (drive on the left in the UK, on the right in the US) — coordination problems have multiple solutions, and history decides which one we pick.
Elimination of Dominated Strategies
Not every game has a dominant strategy. But we can often simplify games by iterated elimination of strictly dominated strategies (IESDS). A strategy is strictly dominated if there's another strategy that always does better. Removing dominated strategies may reveal new dominated ones. This process converges to a set of rationalizable strategies — those that survive common knowledge of rationality. In some games, this uniquely identifies the outcome; in others (like coordination games), it doesn't narrow things down much.
🎰 Mixed Strategies and the Minimax Theorem
Mixed Strategy Nash Equilibrium
A mixed strategy is a probability distribution over pure strategies. A mixed strategy Nash equilibrium exists when each player's mixed strategy makes the other players indifferent among their pure strategies (so they're willing to randomize too). Nash's existence theorem (1950) proved that every finite game has at least one Nash equilibrium (possibly in mixed strategies). This result — proved in Nash's 27-page PhD thesis — earned him the Nobel Prize and became the foundation of modern game theory. To find a mixed equilibrium, solve for probabilities where each player's expected payoff is equal across all pure strategies they play with positive probability.
Payoff matrix (P1 payoff shown, P2 gets the opposite in this zero-sum game):
H T
H: +1 −1
T: −1 +1
No pure Nash equilibrium exists. For mixed: let p = P1's probability of Heads, q = P2's probability of Heads.
P1's expected payoff given q: if H → q(1) + (1−q)(−1) = 2q−1. If T → q(−1) + (1−q)(1) = 1−2q.
For P1 to be indifferent: 2q−1 = 1−2q → q = 1/2. Similarly, p = 1/2.
The mixed equilibrium: both play Heads with probability 1/2. Expected value of the game = 0.
🌳 Sequential Games and Backward Induction
Subgame Perfect Equilibrium
A subgame perfect equilibrium (SPE) is a strategy profile that induces a Nash equilibrium in every subgame of the original game. It eliminates non-credible threats — promises to punish that wouldn't actually be carried out. Backward induction finds SPE in finite perfect-information games. The centipede game illustrates a paradox: backward induction says the first player should defect immediately, but if both players are even slightly altruistic, they can cooperate for many rounds and both come out ahead.
Repeated Games and the Folk Theorem
When the same game is played repeatedly, cooperation can emerge even in the prisoner's dilemma. The Folk theorem says that in infinitely repeated games, any feasible payoff vector that's better for each player than their minimax value can be sustained as a Nash equilibrium — provided players are patient enough. Tit-for-tat (cooperate on the first move, then copy the opponent's previous move) is remarkably effective: it's nice, retaliatory, forgiving, and clear. In Axelrod's tournaments, tit-for-tat won against far more complex strategies.
🌍 Evolution, Auctions, and Mechanism Design
Auction Theory — The Winner's Curse
Auctions are games with rules designed by the seller. In a first-price sealed-bid auction, the highest bidder pays their bid. In a second-price auction (Vickrey), the highest bidder pays the second-highest bid — which makes truthful bidding a dominant strategy (you should bid exactly what the item is worth to you). The revenue equivalence theorem says that under certain conditions, all standard auction formats yield the same expected revenue. The winner's curse occurs in common-value auctions (like oil drilling rights): the winner tends to be the one who overestimated the value, so winning the auction is bad news. Sophisticated bidders shade their bids downward to avoid this — but that's a strategic choice, and getting it wrong can bankrupt you.
Mechanism Design — Reverse Game Theory
In mechanism design, you design the rules of the game to achieve a desired outcome, assuming players will act strategically. The revelation principle says any outcome achievable by some mechanism can also be achieved by a direct revelation mechanism where players truthfully report their private information. The Vickrey-Clarke-Groves (VCG) mechanism generalizes the Vickrey auction to any social choice problem — it makes truthful reporting a dominant strategy and achieves efficient outcomes. VCG mechanisms are used in spectrum auctions, keyword advertising auctions (Google AdWords), and even kidney exchange programs. The challenge: VCG can run deficits, and designing budget-balanced mechanisms that are also strategy-proof is the subject of active research.
Nash later developed a severe mental illness (paranoid schizophrenia) and spent decades in and out of hospitals. He recovered remarkably in the 1990s and won the Nobel Prize in Economics in 1994. His life was portrayed in the film "A Beautiful Mind" (2001).
Tragically, Nash and his wife died in a car crash in 2015, returning from Norway where he'd just received the Abel Prize — mathematics' highest honor.
🎯 Practice — Check Your Game Theory Intuition
These puzzles build game theory intuition — think strategically.