As stated in the title, I'm trying to prove that the sequence $\{a_n\}$ defined by:
$$a_n=\frac{n!}{n^n}$$
Converges to zero. That is: $$\lim_{n\to \infty}\frac{n!}{n^n}=0$$
For example, I was thinking that for a sufficiently big $n$:
$$a_n=\frac{n}{n}\cdot\frac{n-1}{n}\cdot\frac{n-2}{n}\cdots\frac{1}{n}= \frac{n-1}{n}\cdot\frac{n-2}{n}\cdots\frac{1}{n}$$
Then these $n-2$ factors
$$\frac{n-1}{n}, \frac{n-2}{n}, \frac{n-3}{n},\cdots,\frac{2}{n}$$
are all smaller (or equal) than the first, then:
$$a_n\le\Bigl(\frac{n-1}{n}\Bigr)^{n-2}\Bigl(\frac{1}{n}\Bigr)$$
Now, since $\frac{n-1}{n}\le1$, we can claim that:
$$a_n\le\frac{1}{n}$$
which would instantly proof what I wanted by squeezing the sequence between $0$.
I'm not entirely convinced by this argument,and I have the feeling that there must be some mistake or something that I'm taking for granted. I'd love some feedback or even some other proofs for this.
Preferably, using only algebraic manipulations or calculus results.