Nash Bargaining Problem Flashcards

1
Q

What is a nash bargaining problem?

A

Two players try to find an agreement of how to share a resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What happens in a nash bargaining problem if the players do not agree?

A

They end up at the disagreement point with disagreement utilities (usually 0 for each player)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the nash bargaining solution defined by?

A

Players’ utilities instead of the physical distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a physical space / utility space?

A

A physical space depicts the possible allocations of the physical good, the utility space depicts the possible allocations according to the utilities associated with outcomes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the steps in going from a physical space to a utility space?

A

1) find out the utility functions for each of the two players
2) set the restrictions (0 ≤ x1, 0 ≤ x2 and x1 + x2 = 1)
3) replace the final part of the restrictions with the utilities
4) solve the equation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the nash bargaining solution?

A

Allocating the goods in such a way that the product of utility gains (nash product) is maximized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is the utility gain calculated for a player?

A

The difference between the utility of what they achieve and the utility they would get if the bargain failed

πi(x) = ui(xi) − ui(di).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the formula for the nash product?

A

N(x) = [u1(x1) − u1(d1)] · [u2(x2) − u2(d2)]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is at each of the extreme points (0,1) or (1, 0)?

A

The nash product is 0, as one of the players has a gain of 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do we find a unique maximum?

A

1) forumlate a constraint maximization problem:
argmax (x1,x2){[u1(x1) − u1(d1)] · [u2(x2) − u2(d2)]} s.t. x1 + x2 = 1

2) Since the disagreement point is (0, 0) and so are the corresponding utilities, we can drop u1(d1) and u2(d2). Furthermore, we use the utility functions

argmax (x1,x2){u1 · u2} s.t. x1 + x2 = 1

3) we insert the constraint and substitue u2
argmax(x1,x2){u1 · 1-u1}

4) We calculate the derivative, equalize it to zero and then solve for x1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly