I am reading the proof of the dominated convergence theorem
Dominated Convergence Theorem
Let $X$ and $X_{n}$, $n=1,2,3...$ be random variables. Suppose that there's a random variable $Y$ such that
(1)$|X_{n}|\leq Y$ a.s for all $n$
(2)$\lim_{ x\to \infty}$ $X_{n}=X$ either a.s or in probability
(3)$E(Y)< \infty$ Then$$\lim_{ x\to \infty}E(X_{n})=E(X)$$
I have a question about one sentence of the proof
Suppose $X_{n} \to X$ in probability. Since $E(|X_{n}|) \leq E(Y)$, the sequence of expectations is bounded. If it does not converge to $E(X)$, there exists a subsequence $X_{n_{k}}$ such that $E(X_{n_{k}})$ converges to a limit $L \neq E(X)$
My question is that, when we know the expecations are bounded, we only know the sequence has a convergent subsequence, how do we know that the limit of the subsequence is not $E(X)$?
Thanks in advance!