The question is simple:
$$ (\log_2 n)^ke^{(c+o(1))(\log_2 n)^{1/3}(\log_2(\log_2(n)))^{2/3}} \text{ is } \Theta\left(e^{(c+o(1))(\log_2 n)^{1/3}(\log_2(\log_2(n)))^{2/3}} \right) $$
I don't understand why this is true. I definitely understand that the exponential growth is so much bigger that it "swallows" up the log growth, but from my understanding, $f$ is $\Theta(g)$ if and only if it is $\Omega(g)$ and $O(g)$.
But, one of the definition I've found in multiple places of big-Oh is that the limit when $n$ goes to infinity of $f/g$ must be anything but infinity. But if we compute the limit to infinity of these two functions, we definitely go to infinity, given the fact that the exponential part cancels out in both terms.
What trick am I missing?