Let $x,y \in \mathbb{R}$.
Show that $$ x^{n+1}-y^{n+1}=(x-y)\sum_{k=0}^n x^k y^{n-k} $$
for all $n \in\mathbb{N}_0$
I need to prove this via induction.
My attempt: base case (k=0) = $$x^{0+1}-y^{0+1}=(x-y)(x^0 y^{n-0}) $$ $$x-y=(x-y)(y^n)$$ Here is where I get lost, does this disprove this? This statement is only true if $y^n = 1$? Doesn't this mean that this isn't true for all $x,y$ in $\mathbb R$?
When you apply the principle of induction to an identity involving a sum, the base case and induction step is always in terms of the variable on the top of the summation ($n$) and not the indexing variable ($k$). So the base case is $n = 0$ which looks like
$$x^{0 + 1} - y^{0 + 1} = (x - y)\sum_{k = 0}^0x^ky^{0-k} = (x - y)(x^0y^0). $$