1

Let $X_n$, $n\in \mathbb{N}$ be a sequence of random variables which converges in probability to $X$, i.e. $X_n \stackrel{Prob}{\longrightarrow} X$. Furthermore it is known that $X \in L^2$. Does this imply $X_n \stackrel{L^2}{\longrightarrow} X$?

Harry
  • 27

2 Answers2

2

No. For example, consider $X_n=\sqrt n\cdot\chi_{[0,1/n]}$ in $L_2([0,1])$. $(X_n)$ converges to the zero function in probability and $\Vert X_n\Vert_{L_2}=1$ for each $n$.

David Mitra
  • 74,748
  • Thanks for the counterexample. I know uniform integrability is sufficient to conclude. Do you know any other assumption such that the L^2 convergence holds? – Harry Jun 17 '13 at 10:53
  • @Harry If you have pointwise convergence and if everything is in $L_2$, then $\Vert X_n \Vert_{L_2}\rightarrow\Vert X\Vert_{L_2} $ implies $\Vert X_n-X\Vert_{L_2}\rightarrow0$. – David Mitra Jun 17 '13 at 10:59
1

Take a sequence $X_n$ that converges in probability to zero (the zero function) but such that no $X_n$ is square integrable. The zero function is in $L_2$ but the sequence does not converge in $L_2$ to zero.

  • Thanks! I know uniform integrability is sufficient to conclude. Do you know some other assumption such that the L^2 convergence holds? – Harry Jun 17 '13 at 10:52