Basis Case:
$2! = 2\times1 = 2$
$2^2 = 4>2$
Inductive Hypothesis:
$k!<k^k$
Induction Step:
$k!<k^k$
$k!(k+1) < k^k(k+1)$
$(k+1)! < k^{k+1} + k^k$
I'm confused on where to go from here, or if what I was doing was even the right way to go. I need advice on using induction for this question and on inequalities in general.
$$ \frac{n!}{n^n} = \frac{1 \cdot 2\cdots n}{n \cdot n \cdots n} = \frac{1}{n} \cdot \frac{2}{n} \cdots \frac{n}{n} < 1 $$ since all factors $< 1$.
Induction step:
$(n+1)! = n! (n+1) <n^n(n+1) < (n+1)^n(n+1) = (n+1)^{n+1}$