I was attempting to understand an epsilon n proof when this was the stated chain of implications:
$$\forall \epsilon > 0, \exists N_2 > 1 : n + 1 \geq N_2 \implies | c_n - L | < \epsilon$$ Then: $$\forall \epsilon > 0, \exists N_2 > 1 : n \geq N_2 \implies | c_{n-1} - L | < \epsilon$$
Is this step "mathematically sound", and if so, is there some possible intuition behind this that could aid in my understanding?
Many thanks!