For natural numbers $m\geq2$ and $n\geq1$, prove with induction that $\sum\limits_{i=0}^n m^i=\frac{m^{n+1}-1}{m-1}$.
My first intuition is to prove that $n+1,m$ is true, then $n,m+1$, then possibly $n+1,m+1$, though I'm uncertain whether the last is needed in general.
Proving $n+1,m$ holds was not difficult, but now I'm having trouble with $n,m+1$.
wts: $$\sum_{i=0}^n (m+1)^i=\frac{(m+1)^{n+1}-1}{(m+1)-1}=\frac{(m+1)^{n+1}-1}{m}$$
I expanded the summation, but that didn't help much to rearrange to the above.