The usual proof for the convergence of a geometric series of ratio $C: |C|\in [0,1)$ makes use of the formula $$\sum_{0\leq k \leq n} C^k = \frac{1-C^{n+1}}{1-C}.$$
I'm looking for alternative ways to prove it. The motivation for this is that, if someone who never saw this formula tried to prove the geometric series converges might have a hard time, unless maybe there are other, perhaps more insightful ways to prove it.
As @TheoBendit suggested, comparison with a telescoping series can work:
For example, the classic telescoping series $$ \sum_{0\le n\le N} {1\over n(n+1)} \;=\; \sum_{0\le n\le N} \Big({1\over n}-{1\over n+1}\Big) \;=\; {1\over 1} - {1\over N+1} $$ Similarly, the tails go to zero, so by whatever criterion we like, this converges.
On the other hand, for any $|C|<1$, for large-enough $n$, $|C^n|\le {1\over n(n+1}$. So, disregarding finitely-many terms, the telescoping series dominates the (convergent) geometric series.