The following game was proposed to me:
- Alice has a coin which has a probability $p$ of landing on heads, $1-p$ of landing on tails. Alice doesn't know $p$. Alice is not allowed to lie.
- Bob knows $p$. Bob is allowed to lie.
- Alice tells Bob two functions $f, g: [0,1]\mapsto\mathbb R$ and asks Bob for the value of $p.$ Let Bob's answer be $\pi$.
- Alice throws the coin. If it lands on heads, Bob is awarded $f(\pi)$ points, if it lands on tails, Bob is awarded $g(\pi)$ points.
Alice wants to find a pair of functions $f,g$ such that if Bob tries to maximize the expected value for the number of points he is awarded, then $\pi=p$.
Is there a simple way to describe the entire solution space?