I need to prove that
$f_1 \in \Theta(g_1) \land f_2 \in \Theta(g_2) \implies f_1 + f_2 \in \Theta(\max\{g_1, g_2\})$
This question is relevant, but I have a slightly different case, so I don't know how to translate it into this one, because I need to turn the $f$'s into $g$'s.
Am I allowed to say $\max\{f_1, f_2\} \in \Theta(\max\{g_1, g_2\})$?
Or even $\Theta(\max\{f_1, f_2\}) = \Theta(\max\{g_1, g_2\})$?