eventually dominated(ed) $\exists m \in \mathbb{R}_{\ge 0}: \forall n \in \mathbb{N}, n \ge m \Rightarrow g(n) \leq f(n)$
$\forall x, y \in \mathbb{R}_{\ge 0}, g(n) = xn + y$ is (ed) by $f(n) = n^2$
Should translate to.. $\forall x,y\in\mathbb{R}_{\ge 0},\exists m \in \mathbb{R}_{\ge 0}: \forall n \in \mathbb{N}, n\ge m \Rightarrow xn+y \leq n^2$
So I understand this can be done with the quadratic fomula by finding the intersection which will be the "best" m but I only need to find an $m$ that works so I am not required to use the quadratic formula. So how do you go about proving this without the quadratic formula and the intersection etc. Just some logical chain or maybe induction?
thanks