Let $a,b\in R$ a ring with unity where $a,b$ commutes and $n\in \Bbb N_0$.
1) Show that $a^{n+1}-b^{n+1}=(a-b)\sum_{k=0}^n a^kb^{n-k}$
2) Show that $a^{n+1}-1=(a-1)\sum_{k=0}^n a^k$
Check my proof please.
1) Using induction we have that the base case for $n=0$ holds, i.e. $a-b=(a-b)(a^0 b^0)$ where I assume that $x^0=1$ for any $x\in R$ (but I dont have real reasons to believe that).
The induction step
$$(a-b)\sum_{k=0}^{n+1}a^k b^{n+1-k}=(a-b)\left(b^{n+1}+a\sum_{k=1}^{n+1}a^{k-1}b^{n+1-k}\right)=\\=(a-b)\left(b^{n+1}+a\sum_{k=0}^n a^kb^{n-k}\right)=(a-b)b^{n+1}+(a^{n+1}-b^{n+1})a=a^{n+2}-b^{n+2}$$
If $a$ and $b$ are divisors of zero we can check that it still holds, so I assume my proof is concluded at this point.
2) It is a particular case of 1) for $b=1$.
My main problem is how to justify that $x^0=1$ for a ring with unity, some advice?