I'm working on a game theory problem I can't seem to figure out.
Players 1 and 2 are bargaining over how to split $\$10$. Each player names an amount $s_i$, between 0 and 10 for herself. These numbers do not have to be in whole dollar units. The choices are made simultaneously. Each player's payoff is equal to her own money payoff. In all the cases below, if $s_1+s_2\leq 10$, then the players get the amounts they named (and the remainder is destroyed).
(a) In the first case, if $s_1+s_2 >10$, then both players get zero and the money is destroyed.
(b) In the second case, if $s_1+s_2 >10$ and the amounts named are different, then the person who names the smaller amount gets that amount and the other person gets the remaining money. If $s_1+s_2 >10$ and $s_1=s_2$, then both players get $\$5$.
(c) In the third case, the games (a) and (b) must be played such that only integer dollar amounts can be named by both players.
Determine the pure strategy Nash Equilibria for all games (a) - (c).
I'm pretty sure I've figured out (a), noting that if player 2 chooses a strategy such that $0 \leq s_2 < 10$, the best response of player 1 is $BR_1(s_2) = 10- s_2$. If $s_2 = 10$, then $BR_1(s_2) = [0,10]$ since the payoff is $0$ regardless. The same holds for player 2. The Nash Equilibria is the intersection of the BR lines, and occur at $(10,10)$ and the line $s_1+s_2=10$.
For (b), my thought is that if player 2 chooses $s_2 \leq 5$, then $BR_1(s_2) = 10-s_2$ as in (a). However, if $s_2 > 5$, I feel that $BR_1(s_2) = s_2 -\epsilon$ for some very small $\epsilon >0$. This way, the total amount will be over $\$10$, but player 1 will have the smaller amount and thus get his money. However, I'm not sure if this is right or how to find the Nash Equilibrium in this case. Any help would be greatly appreciated.
I believe the pure equilibrium for (a) is that both parties choose 5 dollars. Knowing that your adversary has chosen 5 dollars, you can either choose more than 5 dollars, in which case you both get nothing, or you choose an amount less than 5 dollars in which case you get less than 5 dollars, or you can choose 5 dollars in which case you both get 5 dollars. Since the game is symmetric, this is the only case where each player does the same thing knowing what the other player's strategy is, and the payoff for the game for each player is the optimal 5 dollars due to symmetry.
The same should be true when you restrict to integer dollar amounts. However I'm not sure about case (b) and also what happens when you restrict that case to integer amounts.