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?
I'm not sure that induction is the best way to go here. What I would use is the following property:
$$\frac{a^n-b^n}{a-b} = a^{n-1}+a^{n-2}b+\cdots+ab^{n-2}+b^{n-1}$$
With induction, it's rather difficult to get the factor of $n$ working properly on the RHS (although I suspect it's possible).