Simple Brownian Motion Proof

140 Views Asked by At

I've been given the following question and solution:

Let $W_t$ be a standard Brownian Motion w.r.t. ($\mathbf{P},\mathcal{F}_t)$. Prove that \begin{align} E[|W_t|] < \infty, \forall \text{ } t \end{align}

Solution: \begin{align} E[|W_t|] < E[1+W_t^{2}] < 1 + E[W_t^2] < 1+t <\infty \end{align}

My question is, what allows us to state the following? \begin{align} E[|W_t|] < E[1+W_t^2] \end{align}

Many thanks,

John

2

There are 2 best solutions below

3
On BEST ANSWER

Note that $$|W_t| =|W_t| \cdot 1_{\{|W_t| \leq 1\}} + |W_t| \cdot 1_{\{|W_t|>1\}} \leq 1 + |W_t|^2.$$ This implies $$\mathbb{E}(|W_t|) \leq 1+ \mathbb{E}(W_t^2).$$

Remarks

  • Please note that any random variable $X \in L^2$ is automatically integrable, i.e. $X \in L^1$. This follows from Jensen's inequality or the Cauchy Schwarz inequality. So if you know that $\mathbb{E}(W_t^2)<\infty$, this proves $W_t \in L^1$.
  • As $W_t$ is a Gaussian random variable, the (absolute) moments can be calculated explicitely, see here.
1
On

Let $x\in \mathbb R$.

If $|x| <1$, $|x| < 1 + x^2$.

If $|x| \ge1$, $|x| \le x^2 \le 1 + x^2$.

Actually, you can make a better majoration with not much more effort:

$$ |x| = \frac 12 \left( x^2 + 1 - (1 - {|x|})^2 \right) \le \frac 12 \left( x^2 + 1 \right) $$

Now apply to $W_t$ and integrate, and you are done.