I'm having problem proving that $\log(n^n)=\Theta(\log(n!))$
I tried to use Stirling's formula but it seems it doesn't help me in this case.
This is what I wrote :
$$n \to \infty : \frac{\log(n!)}{\log(n^n)}=\frac{\log(\frac{\sqrt {2\pi n}}{e^n }.n^n)}{\log(n^n)}$$
Now what? nothing can be erased ... nothing can be made more simple ( Or maybe I don't know it)
Any idea?
It would also be nice to include you Stirling attempts in the question
– Feb 18 '17 at 21:18