I wanted some help with a bounding question. The question asks that if $f$ is not an upper bound on $g$, is it a lower bound? $f,g: \mathbb{N} \to \mathbb{N} \cup \{\infty\}$.
By definition for an upper bound, there exists a constant $c$, there exists a constant $n_0$ such that $f(n) \le c \cdot g(n)$ for all $n > n_0$.
Negating that suggests for all $c$, for all $n_0$, $f(n) > c\cdot g(n)$.
So it would seem like the statement is true, but is it?
Thanks.