I'm trying to prove a more general version of the 3rd binomial equation via mathematical induction which will help me complete another proof.
$$(a-b)\cdot\Bigg(\sum_{k=0}^{n}a^{n-k}b^{k}\Bigg)=a^{n+1}-b^{n+1}\text{ }\forall n\in\mathbb{N_{0}}$$
I proved the base case but I'm unable to make progress in the inductive step.
We first show it works for $n = 1$:
$(a-b)\cdot (a+b) = a^2-b^2$
Now, suposing it works for $(n)$, let's show it works for $(n+1)$
$(a-b)\cdot\left(\sum\limits_{k=0}^{n+1}a^{n+1-k}\;b^k\right) = (a-b)\cdot\left(\sum\limits_{k=0}^{n}a^{n+1-k}\;b^k + b^{n+1}\right) = (a-b)\cdot\left(a\sum\limits_{k=0}^{n}a^{n-k}\;b^k + b^{n+1}\right) = a\,(a-b)\cdot\left(\sum\limits_{k=0}^{n}a^{n-k}\;b^k\right)+(a-b)\cdot b^{n+1} = a\,(a^{n+1}-b^{n+1})+a\,b^{n+1} - b^{n+2} = a^{n+2}-b^{n+2}$