Suppose $n$ is equal or bigger than $3$. It's obviously true for $n=3$ that $n!<n^{n-1}$. To show more generally that
$$k! < k^{k-1} \text{ for some } k,$$
is it as simple as saying
$$(k+1)! = (k+1)k! \implies (k+1)!\lt k^k\:\:?$$
I'm new to induction so I am not sure I got it right. Thanks.