Prove using induction: $n! = O(n^n)$. Just need to prove this, and I was told that it could be done with induction. The base case is easy to solve for, but how would I go about solving the case of $n=k$,$n=k+1$?
I know that it is true just by plugging in a number, but I don't think it is supposed to be proved my contradiction...