So I have $4$ functions: $f_1$, $f_2$, $g_1$, $g_2$. I also have in my assumptions that $g_1=\Omega(f_1)$ and $g_2=\Omega(f_2)$. Now I need to prove that $\max(g_1, g_2)=\Omega(f_1+f_2)$. How can this be achieved?
Note that my definition of $\Omega$ is as such: There exists a $C$, and $n_0$ in positive real numbers, such that for all $n$ natural numbers, if $n \ge n_0$, then $C f_1(n) \le g_1(n)$.
The $C$'s are different for the two statements I assume but I need one $C$ that works for their sum in the conclusion. In other words it should be $C(f_1 + f_2) \le \max(g_1,g_2)$