Basic step
Show that $P(2)$ is true:
$$2! < (2)^2$$
$$1*2 < 2*2$$
$$2 < 4 \quad \text{(which is true)}$$
Inductive Step
Assume $P(k) \implies (k)! < (k)^k $ is true
then, I'm not sure how to continue
Basic step
Show that $P(2)$ is true:
$$2! < (2)^2$$
$$1*2 < 2*2$$
$$2 < 4 \quad \text{(which is true)}$$
Inductive Step
Assume $P(k) \implies (k)! < (k)^k $ is true
then, I'm not sure how to continue
On
You did the base case now assume that $n! < n^n$. Multiply by $n+1$ on both sides $$(n+1)n! < (n+1)n^n$$ that is $$(n+1)! < (n+1)n^n$$ But $(n+1)n^n < (n+1)(n+1)^n = (n+1)^{n+1}$ so $$(n+1)! < (n+1)^{n+1}$$
If $k!<k^k$ then $(k+1)!<k^k\cdot(k+1)<(k+1)^k(k+1)=(k+1)^{k+1}$.