ConceptComplete

Sigma-Algebras and Measures - Core Definitions

DefinitionSigma-Algebra

Let XX be a non-empty set. A collection F\mathcal{F} of subsets of XX is called a sigma-algebra (or σ\sigma-algebra) if it satisfies:

  1. XFX \in \mathcal{F}
  2. If AFA \in \mathcal{F}, then AcFA^c \in \mathcal{F} (closed under complements)
  3. If A1,A2,FA_1, A_2, \ldots \in \mathcal{F}, then i=1AiF\bigcup_{i=1}^{\infty} A_i \in \mathcal{F} (closed under countable unions)

The pair (X,F)(X, \mathcal{F}) is called a measurable space.

The concept of a sigma-algebra forms the foundation of modern measure theory. It provides the mathematical framework for rigorously defining measures and integration. The key requirement is closure under countable operations, which distinguishes sigma-algebras from simple algebras of sets.

ExampleBasic Sigma-Algebras

Consider a set XX. The following are sigma-algebras on XX:

  1. Trivial sigma-algebra: F={,X}\mathcal{F} = \{\emptyset, X\}
  2. Power set: F=P(X)\mathcal{F} = \mathcal{P}(X), the collection of all subsets of XX
  3. Generated by a point: For xXx \in X, let F={,{x},{x}c,X}\mathcal{F} = \{\emptyset, \{x\}, \{x\}^c, X\}

The trivial sigma-algebra is the smallest, while the power set is the largest possible sigma-algebra on XX.

DefinitionMeasure

Let (X,F)(X, \mathcal{F}) be a measurable space. A function μ:F[0,]\mu: \mathcal{F} \to [0, \infty] is called a measure if:

  1. μ()=0\mu(\emptyset) = 0
  2. For any countable collection {Ai}i=1\{A_i\}_{i=1}^{\infty} of pairwise disjoint sets in F\mathcal{F}: μ(i=1Ai)=i=1μ(Ai)\mu\left(\bigcup_{i=1}^{\infty} A_i\right) = \sum_{i=1}^{\infty} \mu(A_i)

This property is called countable additivity or σ\sigma-additivity.

The triple (X,F,μ)(X, \mathcal{F}, \mu) is called a measure space.

Remark

The requirement of countable additivity is crucial. It ensures that measures behave well with respect to limiting operations, which is essential for integration theory. Finite additivity alone would be insufficient for developing a robust theory of integration.

Key properties that follow from these definitions include monotonicity (ABA \subseteq B implies μ(A)μ(B)\mu(A) \leq \mu(B)) and subadditivity. These foundational concepts enable the construction of integration theories that generalize the Riemann integral and provide powerful tools for analysis and probability theory.