Assume $m=\omega(N \log N)$. What is the order of $N$ in terms of $m$?
My answer: I found that if $N=m^{1-a}$ where $0<a<1$, then $m=\omega(N \log N)$ holds. But, I think this is not a good representation.
Then I thought of Lambert $W$ function. I think we can say $\log{N}=o(W(m))$ thus $N=o(e^{W(m)})$. But, I need more simplification. I should know the asymptotic behavior of $W(m)$ as $m \to \infty$. Any idea?
$N$ is of order $\dfrac{m}{\log m}$.
To see this,
$\begin{array}\\ N \log N &=\dfrac{m}{\log m} \log(\dfrac{m}{\log m})\\ &=\dfrac{m}{\log m} (\log(m)-\log \log m))\\ &=m-\dfrac{m\log \log m}{\log m}\\ &=m(1-\dfrac{\log \log m}{\log m})\\ &=m(1-o(1))\\ \end{array} $