I'm working on a homework problem that asks to prove that $Θ(n)+O(n^2 )≠O(n^2 )$.
I'm not looking for an answer to the problem, just a better understanding of what it is that needs to be proved.
The previous question in the homework had me prove $Θ(n)+O(n^2 )⊆O(n^2 )$, which I feel I have successfully done. So how does one go from proving that $Θ(n)+O(n^2 )$ is a subset of $O(n^2 )$ to proving $Θ(n)+O(n^2 )≠O(n^2 )$?