If every subsequence $(a_{n_k})$ of $(a_n)$ contains a subsequence $(a_{n_{k_l}})$ that converges to $L$, Prove that $\lim_{n \to \infty} a_n = L$
try:
We may argue by contradiction. If $\lim a_n \neq L$ then $\exists \epsilon >0$ such that $\forall N >0$ $\exists n > N$ such that $|a_n - a | \geq \epsilon $.
Now,$a$ is a limit point of subsequence $(a_{n_k})$. If I can prove that $a$ is also a limit point of $a_n$ then we will have reached a contradiction.
But, since every subsequence of $(a_{n_k})$ converges to $a$, then $a_{n_k} \to a$ as a sequence is a subsequence of itself. Therefore we have found a subsequence of $a_n$ that converges to $a$. In fact, $a$ is a limit point of $(a_n)$ and we have reached a contradiction.
Is this correct?