Prove that $g \in o(f)$ implies $f + g \in \Theta(f)$.
I'm pretty stuck on this one. I know that there is a constant $c_2$ such that $f \le c_2 (f+g)$, but I'm not sure how to prove that there exists a constant $c_1$ such that $c_1 (f+g) \le f$. If I can prove that then I can say that $f + g \in \Theta(f)$. Anyone have some suggestions?