I want to calculate the following limit:
$\lim\limits_{n \to \infty} \frac{log_2(n!)}{nlog_2(n)}$
I know that $\lim\limits_{n \to \infty} \frac{n!}{n^n}=0$, and I think that, since the logarithm is a monotonically increasing function with no upper bounds, the limit I want to calculate will be equal to 0. But I cannot prove it.
I would also like to know if what I assumed before is correct for any functions, and if so if there is a proof for it. That is:
If for 2 functions it is true that: $\lim\limits_{x \to \infty} \frac{f(x)}{g(x)}=0$
is it also true that $\lim\limits_{x \to \infty} \frac{h(f(x))}{h(g(x))}=0$
where h is a monotonically increasing function with no upper bounds?