Differences between revisions 3 and 4
Revision 3 as of 2026-08-30 22:06:46
Size: 2236
Comment: Update
Revision 4 as of 2026-08-30 22:30:18
Size: 2058
Comment: Moving axioms
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * a '''probability measure''' ''P :'' ℱ ''-> [0,1]''

As for a probability measure, this is a [[Analysis/Functions|map]] from ℱ to real numbers between 0 and 1. It must satisfy three conditions:
 * ''P(Ø) = 0''
 * additivity
   * see [[Analysis/MeasureSpace|measure spaces]] for details
 * ''P(''ℱ'') = 1''
 * a '''probability measure''' ''P :'' ℱ ''-> [0,1]'' satisfying three conditions called the [[Analysis/KolmogorovAxioms|Kolmogorov axioms]]

Probability Space

A probability space is a measure space equipped with probability measure.


Description

A probability space is a triple (Ω, , P), composed of:

  • a sample space Ω

  • an event space ℱ, noting this is a σ algebra

  • a probability measure P :-> [0,1] satisfying three conditions called the Kolmogorov axioms

A closely related concept is a random variable, which itself is just a map between a sample space and some measurable space (Ω, 𝒜): X : Ω -> 𝒜. When the sample space Ω is common to both the random variable and a probability space, it is possible to lift the probability measure P from the latter into the former. This pushforward measure is a probability distribution. The probability that the random variable X takes on the value x ∈ 𝒜 is given by P(X = x) = P({ω ∈ Ω | X(ω) = x}). The probability that the random variable takes on any value in the subset S ⊆ 𝒜 is given by P(X ∈ S) = P({ω ∈ Ω | X(ω) ∈ S}).

(It may be more appropriate to say that the random variable maps to a topological space. Practically speaking, probability is applied in two ways: the sample space is countable and discrete, or the sample space is uncountable but the random variable maps to real numbers. In either case, the Borel set of Ω is the smallest possible σ algebra that can be defined on Ω.)

In the case of a discrete random variable X, f is called a probability mass function and the final condition above is expressed as:

disc.svg

In the case of a continuous random variable X, f is called a probability density function and the final condition above is expressed as:

cont.svg


CategoryRicottone

Analysis/ProbabilitySpace (last edited 2026-08-30 22:30:18 by DominicRicottone)