Lukas' Notes

probability-theory measure-theory

Definition

Probability Distribution

Let be a probability space, let be a measurable state space, and let

be a measurable random variable. The probability distribution or law of is the probability measure on defined by

Thus assigns probability to measurable sets of values in . It is the pushforward of through : outcomes receive probability under , and transfers that probability to their values .

Equivalently, a probability distribution on a measurable space is any probability measure on that space. The notation emphasises that the measure is the distribution induced by .

Why the Inverse Image Appears

The original measure accepts events in , not sets of values in . To find the probability that lands in a set , first pull back to the outcomes that produce such values:

Measurability of ensures that whenever , so is allowed to measure this event.

Why It Is a Probability Measure

The probability axioms pass from to through inverse images. In particular,

If are pairwise disjoint, then their inverse images are also pairwise disjoint. Countable additivity therefore gives

Representations

A distribution is the measure itself. Functions such as a PMF, PDF, or CDF are ways to represent that measure under additional structure.

SettingRepresentationRecovery of probabilities
Distribution supported on a countable setPMF
Distribution admitting a densityPDF
Real-valued distributionCDF uniquely determines

Warning

Not every distribution has a PMF or a PDF. Discrete distributions have PMFs, distributions absolutely continuous with respect to Lebesgue measure have PDFs, and mixed or singular distributions require the measure or CDF description. Every real-valued distribution has a CDF.

Example

Number of heads in two tosses

Let

with each outcome having probability , and let count the number of heads. Then

The distribution of is

For , its inverse image is

and hence

Joint Distributions

For a random vector of binary variables, a general joint distribution assigns probabilities to configurations. Normalisation removes one degree of freedom, leaving free parameters.

If the variables are independent, the joint distribution factorises:

so only Bernoulli parameters are needed. Bayesian networks use conditional independence to obtain factorisations between these two extremes.