Is it true that for some function $f:N\to N$, a positive function, then either one of these conditions hold. First is that there is some $a>0$, such that $f(n)\in O(n^a)$. Or Second, there is some $b>1$ such that $f(n)\in\Omega(b^n)$.
So what I understand from this is that $O$ is like the upper bound and $\Omega$ is the lower bound. So now, if we have some positive function say $f(n)=\log(n)$, then one of these conditions always holds? Doesn't the first condition hold for $\log$? Is there a way to prove this for any positive function?