How many different proofs are there that $a^n-b^n =(a-b)\sum_{i=0}^{n-1} a^i b^{n-1-i} $ for positive integer $n$ and real $a, b$?
You can use any techniques you want. My proof just uses algebra, summation, and induction, but if you want to use invariant sheaves over covalent topologies, that is fine.
I decided that I would try to produce a proof by induction. I find it interesting that my proof shows that if it is true for $n-1$, then it is true for $n+1$. This means that two base cases have to be proven: $n=1$ and $n=2$. Fortunately, those are easy.
I am sure that my proof is known, but I do not recall having seen it before.
Here is the induction step:
$\begin{array}\\ a^{n+1}-b^{n+1} &=a^{n+1}-a^nb+a^nb-b^{n+1}\\ &=a^{n+1}-a^nb +a^nb-ab^n +ab^n-b^{n+1}\\ &=(a-b)a^n +ab(a^{n-1}-b^{n-1}) +(a-b)b^n\\ &=(a-b)(a^n+b^n) +ab(a^{n-1}-b^{n-1}) \\ &=(a-b)(a^n+b^n) +ab((a-b)\sum_{i=0}^{n-2} a^i b^{n-2-i}) \ \ \text{(The induction hypothesis)} \\ &=(a-b)(a^n+b^n+ab\sum_{i=0}^{n-2} a^i b^{n-2-i}) \\ &=(a-b)(a^n+b^n+\sum_{i=0}^{n-2} a^{i+1} b^{n-1-i}) \\ &=(a-b)(a^n+b^n+\sum_{i=1}^{n-1} a^{i} b^{n-i}) \\ &=(a-b)\sum_{i=0}^{n} a^{i} b^{n-i} \\ \end{array} $