Heres a problem from the induction / sum notation part of the book im studying from. Can anyone hint me about how to prove it?
Show that for every $x,y$ : $$ (x^n-y^n) = (x-y)\sum_{i=1}^n x^{n-i} \cdot y^{i-1}$$
I tried to change the border of the sum to be i=n to 2n, and then use induction but it didn't seem to work.
Thanks.
If $n=1$, then all that the equality asserts is that $x-y=x-y$. Now, assuming that the equaliy holds for a certain natural $n$ (and for every $x$ and evey $y$), you can observe that\begin{align}x^{n+1}-y^{n+1}&=x^{n+1}-x^ny+x^ny-y^{n+1}\\&=x^n(x-y)+(x^n-y^n)y\end{align}and then you can use the induction hypothesis.
On the other hand, I would write the sum $\displaystyle\sum_{i=1}^nx^{n-i}y^{i-1}$ as $x^{n-1}+x^{n-2}y+\cdots+xy^{n-2}+y^{n-1}$.