This is in the context of trying to prove to what a geometric series $\sum^\infty_{k=0} ar^k$ converges to when $|r| < 1$. The complete argument goes:
$$ar^0 + ar^1 + ... + ar^n - ar^1 - ar^2 - ... - ar^{n+1}= a-ar^{n+1}$$ $$=\sum^n_{k=0} ar^k - r \sum^n_{k=0} ar^k= (1-r)\sum^n_{k=0} ar^k$$
which implies $$\sum^n_{k=0} ar^k = \frac{a-ar^{n+1}}{1-r}$$
from which we get $$\sum^\infty_{k=0} ar^k = \frac{a}{1-r}-\frac{a}{1-r}* \lim \limits_{n \to \infty} r^{n+1} = \frac{a}{1-r}$$
My question is, what exactly is the limit definition for $\lim\limits_{n\to\infty}r^{n+1}=0$, where $|r| < 1$, that I need in order to do this last step? Since at no point we're talking about a function, it seems the epsilon-delta limit definition isn't relevant, and I was thinking perhaps it could be that of a sequence, but then, I have never used a sequence within an equation in that way, so I'm not too sure how to proceed. Does anyone have a hint?
Thank you for your time!