I am struggling in this limit: $$\lim_{n\to \infty} \frac{n!}{n^n}$$ I really worked on this for few days: clearly, it goes to zero but I couln't do it rigorously. I'd really appreciate your help. Thanks from now.
2026-04-12 15:12:54.1776006774
On
How to prove $\lim_{n\to \infty} \frac{n!}{n^n}$ is zero?
122 Views Asked by user146993 https://math.techqa.club/user/user146993/detail At
3
There are 3 best solutions below
2
On
$\begin{aligned} y=& \lim _{n \rightarrow \infty} \frac{n !}{n^{n}} \\ \ln y &=\lim _{n \rightarrow \infty} \ln \frac{n !}{n^{n}} \\ &=\lim _{n \rightarrow \infty}(n \ln n-n-n \ln n) \\ &=\lim _{n \rightarrow \infty}-n \\ &\\ \ln y \rightarrow-\infty \\ \Rightarrow & y \rightarrow 0 \end{aligned}$
You may use the quotient criterion for series:
$$a_n = \frac{n!}{n^n}\Rightarrow \frac{a_{n+1}}{a_n}=\frac 1{\left(1+\frac 1n\right)^n}\stackrel{n\to\infty}{\longrightarrow}\frac 1e<1$$
Hence, the series $\sum a_n$ is convergent and hence $\lim_{n\to\infty} a_n = 0$.