Let $X, X_1,X_2,\ldots$ be random variables that are defined on the same probability space $(\Omega, \mathcal{F}, \mathbb{P})$. Suppose that $X_n \xrightarrow{\mathbb{P}} X$ and that there exists a radom variables $Y$ with $\mathbb{E}Y < \infty$ such that $|X_n|\leq Y$.
I want to show that $\mathbb{P}(|X|\leq Y)=1$ and that $X_n \xrightarrow{\mathcal{L}^1} X$.
The latter follows easily since $Y \in \mathcal{L}^1$, so for all $n \in \mathbb{N}$ \begin{align} &\lim_{K \to \infty} \sup \{\mathbb{E} |X_n| \mathbb{1}_{\{|X_n| > K \}} \} \\ &\leq \lim_{K \to \infty} \mathbb{E} Y \mathbb{1}_{\{Y > K \}}=0. \end{align} It follows that $(X_n)_{n \in \mathbb{N}}$ is uniformly integrable as well. Therefore, $X_n \xrightarrow{\mathcal{L}^1} X$.
However, I don't know how to prove the first statement. Just by starting from the definition of convergence in probability right away? \begin{align} \forall \epsilon: \lim_{n \to \infty} \mathbb{P}(|X_n - X|>\epsilon)=0 \end{align} Using the triangle-inequality does not seem to be that fruitful. Any help is appreciated.