2

I tried to do an induction proof and I've played around with it for about an hour and haven't really gotten anywhere. For my base case, I let $n=1$ and got $(a-b) \geq (a-b)$, however when I tried to show $a^{k+1}-b^{k+1} \geq (k+1)b^{(k+1)-1}(a-b)$, I got stuck.

2 Answers2

2

Hint: Apply the mean value theorem on the function $f(x)=x^n$

Marm
  • 3,371
  • 1
  • 16
  • 24
1

Hint:$$a^n-b^n=(a-b)(a^{n-1}+a^{n-2}b+\ldots+b^{n-1})$$

Amitai Yuval
  • 19,308