I am having trouble with this proof. I believe the way to do it is through induction. This is what I have so far.
Proof:
We begin by induction on n. For the case that n = 1, we have $a^1-b^1= (a-b) \geq (a-b)(1)(b^0) = (a-b) $. $(a-b) \geq (a-b)$
Now we assume that this is true for some natural number k. $a^k-b^k \geq (a-b)kb^{k-1}$
Now we must show it is true for k + 1. So $a^{k+1} - b^{k+1} = a^ka-b^kb.$
I am not really sure how to proceed from this point. Where can I use the inductive hypothesis?