I'm working on a exercise and at the moment I'm stuck on this part:
Let $m<0$ and $(X_n)$ a sequence of independent normal distributed random variables with parameters $m$ and $\sigma²$. Define $S_n=X_1+\dots+X_n, F_n=\sigma(S_0,\dots,S_n) \text{ and } W=sup_{n\geq 0} S_n$. Show that $$\mathbb{E}[e^{\lambda W}]=1 + \lambda \int^\infty_0e^{\lambda t}P(W>t)dt.$$ and conclude that $\mathbb{E}[e^{\lambda W}]<\infty$ for every $\lambda<\lambda_0$.
The two things I have shown so far are that
- there exists a $\lambda_0 >0$ such that $(e^{\lambda_0 S_n})$ is a martingale, specifically $\lambda_0=-\frac{2m}{\sigma²}$
- $P(e^{\lambda_0 W} > a)\leq \frac{1}{a}$ for every $a>1$ so that $P(W>t)\leq e^{-\lambda_0t}$ for $t>0$.
But now I am not sure how to continue with this information to find the right approach for solving this last step described at the beginning. Any help for is appreciated, thanks in advance!