Given two functions $f$ and $g$, what does "$f$ is not $o(g)$" mean ? What can we conclude from this statement ?
I know "$f$ is $o(g)$" means the limit at infinity of $\frac fg$ is zero.
So does "$f$ is not $o(g)$" mean the limit at infinity of $\frac fg$ is different from zero or does it mean that this limit doesn't exist ?
$f = o(g)$ does mean that the $\lim_{x \to \infty} \frac{f(x)}{g(x)} = 0$. Notice that saying $\lim_{x \to \infty} \frac{f(x)}{g(x)} = 0$ is actually the statement "the limit of $\frac{f(x)}{g(x)}$ exists as $x \to \infty$ AND the limit is $0$". The negation of this, "$f$ is not $o(g)$", means that we negate the previous statement resulting in "the limit does not exist OR if it does exist, it is not $0$."