definition: Dom(f, g) : ∀n ∈ N, g(n) ≤ f(n). Let f(n) = n^2
and g(n) = n + 165. Prove that g is not dominated by f. so the negation for this question is...
∃n ∈ N, n + 165 > n^2
would you just give an example so when n =0 so.. 165>0
and you are done? Or am I misunderstanding?