Open In App

σ-algebra

Last Updated : 25 Oct, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

σ-algebra is a collection of subsets of a required sample space of a probability problem that specifies the 3 specific properties:

  1. Closure under complementation: It tells us that if A is in the σ-algebra then its complement AC also must lie inside the σ-algebra.
  2. Closure under countable union: This tells us that if A1, A2,.....are in the σ-algebra, then their own union which is also known as \bigcup_{i=1}^{\infty} A_i must also need to be lying in the σ-algebra for sure.
  3. Contain the sample space: The sample space let's say 𝛀 itself must be part of the σ-algebra.

Mathematically, if 𝛀 is the required sample space, a σ-algebra 𝓕 over 𝛀 is one of the collections of the subsets of 𝛀 such that:

  • 𝛀 \in 𝓕
  • A \in 𝓕 \Longrightarrow AC \in 𝓕
  • if A1, A2, A3, . . . \in, then \bigcup_{i=1}^{\infty} A_i \in 𝓕

In easy and simple way, a σ-algebra helps an individual to organize events(Subsets of the sample spaces) so that probability events can be assigned easily to these events for sure.

Examples of σ-Algebra

  • Power Set:
    For any set X, the power set \mathcal{P}(X) is a σ-algebra that contains all possible subsets of X. It is closed under complements and countable unions and intersections.
  • Trivial σ-algebra:
    For any set X, the trivial σ-algebra consists of just two sets: the empty set ∅ and the whole set X. This is the smallest σ-algebra possible.
  • Borel σ-algebra:
    In the context of real numbers \mathbb{R}, the Borel σ-algebra is generated by the open intervals. It includes all open sets, closed sets, countable unions, and intersections of these sets, and it is fundamental in measure theory and probability.
  • Lebesgue σ-algebra:
    This is an extension of the Borel σ-algebra that includes all sets that can be approximated by Borel sets in terms of measure. It allows for the inclusion of more "complex" sets that are measurable under the Lebesgue measure.

Theorems Related to σ-Algebra

Some important theorems related to σ-Algebra are:

Dynkin’s π-λ Theorem (Dynkin’s Theorem)

Let P be a collection of the subsets of a sample space S. if P is a π-system(i.e., it is closed under finite intersections) and L is λ-system(i.e., it is a closed under complements and countable unions) containing P, then the σ-algebra generated by P is exactly L.

Monotone Class Theorem

Let A be an algebra of sets(a collection which is specifically closed under finite unions). If M is a monotone class containing A(i.e., M is also closed under the countable increasing and decreasing limits), then M contains the σ-algebra generated by the algebra sets called as A.

Kolmogorov Extension Theorem

Kolmogorov Extension Theorem provides us the condition under a consistent family of finite-dimensional distribution can be extended to a probability measue on an infite-dimensional σ-algebra.

Related Articles

Conclusion

In conclusion, σ-algebras are essential tools in mathematics, particularly in measure theory and probability. They help us systematically organize sets in a way that allows us to define measures and probabilities clearly and consistently.


Similar Reads