ConceptComplete

Probability Spaces and Events - Core Definitions

The foundation of modern probability theory rests on the measure-theoretic framework introduced by Kolmogorov in 1933. This axiomatic approach provides a rigorous mathematical foundation for understanding randomness and uncertainty.

Probability Space

Definition

A probability space is a triple (Ω,F,P)(\Omega, \mathcal{F}, P) where:

  • Ω\Omega is a non-empty set called the sample space representing all possible outcomes
  • F\mathcal{F} is a σ\sigma-algebra on Ω\Omega, a collection of subsets called events
  • P:F[0,1]P: \mathcal{F} \to [0,1] is a probability measure satisfying:
    1. P(Ω)=1P(\Omega) = 1 (normalization)
    2. For any countable collection of disjoint events {Ai}i=1F\{A_i\}_{i=1}^{\infty} \subseteq \mathcal{F}: P(i=1Ai)=i=1P(Ai)P\left(\bigcup_{i=1}^{\infty} A_i\right) = \sum_{i=1}^{\infty} P(A_i) (countable additivity)

The σ\sigma-algebra F\mathcal{F} must satisfy three properties: it contains Ω\Omega, is closed under complements, and is closed under countable unions. This structure ensures that we can perform all necessary set operations within the class of measurable events.

Events and Operations

Events are subsets of the sample space that belong to the σ\sigma-algebra. For events A,BFA, B \in \mathcal{F}:

  • The union ABA \cup B represents "AA or BB occurs"
  • The intersection ABA \cap B represents "AA and BB both occur"
  • The complement Ac=ΩAA^c = \Omega \setminus A represents "AA does not occur"
  • Events AA and BB are disjoint (or mutually exclusive) if AB=A \cap B = \emptyset
Example

Consider tossing a fair coin twice. The sample space is Ω={HH,HT,TH,TT}\Omega = \{HH, HT, TH, TT\}. The σ\sigma-algebra F\mathcal{F} contains all 24=162^4 = 16 subsets. The event "at least one head" is A={HH,HT,TH}A = \{HH, HT, TH\} with probability P(A)=3/4P(A) = 3/4.

Conditional Probability

Definition

Given events A,BFA, B \in \mathcal{F} with P(B)>0P(B) > 0, the conditional probability of AA given BB is: P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}

This fundamental concept allows us to update probabilities based on new information. It forms the basis for Bayes' theorem and is essential in statistical inference.

Remark

The axioms of probability were chosen to match our intuitive understanding while providing mathematical rigor. The requirement of countable (not just finite) additivity is crucial for working with continuous distributions and taking limits in probability theory.