Why does $(\log n)^{\log n} = \Omega(n^{10})$?

381 Views Asked by At

Why does $(\log n)^{\log n} = \Omega(n^{10})$?

In other words, show that $(\log n)^{\log n} \ge c\cdot n^{10})$ for some constant $c>0$.

I'm not sure how to prove it, how can I write $(\log n)^{\log n}$ in a simpler way?

2

There are 2 best solutions below

3
On BEST ANSWER

Hint: take logarithm of both sides

0
On

Note that $$(\log n)^{\log n}=\exp(\log n\cdot \log(\log(n)))=n^{\log(\log(n))}$$ Hence $(\log n)^{\log n} = \Omega(n^{a})$ for any $a>0$ because $\log(\log(n))$ goes to infinity and it is therefore bigger than any constant.