Let $X_1$, $X_2$ be i.i.d., integrable, nonnegative real random variables, and $Y=\min(X_1,X_2)$. Show that $Y^2$ is integrable.
Does anyone have some hints or tips on how to show this?
Let $X_1$, $X_2$ be i.i.d., integrable, nonnegative real random variables, and $Y=\min(X_1,X_2)$. Show that $Y^2$ is integrable.
Does anyone have some hints or tips on how to show this?
Copyright © 2021 JogjaFile Inc.
Solution 1
Since $Y^2 \leq X_1X_2$, we have $\mathbb{E}(Y^2) \leq \mathbb{E}(X_1X_2)=\mathbb{E}(X_1)\mathbb{E}(X_2) < +\infty$.
Solution 2
Let $g(t)=\mathbb{P}(X_1>t)$.
Edit : as pointed out by Did in the comments, we need another argument to conclude.
Edit 2 : I added two steps. This should work now.
Edit 3 : That was simpler than I thought. Thanks to D. Thomine.
Edit 4 : added Vim's solution since it is much simpler.