Probability theory is the rigorous mathematical framework for quantifying uncertainty. Moving beyond classical combinatorial chance, modern probability theory is rooted in measure theory, providing a robust architecture capable of handling continuous spaces, stochastic processes, and high-dimensional inference.
The bedrock of modern probability was established by Andrey Kolmogorov in 1933. He formalized probability as a specialized branch of measure theory, defining a probability space as a triplet (\Omega, \mathcal{F}, P).
A function P is a valid probability measure if and only if it satisfies three axioms:
Non-negativity: For any event E \in \mathcal{F}, P(E) \ge 0.
Unit Measure: The probability of the entire sample space is certain: P(\Omega) = 1.
Countable Additivity (\sigma-additivity): For any sequence of mutually exclusive (disjoint) events E_1, E_2, E_3, \dots:
From these axioms, we trivially derive the complement rule P(E^c) = 1 - P(E), the probability of the empty set P(\emptyset) = 0, and the inclusion-exclusion principle P(A \cup B) = P(A) + P(B) - P(A \cap B).
Thinking of probability purely algebraically limits our intuition. We can view probability distributions geometrically.
For discrete probability distributions over n outcomes, the space of all possible probability measures forms an (n-1)-dimensional probability simplex.
Alternatively, the space of measures can be viewed through the lens of Optimal Transport. The Earth Mover's Distance (W_p) measures the minimum "work" required to physically transport probability mass from one distribution to another.
To summarize probability distributions, we use moments.
Let X be a random variable with probability density function (PDF) f(x).
The MGF of a random variable X is defined as:
If the MGF exists, the n-th moment is given by the n-th derivative evaluated at t=0:
| Distribution | PDF / PMF | Expected Value | Variance |
|---|---|---|---|
| Normal \mathcal{N}(\mu, \sigma^2) | \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{(x-\mu)^2}{2\sigma^2}} | \mu | \sigma^2 |
| Poisson \text{Poi}(\lambda) | \frac{\lambda^k e^{-\lambda}}{k!} | \lambda | \lambda |
| Exponential \text{Exp}(\lambda) | \lambda e^{-\lambda x} | $1/\lambda$ | $1/\lambda^2$ |
In thermodynamics, the state of a system of particles is modeled as a probability distribution over the phase space. The Boltzmann distribution assigns a probability to each state i based on its energy E_i and the temperature T:
This is a direct application of maximizing entropy subject to an expected energy constraint.
Claude Shannon's definition of entropy relies fundamentally on probability theory. The entropy H of a discrete random variable quantifies the expected "surprise" or information content:
This forms the mathematical limit for lossless data compression algorithms used in network routing and storage.