1

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?

Masacroso
  • 30,417
  • That $x^0 = 1$ for all $x \ne 0$ is a standard fact, by convention. 2) The true problem resides in your mistaken application of induction: writing $a^{n+2}-b^{n+2}=(a-b)\sum_{k=0}^{n+1}a^k b^{n+1-k}$ means that you prove the statement for $n+1$ by assuming it true for... $n+1$, so you go in a circle! Your current "proof" is not a proof.
  • – Alex M. Sep 20 '16 at 22:10
  • I dont see the circle that you said @AlexM. I assume the previous step for $n$, just change the side of LHS and RHS in the formula in the question 1). – Masacroso Sep 20 '16 at 22:13
  • You assume $a^{n+1}-b^{n+1}=(a-b)\sum_{k=0}^n a^k b^{n-k}$. Then why do you begin the main step in your proof by writing that $a^{n+2}-b^{n+2}=(a-b)\sum_{k=0}^{n+1}a^k b^{n+1-k}$? This is precisely what you have to prove! – Alex M. Sep 20 '16 at 22:15
  • @AlexM. Induction is: prove the base step (I did for $n=0$). Now I assume the case for $n$ and prove the case for $n+1$. – Masacroso Sep 20 '16 at 22:16
  • Exactly! Now it's fine! :) Also notice that it is completely irrelevant whether $a$, $b$ are divisors of zero, you haven't used this anywhere. – Alex M. Sep 20 '16 at 22:22