Neural Sync Active
Mixed Strategy Nash Equilibrium
Registry Synced
Mixed Strategy Nash Equilibrium
1231 words
6 min read
Reading compass
Now · 🎯 Learning Objectives
Mixed Strategy Nash Equilibrium
🎯 Learning Objectives
- Define a mixed strategy as a probability distribution over pure strategies
- Apply the indifference condition to find mixed-strategy NE
- Solve for mixed NE in 2×2 games
- Interpret mixed strategies in real-world contexts
- Understand why randomisation can be optimal
3.1 Intuition: Why Mix?
In Matching Pennies, there's no pure-strategy Nash equilibrium — whatever you choose, your opponent can exploit you. But if you randomise (play Heads with 50% probability), your opponent cannot predict your move.
🔑 Key Insight: The purpose of mixing is to keep your opponent indifferent — making them unable to exploit any pattern in your play. Real-world examples:
- Soccer penalty kicks: kickers mix left/right/centre
- Poker: players bluff with a certain probability
- Tennis serves: mixing direction keeps the opponent guessing
3.2 Formal Definition
A mixed strategy for player i is a probability distribution σi over their pure strategy set Si.
If Si={si1,si2,…,sik}, then σi=(p1,p2,…,pk) where pj≥0 and ∑pj=1.
A mixed-strategy Nash equilibrium is a profile σ∗=(σ1∗,…,σn∗) such that for every player i:
3.3 The Indifference Condition
Key result: In a mixed-strategy NE, each player must be indifferent between any pure strategy they play with positive probability.
If player i plays si and si′ both with positive probability in equilibrium, then:
Why?
If one strategy gave strictly higher expected payoff, the player would play it exclusively — contradicting that they mix.
3.4 Solving 2×2 Games
Example: Matching Pennies
HTH(1,−1)(−1,1)T(−1,1)(1,−1)Let Player 1 play H with probability p, T with 1−p. Let Player 2 play H with probability q, T with 1−q.
Step 1: Find Player 2's equilibrium mix that makes Player 1 indifferent.
Player 1's expected payoff from H: q(1)+(1−q)(−1)=2q−1 Player 1's expected payoff from T: q(−1)+(1−q)(1)=1−2q
Set equal: 2q−1=1−2q⟹4q=2⟹q=21
Step 2: Find Player 1's equilibrium mix that makes Player 2 indifferent.
Player 2's expected payoff from H: p(−1)+(1−p)(1)=1−2p Player 2's expected payoff from T: p(1)+(1−p)(−1)=2p−1
Set equal: 1−2p=2p−1⟹4p=2⟹p=21
Mixed-strategy NE: (σ1=(21,21),σ2=(21,21))
General Formula for 2×2 Games
UDL(a,e)(c,g)R(b,f)(d,h)Player 1 plays U with p, D with 1−p. Player 2 plays L with q, R with 1−q.
Player 1's indifference:
Player 2's indifference:
Example: Battle of the Sexes
BFB(2,1)(0,0)F(0,0)(1,2)Player 1 (row) plays B with p:
Set: 2q=1−q⟹3q=1⟹q=31
Player 2 (column) plays B with q:
Set: $p = 2 - 2p \implies 3p = 2 \implies p = \frac{2}{3}
\begin{array}{c|cc} & L & R \ \hline U & (2, 1) & (0, 0) \ D & (0, 0) & (1, 2) \end{array}
\begin{array}{c|cc} & S & D \ \hline S & (0, 0) & (-1, 1) \ D & (1, -1) & (-5, -5) \end{array}
\begin{array}{c|cc} & L & R \ \hline U & (3, 2) & (0, 0) \ D & (0, 0) & (2, 3) \end{array}