Ok so I have started working through Apostol calculus and as you can see I am stuck.
The problem is that I can not see the telescoping pattern anywhere for following problem.
Prove that $$a^n - b^n = (a-b)(a^{n-1} + a^{n-2}b + ... + ab^{p-2} + b^{p-1})$$ using telescoping propery
Usage of telescoping property is actually a hint to the problem but it actually made my life much harder.
Any ideas?I would be very thankful for swift and quick answer.
You probably have some typos in your statement. Once you get the correct identity to prove, it's a few lines to finish the proof. Open the parentheses of your right-hand-side \begin{align*} (a-b)\sum_{k=1}^{n} a^{n-k} b^k &= (a-b)(a^{n-1} + a^{n-2}b^1 + \ldots + a^1 b^{n-2} + b^{n-1})\\ &= a^n + a^{n-1}b^1 + \ldots + a^2 b^{n-2} + a^1 b^{n-1}\\ & \quad - (a^{n-1}b^1 + a^{n-2}b^2 + \ldots + a^1 b^{n-1} + b^{n})\\ & = a^n - b^n \end{align*}