Law of total probability: decomposing expectation over countable events

Dependencies:

  1. Random variable
  2. Conditional expectation
  3. /measure-theory/linearity-of-lebesgue-integral

There are many results that are called 'Law of total probability'. The following is one of them.

Let $S$ be a countable set of pairwise-disjoint events such that $\bigcup_{A \in S} A = \Omega$ and $\Pr(\cdot \mid A)$ is defined $\forall A \in S$. Let $X$ be a random variable. Then \[ \E(X) = \sum_{A \in S} \E(X \mid A)\Pr(A). \]

Proof

\begin{align} \E(X) &= \int_{\omega \subseteq \Omega} X(\omega)\Pr(\omega) \\ &= \int_{\omega \subseteq \Omega} X(\omega)\left(\sum_{A \in S} \Pr(\omega \cap A)\right) \\ &= \int_{\omega \subseteq \Omega} X(\omega)\left(\sum_{A \in S} \Pr(\omega \mid A) \Pr(A)\right) \\ &= \sum_{A \in S} \Pr(A)\left(\int_{\omega \subseteq \Omega} X(\omega)\Pr(\omega \mid A)\right) \tag{linearity of Lebesgue integral} \\ &= \sum_{A \in S} \Pr(A)\E(X \mid A) \end{align}

Dependency for: None

Info:

Transitive dependencies:

  1. /measure-theory/linearity-of-lebesgue-integral
  2. /measure-theory/lebesgue-integral
  3. /sets-and-relations/de-morgan-laws
  4. /sets-and-relations/countable-set
  5. /analysis/topological-space
  6. Group
  7. Ring
  8. Field
  9. Vector Space
  10. σ-algebra
  11. σ-algebra is closed under countable intersections
  12. Measure
  13. Probability
  14. Conditional probability (incomplete)
  15. Generated σ-algebra
  16. Measurable function
  17. Borel algebra
  18. Generators of the real Borel algebra (incomplete)
  19. Random variable
  20. Expected value of a random variable
  21. Conditional expectation