I came across this result somewhere and I don't grasp its proof in its entirety.
Let $M$ be a continuous martingale such that $M_0 = 0$. Define $\tau_x = \inf\{t\geq 0: M_t =x \}$. Then, $$P\{\tau_a < \tau_b \}\leq \frac{b}{b-a} \leq P\{\tau_a \leq \tau_b \}$$
The proof goes like this. Both $\tau_a$ and $\tau_b$ are stopping times. Hence, so is $\tau_a \wedge\tau_b$. Then, Doob's optional stopping theorem gives $E[M_{\tau\wedge t}] = 0$. The author lets $t$ go to infinity and claims $E[M_{\tau}] = 0$ by dominated convergence. This is all good but wasn't he supposed to show $\tau$ is a.s. finite first?
Anyway, then he writes: $$0 = aP\{M_{\tau} = a\} + bP\{M_{\tau} = b\} + E[M_{\infty}\mathbb{1}_{\tau=\infty}]$$ Clearly, $P\{M_{\tau} = a\} = P\{\tau_a <\tau_b\}$ and $P\{M_{\tau} = b\} = P\{\tau_b <\tau_a\}$. Then the next line reads
$$0 \leq aP\{\tau_a <\tau_b\} + bP\{\tau_b \leq\tau_a\} $$ From this the first inequality in the claim follows. Where did $E[M_{\infty}\mathbb{1}_{\tau=\infty}]$ go?
I also don't see how the second inequality must be shown. Any help appreciated..