It is well known that in probability theory that, if $X_n$ converges in probability to $X$, the following are equivalent.
- $X_n$ converges in mean to $X$
- $E(|X_n|) \rightarrow E(|X|) < \infty$
- $\{X_n\}$ is uniformly integrable
While I was able to find multiple proofs of the above results, all of them prove in the order of (1) -> (2) -> (3) -> (1).
I feel that it should be possible to prove (2) -> (1) directly without using the results for uniform integrability. For instance, there is a proof for $X_n \ge 0$ only using Dominated Convergence Theorem. Any pointers will be welcome.