I'm having trouble with the following problem:
Let u and v be real numbers such that $u > v > 0$ and prove by induction that for all $n \geq 2$, $u^{n} - v^{n} > (u - v)^{n}$.
I tried develop it as follows:
Base step (n=2):
$u^{2} - v^{2} > (u - v)^{2}$
$u^{2} - v^{2} > u^{2} -2uv + v^{2}$
$2uv > 2v^{2}$
(true since $u > v$)
Inductive step: Suppose that for some $k \geq 2$, $u^{k} - v^{k} > (u - v)^{k}$ is true, then follows that:
$u^{k+1} - v^{k+1} > (u - v)^{k+1}$
I stopped there. I really can't figure out how to conclude the inductive step. What should come next?
$$(u-v)^{k+1}=(u-v)^k(u-v)<(u^k-v^k)(u-v)=u^{k+1}-u^k v-v^ku+v^{k+1}$$ but $-u^k<-v^k$, i.e. $$-u^kv<-v^kv=-v^{k+1}$$ and thus $$(u-v)^{k+1}<u^{k+1}-v^{k+1}-u^kv+\underbrace{v^{k+1}}_{=v^k v<u^kv}<u^{k+1}-v^{k+1}-u^kv+u^kv=u^{k+1}-v^{k+1}$$ what prove the claim.