Trying to show that if the sequence $\{a_n\}$ converges to $L$ then $\lim_{n\rightarrow \infty} a_n = \lim_{n\rightarrow \infty} a_{n+1} = L$
Here is a proof attempt:
Since $\{a_n\}$ converges to $L$ we have that $\lim_{n\rightarrow \infty} a_n = L$
I use the definition of the limit at infinity:
Given any $\epsilon >0$, there exists integer $N$ such that if $n>N$ then $|a_n - L|<\epsilon\quad $ (Equation 1)
It holds that $n+1>n$ thus:
Given any $\epsilon >0$, there exists integer $N'$ (equal to $N$) such that if $n+1>N'$ then $|a_{n+1} - L|<\epsilon \quad $ (Equation 2)
Thus $\lim_{n\rightarrow \infty} a_{n+1} = L \quad $ [Q.E.D]
Issue No.1. My first point of confusion is Equation 2. Obviously $n+1>n$ but how do I justify precisely that $|a_{n} - L|<\epsilon$ becomes $|a_{n+1} - L|<\epsilon$ ?
Issue No.2. It holds that $n+m > n$ for any $m>0$. Thus we get:
Given any $\epsilon >0$, there exists integer $N''$ (equal to $N$) such that if $n+m>N''$ then $|a_{n+m} - L|<\epsilon \quad $ (Equation 3)
Can I conclude that $\lim_{n\rightarrow \infty} a_{n+m} = L$ for any $m>0$ ?
Issue No.3. It seems to me that if $\{a_n\}$ converges to $L$ then $\lim_{n\rightarrow \infty} a_{n+m} = L$ for any $m \in \mathbb{Z}$. Is that the case? If so, how should I go about proving this?