I'm struggling with the next problem:
"Decide reasonably whether the following statement is true or false: Let X be a random variable and $\{X_{n}\}_{n \in \mathbb{N}}$ a family of random variables.
$X_{n} \rightarrow X$ in probability if and only if $\lim_{n\to\infty} \mathbb{E}(\frac{|X_{n}-X|}{1+|X_{n}-X|})=0$ "
My intuition is that the statement is true, and my current approach is: $\lim_{n\to\infty} \mathbb{E}(\frac{|X_{n}-X|}{1+|X_{n}-X|})=\mathbb{E}(\lim_{n\to\infty}\frac{|X_{n}-X|}{1+|X_{n}-X|})$ because $X_{n}$ and $X$ are measurable by definition of random variable. Now, $\lim_{n\to\infty}|X_{n}-X| = 0$ by convergence in probability, then $\mathbb{E}(\lim_{n\to\infty}\frac{|X_{n}-X|}{1+|X_{n}-X|}) = 0$. The reciprocal is equivalent, following the same argument.
I'm not sure that this proof is complete or it has any flaw. If my intuition failed, the statement could also by false. So I would appreciate any help.
Thanks in advance!