Prove that $$\smash { n^2\in\mathcal{O}(n^2 -1)}$$
I don't quite understand what strategy I should use when trying to prove the following big $\mathcal{O}$ notation that doesn't include the use of limits. Whenever I try to find a $C$ when $n>=2$, I can never get it to be a positive real. Any advice would be appreciated.
$ g(x) \in \mathcal{O}(f(x))$ means that there exists a constant $C$ so that $$ |g(x)| \leq C |f(x)| $$
In our case, notice that if $C=3$ for example, the inequality will be true
$$ n^2 < C |n^2-1| $$
for $n > n_0$ for instance $n_0$ can be $2$ or $3$,...
$C$ can be $2$ also, or $1.5$, but $C=1$ wont work.