I want to show that $$f(n)=\omega(g(n)$$ . for $$f(n)=(\log(n))^n , g(n)=n^{(1/2)\log n}$$ and it is easier for me to show that** $$\log(f(n))=\omega(\log(g(n))$$. is it correct to do that?is it right to claim that if $\log(f(n))=\omega(\log(g(n))$ so then $(f(n))=\omega(g(n)$?
**
with $$\log(f(n))=n\log(\log n),\log(g(n))=1/2*\log^2n$$ I show that $$\lim_{n\to\infty}(\log f(n)/\log(g(n))=\infty $$ and conclude that $(f(n))=\omega(g(n)$
I have corrected your codes here.
The answer is presented below.