If $f(n) \in \Theta(n)$ and $g(n) \in \Theta(n)$, then $f(n) + g(n) \in \Theta(n)$
I'm supposed to prove the following theorem below using the definition of $\Theta(n)$. I know the definition of Big-Theta, but I don't understand how to use it prove the theorem. I'd prefer to NOT be given a full proof to this theorem as I'd like to learn how to do this myself. But if possible, any guidance on how to start this would be great!