Does $\mathbb{E}\left[X\right]=\infty$ imply $\mathbb{E}\left[X^{2}\right]=\infty$?

630 Views Asked by At

I'm trying to prove that if $\mathbb{E}\left[X\right]=\infty$ then $\mathbb{E}\left[X^{2}\right]=\infty$ for every random variable $X$.

I know that if $X(w)>1$ I'll get that $X^2(w)>X(w)$ so $\mathbb{E}\left[X^{2}\right]\ge\mathbb{E}\left[X\right]$

and if $X(w)\le1$ then $X^2(w)\le X(w)$ so

$\mathbb{E}\left[X^{2}\right]=\sum\nolimits _{w\in\Omega}X^{2}\left(w\right)\cdot p(w)\le\sum\nolimits _{w\in\Omega}1\cdot p(w)=1$

But how do I prove it when some of the $w\in \Omega$ are larger than 1 and some are less ?

Is this even the right way to prove this ?

5

There are 5 best solutions below

3
On BEST ANSWER

By Jensen's inequality we know that for convex $f$

$$ f\left(\operatorname{E}[X]\right) \leq \operatorname{E}\left[f(X)\right] $$

The fact that $\operatorname{E}[X]=\infty \implies \operatorname{E}\left[ X^2 \right] = \infty$ follows from the observation that $f(x)=x^2$ is convex.

Edit: As referenced in the comments below, for this argument to be rigorous, one needs to multiply inside the expectation by $\mathbf 1(\vert X \vert \leq k)$, apply Jensen's inequality, and then take $k \to \infty$ with an appeal to the monotone convergence theorem.

0
On

Proof that if $E[X]=\infty$ then $E[X^2]=\infty$ :
First note that $\int_{-1}^1xf_X(x)dx<=1$ and so if $E[X]=\infty$ then $\int_{\infty}^{-1}xf_X(x)dx+\int_1^{\infty}xf_X(x)dx=\infty$ and so $$E[X^2]>=\int_{\infty}^{-1}x^2f_X(x)dx+\int_1^{\infty}x^2f_X(x)dx>=\int_{\infty}^{-1}xf_X(x)dx+\int_1^{\infty}xf_X(x)dx=\infty$$

0
On

It is a fact that for finite measure spaces, every $L^2$ function is $L^1$. (In fact, every $L^p$ function is $L^q$ when $p>q\geq1$.) Your claim follows from the observation that $X^2$ is nonnegative, so $E[X^2]$ is either finite or infinite.

See also this discussion on Cross-Validated.

3
On

By the Cauchy-Schwarz inequality the contrapositive is available: $$E|X|\leq\sqrt{EX^2}$$ implies that if $EX^2<\infty$ then even $E|X|<\infty$.

Edit: If it was not already clear, $E|X|<\infty$ leads to $EX<\infty$.

1
On

Note that $$ 0\leq\text{Var} X=E(X-EX)^{2}=EX^2-(EX)^2 $$ so that $$ (EX)^2\leq EX^2. $$ Hence $$EX=\infty \implies EX^2=\infty.$$