Two persons $A, B$ roll a fair $n$-face dice separately and get $1 \le x,y \le n$ points. Then the third party will put $x + y$ dollars in a black box. $A$ and $B$ only know the point they roll and don't know the other's.
Then they bid on the black box. $A$ bids a integer price $p_1$, then $B$ can only bid at least $1$-dollar higher integer price $p_2$ or give up. If $B$ gives up, then $A$ must buy the black box with price $p_1$. If $B$ bids $p_2$, then $A$ can bid at least $1$-dollar higher integer price $p_3$ or give up, etc. Until one gives up, the other one should buy the black box with the latest price.
Question:
Assuming that $A$ and $B$ are rational, what's the optimal strategy of first player $A$ and second player $B$? How can, from the other one's bidding price, infer the range of points the other one has?
What if the other one should have to bid at least $k$ dollars higher ($k$ is integer)?
What if when there are $m$ players? (same question as Q1 and Q2).
Is there any terminology of this problem? Is there any reference or literature which thoroughly discusses this problem?
Strategy n°1 for A : he bids x+(n-1)/2, with objective to win 1pt. But in this case, if B knows that A applys this strategy, he know exactly what to do, so he will win 1pt, or A will loose 1pt or even more if y is very small. B is the winner.
A needs to mix this strategy, and some bluff.
So there is no mathematics answer.
– Lourrran Oct 28 '22 at 20:13