I was looking at proofs of the differentiation of exponentiation and I'm confused about the last step of this part of the proof:
$\lim_{x \to x_0} \frac{f(x)-f(x_0)}{x-x_0}$ = $\lim_{x \to x_0} \frac{x^n-x_0^n}{x-x_0}$ = $\lim_{x \to x_0}(x^{n-1}+x^{n-2} \cdot x_0+x^{n-3} \cdot x_0^2+...+x^2 \cdot x_0^{n-3}+x \cdot x_0^{n-2}+x_0^{n-1})$
The proof continues but I'm not sure what exactly the last step has been. If somebody could explain what has been done I would be really thankful.

I guess you could say I had trouble calculating it more than understanding what was done, I was confusing in my initial question.
– NotSureHowToDoStuff Aug 02 '19 at 17:41