Prove, that $\forall n \in \mathbb{N}$ the following identity holds: $$a^n - b^n = (a-b)\sum_{k=0}^{n-1} a^k b^{n-k-1}.$$
For $n = 1$ we get $a^1 - b^1 = a - b$ on LHS, and on RHS we get $(a-b)\sum_{k=0}^{0}a^k b^{n-k-1} = a-b.$ Both sides are equal, so identity hold for $n = 1$.
Assume that for $m \in \mathbb{N}, n = m$ identity is generally true. For $m = n+1$ we get: $$(a-b)\sum_{k=0}^{m}a^k b^{m-k}.$$ Multiplying and distributing we get: $$\sum_{k=0}^{m}a^{k+1}b^{m-k} - \sum_{k =0}^{m}a^k b^{m-k+1}.$$
What shall I do after the last step? Is there some rule/identity, which I can use?