Logically, I know this affirmation to be true. For all $c$, there is a $n_0>0$ that will make $3n^2 < c n^4$.
But when I try to prove it, I come to the resolution that it's false.
Here is how I get this conclusion:
$$f(n) \leq 3n^2 < n^4.$$
So we have $\forall c$, a $n_0 > n \in \mathbb{N}$ where:
$3n^4 < c n^4$ (This is a step I don't fully grasp, but one that seems to be used a lot in asymptotic notations proof)
Which is false in the case of $c = 1$, $\forall n>0 \in \mathbb{N}$.
What would be another way to go about this?