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?