g(n) ≤ c × f(n), for every n ≥ n0, for some c and n0, is it also true that g(n) ≤ c' × f(n), for every n, and some c'?
I said it's false because the definition of Big-Oh is true since n starts form n0. g(n) cannot go over cf(n) for every n ≥ n0, but g(n) can go over if it's every n making the definition of Big-Oh false.
I wonder if I correctly answered it.