Prove that $10^3n^4+10^{-3}2^n=\mathcal O(2^n)$
I started this proof by trying to use induction, although as I put in $n=1$, although this gives: (when $n=1$) $1000.0002<2$ This is clearly untrue and I am not sure what method I can use to try and prove this statement.
If $\alpha,\beta\in\mathbb R$ then $$\alpha n^4=o(2^n)\ \text{since}\ \lim_{n\to\infty}\frac{n^4}{2^n}=0$$ and it's clear that $$\beta 2^n=O(2^n)$$ and finaly we have $$o(2^n)+O(2^n)=O(2^n)$$