No history yet

Measure Theoretic Probability

From Measure to Probability

You're familiar with the general concept of a measure space from real analysis. It's a triplet (X, oldsymbol{ rak{A}}, oldsymbol{eta}) consisting of a set, a σ\sigma-algebra of its subsets, and a measure. To formalize probability, we simply specialize this idea.

A probability space is a measure space where the total measure of the space is 1. We use slightly different notation to reflect the new context, but the underlying structure is identical.

(Ω,F,P)(\Omega, \mathcal{F}, P)

An event is simply a measurable subset of the sample space. The measure P(A)P(A) for an event A oldsymbol{\in} \mathcal{F} is the probability of that event occurring. Because P(Ω)=1P(\Omega) = 1, we know the probability of some outcome happening is certain, which aligns perfectly with our intuition.

Random Variables Reimagined

In elementary probability, a random variable is often loosely described as a variable whose value is a numerical outcome of a random phenomenon. Measure theory gives us a precise definition: a random variable is a measurable function.

Specifically, a real-valued random variable XX is a function that maps outcomes from the sample space to the real numbers, X:ΩRX: \Omega \to \mathbb{R}. For XX to be a random variable, it must be F\mathcal{F}-measurable. This means that for any Borel set BB on the real line, its pre-image under XX must be an event in our σ\sigma-algebra F\mathcal{F}.

X1(B)={ωΩX(ω)B}F,BB(R)X^{-1}(B) = \{\omega \in \Omega \mid X(\omega) \in B\} \in \mathcal{F}, \quad \forall B \in \mathcal{B}(\mathbb{R})

This measurability condition is crucial. It guarantees that questions like "What is the probability that XX is between aa and bb?" are well-posed, because the set of outcomes where aX(ω)ba \le X(\omega) \le b is an event in F\mathcal{F} and thus has a defined probability under PP.