Let $F=\{f \; \vert f:\mathbb{Z}^+\rightarrow\mathbb{R}\}$, $O(g)=\{f\in F|\exists a\in\mathbb{Z}^+\exists c\in\mathbb{R}^+\forall x>a(|f(x)|\le c|g(x)|)\}$
$f(x)=7x+3$ and $g(x)=x^2$.
Prove $f\in O(g)$ but $g\not \in O(f)$.
I dont know what kind of scratch work I should be doing here, I'm more used to doing proofs regarding sets and relations and stuff like that, not with equations.
I started by listing $f(x)$ and $g(x)$ and incrementing $x$ every time. I found out that when $x\ge 8$, then $f(x)\le g(x)$ (not 100% sure this is correct). So should I then let $a=8$ and $c=1$?
But how do I proceed from here? The correct solution uses $a=3$ and $c=8$, but I dont understand why, and I'd like to understand what kind of scratch work should be done to come to that conclusion.
