Asymptotic growth of factorial and exponential

2.1k Views Asked by At

I know that $n!$ growth faster than $a^n$, (Do factorials really grow faster than exponential functions?).

But what about this: $n!$ and $2^{2^n}$ ($2$ to the power of $2$ to the power of $n$)? Can you please prove?

1

There are 1 best solutions below

1
On

Hint: Suppose $n$ times of $2^n$: $$2^n\times\cdots\times2^n = 2^{n^2}$$

It's straightforward to show that $n < 2^n$ and growth of $n$ is less than $2^n$. Therefore, growth of $n!$ is less than $2^{n^2}$. Also $n^2 < 2^n$ and for their growth respectively. Hence, growth of $n!$ is less than $2^{2^n}$.