I want to show that if random variable $X_n $ converges to $X$ in probability (Let $(\Omega, \mathcal{A},P)$ be the probability triple) and $|X_n| < Y \,\,\forall\, n$ then $X_n$ converges to $X$ in $L_p$.
Here's my attempt so far:
Since $|X_n-X| \leq |X_n|+|X|\leq Y + |X|$, I can use the dominated convergence theorem like so: $$\lim_{n \to \infty}\int_{\Omega} |X_n-X|^p dP = \int_{\Omega} \lim_{n \to \infty} |X_n-X|^p dP$$ This is the part where I want to use convergence in probability, but can't quite figure out how.
edit: Assumption: $Y \in L_p,$ as pointed out by the two answers below.