Introduction to Probability
EssentialPrerequisites
You have seen how the Lebesgue integral unifies summation and Riemann integration under a single framework — measure theory gives a rigorous foundation for computing integrals over arbitrary spaces. Probability is precisely that framework, specialised to spaces of total mass one. When you flip a coin, roll a die, or model the time until a server crashes, you are specifying a measure on a set of possible outcomes and asking about its mass. The entire edifice of probability — random variables, independence, expectation, conditional distributions, limit theorems — is measure theory with the normalisation constraint .
This checkpoint sets the stage for the series ahead.
Why measure theory?
Elementary probability courses define probability in terms of counting (finite sample spaces) or density functions (continuous random variables). Both work within their domain, but they break down at the edges:
- What is the probability that a randomly chosen real number in is rational? The Riemann integral of the indicator does not exist, but the Lebesgue integral gives immediately because is countable and hence has measure zero.
- What is the distribution of a random variable that is neither discrete nor absolutely continuous — for instance, a mixture of a point mass at and a uniform distribution on ? Classical density-based formulas require special casing; the measure-theoretic framework handles it uniformly through the Lebesgue decomposition theorem.
- What does it mean to take expectation over an abstract space with no ordering or metric? The Lebesgue integral is defined for any measurable function on any measure space .
The measure-theoretic formulation does not just handle these pathological cases — it is the only framework robust enough to support the full machinery of modern probability (stochastic processes, martingale theory, large deviations, and more).
The core objects
A probability space is a triple :
- is the sample space: the set of all possible outcomes. It can be finite, countably infinite, or uncountably infinite (e.g.\ or ).
- is a -algebra on : a collection of subsets closed under complement and countable union, representing the events you are allowed to assign probability to.
- is the probability measure: a -additive function with .
A random variable is a measurable function — a bridge that turns abstract outcomes into numbers. Its distribution is the push-forward measure , a probability measure on .
The expectation of is the Lebesgue integral , which specialises to for discrete distributions and for absolutely continuous ones — but it is defined and enjoys the same linearity and convergence theorems in full generality.
The road ahead
The checkpoints in this series build the theory in the following order:
- Sample spaces and events — the vocabulary of , events, and set-theoretic operations.
- The probability axioms — Kolmogorov’s three axioms and their immediate consequences.
- Random variables — measurable functions, CDF, PMF, PDF, and the distribution as a push-forward measure.
- Common distributions — Bernoulli, Binomial, Geometric, Poisson, Exponential, Gamma, Normal.
- Expectation — the Lebesgue integral as expectation, linearity, the law of the unconscious statistician.
- Variance and moments — spread, skewness, kurtosis.
- Moment generating functions — encoding moments in a power series; uniqueness and independence.
- Conditional probability and conditional expectation — updating beliefs; the tower property.
- 2D random variables — joint distributions, marginals, independence, covariance.
- Convolution — the distribution of sums of independent random variables.
- Markov chains — processes with memoryless transitions; stationary distributions.
Each checkpoint is self-contained given its prerequisites, so you can navigate directly to whatever you need.
Probability as specialised measure theory
The key insight is that probability introduces no genuinely new mathematics. Every theorem in probability is a theorem in measure theory applied to a space with . The Lebesgue dominated convergence theorem becomes the dominated convergence theorem for expectations. The Radon–Nikodym theorem becomes the existence of conditional densities. The product measure construction becomes the joint distribution of independent random variables.
What probability adds is interpretation: the measure is the long-run frequency of event (frequentist reading) or the degree of belief in (Bayesian reading), and results like the law of large numbers and the central limit theorem connect the abstract formalism to observable phenomena.
You will see these connections made explicit at every step of the series.