Can someone please help me with this proof:
Let $f, g : \mathbb N → \mathbb Z^{+}.$ We say that $g$ is eventually dominated by $f$ if and only if there exists $n_{0} \in \mathbb Z^{+}$ such that every natural number $n$ greater than or equal to $n_{0}$ satisfies $g(n) ≤ f(n).$ We can express this in a predicate $P(f,g)$: “$g$ is eventually dominated by $f$" where $f, g : \mathbb N → \mathbb Z^{+}$ as $$P(f, g): \exists n_{0} \in \mathbb Z^{+}, \forall n \in \mathbb N, n ≥ n_{0} \implies g(n) ≤ f(n) $$
(a) Let $f(n) = n^2$ and $g(n) = n + 165$. Prove that $g$ is eventually dominated by $f$.
Now I know that the order of quantifiers is important for this part and that we start by introducing $n_{0}$ by giving it a concrete value. I have no idea where to go from there.
(b) Prove the following statement, which is a generalization of the previous part: $ \forall a, b \in \mathbb Z^{+}, g(n) = an + b $ is eventually dominated by $ f(n) = n^2$.
I'm assuming here we need to pick a suitable $n_{0}$ that other variables can easily depend on.