Questions tagged [nash-equilibrium]

For questions regarding the Nash equilibrium solution concept in strategic games.

Let $(S,f)$ be a game with $n$ players, where $S_{i}$ is the strategy set for player $i$, $S=S_{1}\times S_{2}\times \ldots \times S_{n}$ is the set of strategy profiles and $f(x)=(f_{1}(x),\dotsc ,f_{n}(x))$ is its payoff function evaluated at $x\in S$.

Let $x_{i}$ be a strategy profile of player $i$,$x_{-i}$ be a strategy profile of all players except for player $i$. When each player $i\in \{1,\dotsc ,n\}$ chooses strategy $x_{i}$ resulting in strategy profile $x=(x_{1},\dotsc ,x_{n})$ then player $i$ obtains payoff $f_{i}(x)$. Note that the payoff depends on the strategy profile chosen, i.e., on the strategy chosen by player $i$ as well as the strategies chosen by all the other players. A strategy profile $x^{*}\in S$ is a Nash equilibrium (NE) if no unilateral deviation in strategy by any single player is profitable for that player, that is

$$\forall i, x_i \in S_i: f_i(x_i^{*}, x_{-i}^{*}) \ge f_i(x_i, x_{-i}^{*}).$$

582 questions
3
votes
1 answer

What is the format of a mixed strategy nash equilibrium?

Take this game where player 1 has choices T and B, while player 2 has choices L and R. We need to find the Mixed Strategy Nash Equilibria. As a side note, it seems like (B,L), and (T,R) are Pure Strategy Nash Equilibria (correct me if I'm…
2
votes
1 answer

Does Unpredictable Four have an optimal solution?

The rules of Unpredictable Four are quite simple. One player (the crazy) tries to be unpredictable, while still achieving a goal -- and the other player (the psychic) tries to predict them. However, my simulation shows that if the crazy plays purely…
Heptic
  • 317
2
votes
2 answers

Prisoner's Dilemma for Bob and Hilal

Bob and Hilal fall in a prison. If both/none of them confess that they stole the money, they will both stay 11 months in prison. If one of them confesses but the other does not, the one who confesses will be free, the one who doesn't will stay for…
Bob Dobbs
  • 10,988
2
votes
0 answers

Best Pokemon Type

There are 18 different types in pokemon with different strengths and weaknesses like rock-paper-scissors. For example, Fire beats Grass, Grass beats Water, and Water beats Grass. My goal is to determine the best type of pokemon (ignoring stats,…
Michael
  • 105
2
votes
1 answer

Here's what Professor says ...

Select whether you want 2 points or 6 points added onto your final paper grade. But there's a small catch: if more than 10% of the class selects 6 points, then no one gets any points. What would the students do?
Keeth
  • 29
1
vote
1 answer

Is there results about the existence of a Nash equilibrium in continuous games with non-compact strategy spaces?

Consider a $n$-player continuous game $G=(P,S,U)$ where: $P=\{1,2,\dots,n\}$ is the set of $n$ players. $S=\{S_1,S_2,\dots,S_n\}$ where $S_i=\mathbb{R}^n_+$ is the $i$- th player's set of pure strategies, and $\mathbb{R}^n_+$ is the set of…
AlephZero
  • 750
1
vote
0 answers

Find Nash and Subgame Perfect Equilibrium.

Tom and Jake are playing the game like the above. For example, if Tom select $B$, then Jake can select $x$ or $y$. If Jake selects $x$, Tom and Jake will get rewards $2$ and $6$, respectively. Also, if Jake choose $y$, Tom and Jake will get rewards…
Danny_Kim
  • 3,423
1
vote
1 answer

Number of strategies in a sequential game

Sorry for bad English, am French. My teacher and I have disagreed on this question. It was part of a homework. Specifically the a). The question in question He and me have different viewpoints on number of strategies. I believe A has 20 different…
0
votes
1 answer
0
votes
1 answer

Find the Nash equilibria in pure strategies in the following games.

Payoffs on the left correspond to Player 1 and payoffs on the right correspond to Player 2—for instance, in (U, L), player 1 gets a payoff of 3 and player 2 gets a payoff of 4. Explain in detail why they are NE. So my thoughs are that in this game,…
0
votes
2 answers

Consider 2 identical players (i.e. i = 1, 2) with utility function:

Consider 2 identical players (i.e. i = 1, 2) with utility function: πi = b(qi + q-i) - cqi. Where qi is equal to one if player i contributes to the public good and is zero if she does not, q-i is the sum of the contributions by all other players, b…
0
votes
0 answers

how do I find a Mixed strategy nash equilibrium for a 5x3 matrix?

(Player A is on the left, Player B is on the top.) I am trying to find a mixed strategy Nash equilibrium for a $5\times 3$ matrix (table below). I've only gone as far as proving that the one strategy that is never a best response (strategy 1/4/6)…
0
votes
1 answer

How to compute Nash equilibria for this 3x3 matrix

\begin{matrix} &P2 \\ P1&0,0 & 7,6 & 6,7 \\ &6,7 & 0,0 & 7,6 \\ &7,6 & 6,7 & 0,0 \end{matrix} Then: For P1: \begin{matrix} & A &B&C \\ A&0,0 & \underline{7},6 & 6,7 \\ B&6,7 & 0,0 & \underline{7},6 \\ C&\underline{7},6 & 6,7 & 0,0 …
0
votes
0 answers

Can I use backward induction to solve sequential game with imperfect information?

I have read a book saying that "... backward induction cannot be applied to games of imperfect or incomplete information because this entails cutting through non-singleton information sets." However, in another textbook, it says that backward…
0
votes
0 answers

Define subgame perfect equilibrium

I am defining an equilibrium for a multiple-leader, multiple-follower Cournot game where the selling prices are functions of the equilibrium quantities. I require that, in the equilibrium, 1) each player should maximize its total profit; and 2) the…
1
2