Problem statement: Show that if $P(E | F) \geq P(G | F)$ and $P(E | F^c) \geq P(G | F^c)$ then $P(E) \geq P(G)$
Logically, this makes very much sense to me since $F \cup F^c = S$
This leads me to my attempt:
Since $F \cup F^c = S$ we can say that $P(E | F) \cup P(E | F^c) = P(E)$ (same with $G$). And therefore we can substitute: $P(E) \geq P(G)$
However, is $P(E | F) \cup P(E | F^c) = P(E)$ and actual thing? And if yes, how would you proof it more formal and detailed?
$$\begin{align} P(E)=P(E\cap F)+P(E\cap F^c)&=P(E|F)P(F)+P(E|F^c)P(F^c)\\ \\ &\ge P(G|F)P(F)+P(G|F^c)P(F^c)\\ \\ &=P(G\cap F)+P(G\cap F^c)=P(G) \end{align}$$