I'm trying to show that if $\lim_{n\rightarrow\infty}E(|X_n-X|^p)=0$ for some $p>0$ then $X_n\rightarrow X$ in probability.
I tried a few directions.
By Jensen's inequality, $E(|X_n-X|^p)\geq (E|X_n-X|)^p$ because $|X|^p$ is convex (for $p\geq 1$, that's why I think this is not helpful).
By Markov's inequality, $P\{|X_n-X|\geq\epsilon\}\leq\frac{E|X_n-X|}\epsilon$. If $p=1$, I get what I need because I can say this goes to zero when $n$ approaches infinity.
Any ideas of how to preceed?