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.