I want to prove that $n! = O(n^n)$ based on the definition of big-$O$.
I find it pretty easy to show that $n! = O(n^n)$ by simply showing that $n (n-1) < n \cdot n \ldots$ etc. However I can't figure out how to prove this based on the definition of big-$O$. How can I prove this based upon the definition?