If the sequence $(a_n)_{n \in \mathbb {N}} = (a_n)$ converges to the real number $L $, then the sequence $(a_{n-1})_{n \in \mathbb {N}} = (a_{n-1}) $ also converges to $L $.
This appears true intuitively, but I'm trying to write a proof.
Suppose $(a_n) $ converges to $L $. Then for every $\epsilon > 0$, there is an $N \leq n $ such that $a_n \rightarrow L $. Choose $N=n-2$. Then $N < n-1$, and since the chosen $\epsilon $ corresponds with the selected $N $ (in reference to the order of the quantifiers in the definition), it follows that $a_{n-1} \rightarrow L $.
Is this sort of correct? Is there a clearer way using the definition of the limit of a sequence?
http://math.stackexchange.com/questions/213285/prove-if-a-sequence-converges-then-every-subsequence-converges-to-the-same-lim
– Jean G Aug 09 '16 at 22:58