How to prove that, for any sequence $(s_n)$ of real number and any real number $z$, the following $2$ statements are equivalent?
$1.$ Every subsequence of $(s_n)$ has a further subsequence that converges to $z$.
$2.$ $(s_n)$ converges to $z$.
So I think we need to prove the "iff" relationship. My process:
"if" :Let $s_{n_{k}}$ be the subsequence of $s_n$, so we know that exits a further subsequence by definition. But to prove that the further subsequence converges, I could not even think of a real example. The only clue I can think of is that we know by theorem that every sequence has a monotonic subsequence, so if we can prove the subsequence is bounded, then we can prove its convergence.
"only if" : If $(s_n)$ converges to $z$, then we know every subsequences converges to the same limit by therorem, then every further subsequence converges to the limit of the subsequence.
I have difficulty translate it to rigorous proof and I have difficulty prove the "if" direction. Could someone help?