2

Good day to everyone. So, basically, it's no big deal that factorial grows faster than $2^n$, that's quite obvious, but I need to prove it, and that's where the problem begins.

I've tried some standard ways — no result. Stirling's approximation — no result. I tend to think that I either don't know something minor yet helpful or do something wrong. Help me, please:з

Lebesgue
  • 189

5 Answers5

9

Put $p_n=2^n/n!$ and notice that $$ \frac{p_{n+1}}{p_n}=\frac{\frac{2^{n+1}}{(n+1)!}}{\frac{2^n}{n!}} = \frac{2}{n+1} \to 0. $$ Hence the series $\sum_n p_n$ converges, and therefore $\lim_n p_n =0$.

Siminore
  • 35,136
7

$n!$ is, a product of $n$ factors, as is $2^n$. What can you say about the quotients of these factors?

Lucas Mann
  • 1,813
1

Let $$A=\frac{2^n}{n!}$$ Take the logarithms of both sides so $$\log(A)=n\log(2)-\log(n!)$$ Use now the simplest approximation by Stirling $$\log(n!)\simeq\left(n+\frac{1}{2}\right) \log (n)+\frac{1}{2} \log (2 \pi ) $$ So $$\log(A)\simeq n\Big(\log(2)-\log(n)\Big) -\frac{1}{2} \log (n)-\frac{1}{2} \log (2 \pi ) $$

I am sure that you can take from here.

0

Let $\epsilon >0$. Choose $n\in\mathbb{N}$ large enough so that $\epsilon>\frac{8}{n}$.

Notice that $$\frac{2^n}{1\cdot2\cdots n}\leqslant\frac{2^n}{1\cdot2^{n-2}\cdot n}=\frac{4}{n}<\frac{8}{n}<\epsilon$$

concluding that $$\lim _{n\to 0} \frac{2^n}{n!}=0$$

Amihai Zivan
  • 2,874
0

Use the inequality

$\frac{2^n}{n!}\leq(\frac{2}{3})^{n-1}$ for all $n\geq k$

Marm
  • 3,371
  • 1
  • 16
  • 24