Let $a_n=\frac{n!}{n^n}$ be a sequence. Prove that $\limsup(a_n)=0$.
I know that the series $\sum^{\infty}_{n=1} \frac{n!}{n^n}$ converges, so the nth term must converge to 0. But I cannot use the convergence of series to prove this.
Basically what I have is: The sequence $a_n$ is decrescent and bounded by 0 $(a_n>0 \; \forall n)$, therefore is convergent and it's limit is the $\limsup(a_n)$.
So I must show that $\lim\frac{n!}{n^n}=0$
Let $\epsilon>0$, prove that exists $n_0 \in \mathbb{N}$ such that, if $n>n_0$
$$\left|\frac{n!}{n^n}-0\right|<\epsilon \Rightarrow -\epsilon<\frac{n!}{n^n}<\epsilon$$
I know that $\frac{n!}{n^n}>=-\epsilon$ because $\frac{n!}{n^n}>0$.
How can I prove that $\frac{n!}{n^n}<\epsilon$?
$$\dfrac{1}{n^n}\leq\dfrac{n!}{n^n}=\dfrac{n-1}{n}\dfrac{n-2}{n}\cdot\cdot\cdot\dfrac{1}{n}\leq1\cdot1\cdot 1\cdot\cdot\cdot\dfrac{1}{n}=\dfrac{1}{n}.$$
Does this help?