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} $
By telescopy $\ f_n = x^n\,\Rightarrow \displaystyle \overbrace{f_n-f_0 =\sum_{k\,=\,0}^{n-1}\left[f_{k+1}\:\!-\:\!f_k\right]}^{\textstyle\ \ x^{n} - 1 \:\!=\:\! \sum\ {\overbrace{[x^{k+1}-{x^k}^{\phantom |}\!}^{\Large \color{#0a0}{(x\,-\,1)}\,\color{#c00}{x^k}\!\!}]}_{\phantom{|_|}}} =\, \color{#0a0}{(x\!-\!1)}\sum_{k\,=\,0}^{n-1}\, \color{#c00}{x^k} $
The sought result (Factor Theorem) follows by homogenization, i.e. $\, x\to a/b\,$ then scale by $\,b^n.$
Remark $\ $ The simple theorem employed to evaluate the above telescopic sum may be viewed as a discrete analog of the Fundamental Theorem of Integral Calculus
$$\begin{eqnarray} f &=& \sum \Delta f,\quad \Delta f(n) = f(n+1) -f(n)\\ f & =& \ \int D f,\quad D\, f(x) = f'(x)\end{eqnarray}$$
However, the proof of the discrete analog (the Fundamental Theorem of Difference Calculus) is just a trivial one-line induction exploiting telescopic cancellation.