No history yet

Nash Equilibrium Foundations

Finding the Balance Point

In strategic situations, your best move often depends on what others do. Game theory gives us a formal way to think about this dependency. Instead of just guessing, we can map out a player's optimal choice for every possible action their opponent might take. This map is called a Best Response Function.

Let's say Player 1's strategy is s1s_1 and Player 2's is s2s_2. Player 1's payoff is u1(s1,s2)u_1(s_1, s_2). The Best Response Function for Player 1, denoted BR1(s2)BR_1(s_2), tells us which strategy s1s_1 maximizes their payoff, given Player 2's choice of s2s_2. It's the answer to the question: "If they do that, what's the best thing for me to do?"

A Best Response Function outputs the strategy that yields the highest possible payoff for a player, given the strategies of all other players.

Pure Strategy Nash Equilibrium

So, if every player has a function that tells them their best response, where does the game settle? It settles at a Nash Equilibrium. A Pure Strategy Nash Equilibrium (PSNE) is a set of strategies, one for each player, where every player's strategy is a best response to everyone else's. No one has a reason to change their plan on their own. It's a stable point of no regrets.

Formally, a strategy profile (s1,s2,...,sn)(s_1^*, s_2^*, ..., s_n^*) is a Pure Strategy Nash Equilibrium if for every player ii, sis_i^* is a best response to the other players' strategies sis_{-i}^*. This means no player can do better by unilaterally deviating.

ui(si,si)ui(si,si)u_i(s_i^*, s_{-i}^*) \ge u_i(s_i, s_{-i}^*)

Example: Cournot Duopoly

Let's see this in action with the an economic model where two competing firms decide how much of a product to produce. They sell the same product and make their quantity decisions at the same time. The total quantity on the market determines the price.

Assume the market demand curve is given by P(Q)=aQP(Q) = a - Q, where QQ is the total quantity, Q=q1+q2Q = q_1 + q_2. Let's also assume the cost to produce for each firm is cc per unit, so the total cost for firm ii is Ci(qi)=cqiC_i(q_i) = c \cdot q_i.

Firm 1's profit, Π1\Pi_1, is its revenue minus its cost.

Π1(q1,q2)=P(Q)q1C1(q1)=(a(q1+q2))q1cq1\Pi_1(q_1, q_2) = P(Q)q_1 - C_1(q_1) = (a - (q_1+q_2))q_1 - cq_1

To find Firm 1's best response, we find the quantity q1q_1 that maximizes its profit, treating q2q_2 as a fixed number. We do this by taking the derivative of the profit function with respect to q1q_1 and setting it to zero.

Π1q1=a2q1q2c=0\frac{\partial \Pi_1}{\partial q_1} = a - 2q_1 - q_2 - c = 0

Solving for q1q_1 gives us Firm 1's Best Response Function:

q1=BR1(q2)=acq22q_1 = BR_1(q_2) = \frac{a - c - q_2}{2}

Since the firms are identical, Firm 2's Best Response Function is symmetric:

q2=BR2(q1)=acq12q_2 = BR_2(q_1) = \frac{a - c - q_1}{2}

The Nash Equilibrium occurs where these two functions intersect. Each firm is playing a best response to the other's action. We find it by substituting one equation into the other.

q1=ac(acq12)2q_1^* = \frac{a - c - (\frac{a - c - q_1^*}{2})}{2}

Solving this equation for q1q_1^* gives us the equilibrium quantity for Firm 1. Since the firms are identical, q2q_2^* will be the same.

q1=q2=ac3q_1^* = q_2^* = \frac{a-c}{3}

The Guarantee of an Equilibrium

Do stable outcomes always exist? In his groundbreaking 1951 paper, proved that for any game with a finite number of players and a finite number of strategies, at least one Nash Equilibrium exists. This was a monumental result for economics and social sciences.

However, this proof does not guarantee a pure strategy equilibrium. Some games, like Rock, Paper, Scissors, don't have a stable outcome where players stick to one choice. In these cases, the equilibrium involves players randomizing their strategies, a concept known as a mixed strategy Nash Equilibrium.

Quiz Questions 1/5

What is a Best Response Function?

Quiz Questions 2/5

A set of strategies is considered a Pure Strategy Nash Equilibrium (PSNE) if...