I am new to big oh notation and proofs and I can't really wrap my head around the proofs. I know how to prove that an expression is big Oh of a simple expression, lets say $k^2 \in O(k^5)$ but my brain just blanks out when I see negative numbers inside the brackets. Any hints or tips on how to prove the following:
$$165k^5 + k^2 \in O(k^5 - k^3)$$
Any help would be appreciated.
$k^2$ $\in$ O($k^5$), just write$k^2 \in O(k^5)$(which also typesets the $O$ correctly). – Théophile Mar 04 '19 at 16:35