Assume a probability triplet $(\Omega, \mathcal{F}, \mathbb{P})$.
My current understanding of $\mathcal{F}$ is that it must define events i.e. the subsets of $\Omega$ where probability is defined. I also understand that $\mathcal{F}$ must be closed under countable complements and unions. Is it correct to say that the reasoning is as follows:
- We need closure under complements by Kolmogorov's axioms. If you know $\mathbb{P}(A)$ then you know $\mathbb{P}(A^c) = 1 - \mathbb{P}(A)$.
What I don't understand is why we need closure under countable unions. Even, if we know $\mathbb{P}(A), \mathbb{P}(B)$, we cannot arrive at $\mathbb{P}(A \cup B)$ without knowing $\mathbb{P}(A \cap B)$. I have read this answer but I am not satisfied. Help?