How to prove $\lim_{n\to{\infty}}\frac{x^n}{n!} = 0$
My try:
I know that factorial function increases much more rapidly than exponential function but how to really prove it.
How to prove $\lim_{n\to{\infty}}\frac{x^n}{n!} = 0$
My try:
I know that factorial function increases much more rapidly than exponential function but how to really prove it.
Take an $n_0 \in \mathbb N$ such that $n_0 > |x|$. Then $$\left|\frac{x^n}{n!}\right| = \frac {|x|}1\cdot\frac {|x|}2\dotsm\frac {|x|}{n_0}\dotsm\frac {|x|}n$$ For all $n \ge n_0$ we have $\frac {|x|}n \le \frac {|x|}{n_0} < 1$. That means $$\left|\frac{x^n}{n!}\right| \le \frac{{|x|}^{n_0-1}}{(n_0-1)!} \cdot \left(\frac {|x|}{n_0}\right)^{n-n_0}$$ which is a geometric sequence which converges to zero since $\frac{|x|}{n_0} < 1$.