The question statement from my homework booklet goes:
Prove by mathematical induction that $n^{n+1} > n(n+1)^{n-1}$ is true for all integers $n \geq 2$.
I've managed to come up with this for the induction step (the base case is trivial), but I am not sure what to do from here: Assume true for n=k. For n=k+1, \begin{align*} &k^{k+1} > k(k+1)^{k+1} \\ &(k+1)k^{k+1} > k(k+1)^k \\ &(k+1)^{k+2} < (k+1)^3 k^k < (k+1)^3 (k+2)^k \\ &(k+1)^{k-1} < (k+2)^k \end{align*} I would greatly appreciate any help with how to solve this. Thanks in advance.
At step 3: when n = k + 1 the inequality becomes: (k+1)^(k+2) > (k+1)*(k+2)^k <===>
(k+1)^(k+1) > (k+2)^k <===> (k+1)^(k+1) > ((k+1) + 1)^k <===> k+1 > (1 + 1/(k+1))^k ) (*).
(*) is true because:
k+1 > 3
3 > (1 + 1/(k+1))^(k+1) ( reminder: the limit of the right side is e = 2.71728 < 3 )
(1 + 1/(k+1))^(k+1) > (1 + 1/(k+1))^k