Probability Spaces

Sources:

  1. NOTES ON PROBABILITY by Greg Lawler

Probability Spaces

Notation

Symbol Type Description
Set Sample space, the set of all possible outcomes
Element of A specific outcome in the sample space
σ-algebra Event space, the collection of subsets of that satisfy the properties of a σ-algebra
Function : Probability measure, a function : satisfying Kolmogorov’s axioms
X Random variable A measurable function X:
X Function X: Distribution of the random variable X, defined on Borel subsets of
σ-algebra The Borel σ-algebra on
FX(x) Cumulative distribution function (CDF) Probability that X takes a value less than or equal to x, FX(x)=(Xx)
fX(x) Probability density function (PDF) Describes the density of X if X is absolutely continuous
pX(x) Probability mass function (PMF) Describes the probability of X taking a specific value x if X is discrete
Set The set of real numbers
(,,X) Probability space The transformed probability space induced by the random variable X

Random Experiment

Definition: A random experiment is any repeatable procedure that results in one out of a well-defined set of possible outcomes.

  • The set of possible outcomes is called sample space.
  • A set of zero or more outcomes is called a random event.
  • A function that maps from events to probabilities is called a probility measure

Together, sample space, event space and probility measure characterize a random experiment.

Definition

A probability space is a measure space with total measure one. The standard notation is (Ω,F,P) where:

  • Ω is a set (sometimes called a sample space in elementary probability). Elements of Ω are denoted ω and are sometimes called outcomes.

  • F is a σ-algebra (or σ-field, we will use these terms synonymously) of subsets of Ω. Elements of F are called events.

  • P, the probility measure, is a function from F to [0,1] with P(Ω)=1 and such that if events E1,E2,F are disjoint, P[j=1Ej]=j=1P[Ej] We say "probability of E" for P(E).

Event and indicator function

The indicator function, denoted 1E(ω), is a mathematical tool used to signify whether a specific outcome ω from the sample space Ω belongs to an event E. It is formally defined as:

1E(ω)={1, if ωE0, if ωE It's a binary representation of events: - 1E(ω)=1 : Indicates that the outcome ω is part of the event E, meaning E has occurred. - 1E(ω)=0 : Indicates that ω is not part of E, meaning E has not occurred.

We know that an event E is a set of outcomes, but with indicator funciton, we can refer it with the numerical statement that 1E(ω)= 1 or 1.

例如: 掷一次骰子的结果有六种情况, Ω={1,2,3,4,5,6}, 当我们说出statement:"骰子的结果是奇数" 时, 我们实际上就定义了一个event A={1,3,5}. 它本身是让1(ω)=1成立的值{1,3,5}, 但我们用它来指代"骰子的结果是奇数成立"这一事件.

Discrete Probability Space

A discrete probability space is a probability space such that Ω is finite or countably infinite. In this case we usually choose F to be all the subsets of Ω (this can be written F=2Ω1)

The probability measure P is given by a function p:Ω[0,1] with ωΩp(ω)=1.


  1. 2ΩΩ 的幂集(Power Set).↩︎