A gambler has a starting fortune of $M$. He will repeatedly play a game the game and his bets are such that he gains/loses $s$ with probability $p(s)$ (gains if $s\geq 0$, loses if $s<0$), where $p(s)$ is the same every game. If his fortune ever goes below 0 or above $T>M$ then he stops playing. Additionally, the expected return $\int_{-\infty}^\infty sp(s)ds=0$.
I am only interested in the duration of the game. I believe that the game will last the longest if $M=\frac{T}{2}$, i.e. the game starts in the middle. I am looking for help with the proof or a counterexample.
It maybe useful to consider that if $D_M$ is the expected duration of the game when the game starts at $M$, then we have the constraints
$$D_M=1+\int_{-\infty}^\infty p(s)D_{M+s}ds$$ $$D_0=D_T=0$$
For the standard Gambler's ruin with $p(+1)=p(-1)=\frac{1}{2}$ and $p(s)=0$ for $s\neq\pm 1$, the statement is true since the expected duration is then given by $D_M=M(T-M)$, which is maximal for $M=\frac{T}{2}$. I do not know however how to prove this for the general game.
Examples that do not appear to be counterexamples:
- $p(2)=\frac{1}{2}$, $p(-1)=p(-3)=\frac{1}{4}$
- $p(-\alpha)=p$, $p(\beta)=(1-p)$ with $p=\frac{\beta}{\alpha+\beta}$, $\alpha,\beta\geq 0$