Consider the information below.
My main confusion stems from the link between stating that the limit of $X_n$ is $L$ and that the limit of $X_{n+1}$ is also $L.$
Could someone explain explicitly why this so?
Consider the information below.
My main confusion stems from the link between stating that the limit of $X_n$ is $L$ and that the limit of $X_{n+1}$ is also $L.$
Could someone explain explicitly why this so?
Let's define $Y_n = X_{n+1}$, so we need to show that $\lim_{n \to \infty} Y_n = L$.
Given $\epsilon > 0$, we need to find an $N$ such that if $n \ge N$ then $|Y_n - L| < \epsilon$, equivalently $|X_{n+1} - L| < \epsilon$.
We already know that $\lim_{m \to \infty} X_m = L$ (notice the change of variables, to avoid any clash of variables later), so we may conclude that there is an $M$ such that if $m \ge M$ then $|X_m - L| < \epsilon$.
But now we've found $N$, namely $N = M-1$: if $n \ge N$ then $n+1 \ge M$ and so $|X_{n+1}-L| < \epsilon$ and therefore $|Y_n-L| < \epsilon$.
Fix $\varepsilon > 0$. By definition, if $x_n \to L$, then there exists $N$ such that $$m > N \implies |x_m - L| < \varepsilon.$$ So, using the same $N$, we have, $$n > N \implies n + 1 > N \implies |x_{n+1} - L| < \varepsilon.$$
$$ \begin{array}{c|ccccccl} n & 1 & 2 & 3 & 4 & 5 & \ldots & \\ x_n & x_1 & x_2 & x_3 & x_4 & x_5 & \ldots & \longleftarrow \text{Why does this sequence have} \\ x_{n+1} & x_2 & x_3 & x_ 4 & x_5 & x_6 & \ldots & \longleftarrow \text{the same limit as this sequence?} \end{array} $$ When $n=4$ then $x_n=x_4$ and $x_{n+1}=x_5,$ etc.
These two sequences have the same limit because they are the same sequence except one of them has one more term at the beginning. Changing one term at the beginning does not alter the limit.