Possible Duplicate:
$ \lim\limits_{n \to{+}\infty}{\sqrt[n]{n!}}$ is infinite
I want to prove the following limit: $$\lim_{n \to \infty} \left(\frac{1}{n!}\right)^{1/n} = 0$$ Rewriting into exponentials, this becomes $\displaystyle \exp\left(\frac{1}{n}\log\frac{1}{n!}\right) = \exp\left(-\frac{\log{n!}}{n}\right)$, so it suffices to prove that $$\lim_{n \to \infty} \frac{\log{n!}}{n} = \infty$$ How can I proceed to show this is true?