Prove that $\log(n!)\leq(\log(n))!$
My attempt:
I read somewhere that $n\leq\log(n!)\leq(\log(n))!$. But when I used calculator $\log(n!)$ can not be less than or equal to $(\log(n))!$.
Can you explain it in a formal way, please?
Prove that $\log(n!)\leq(\log(n))!$
My attempt:
I read somewhere that $n\leq\log(n!)\leq(\log(n))!$. But when I used calculator $\log(n!)$ can not be less than or equal to $(\log(n))!$.
Can you explain it in a formal way, please?
Let $x=\log(n)$
$\log(n!)<\log(n^n)=n\log(n)=xe^x$
$(\log(n))!=x!$
and the results follow by Factorial grows faster than Exponential.