Get AI summaries of any video or article — Sign up free
Measure Theory 3 | What is a measure? [dark version] thumbnail

Measure Theory 3 | What is a measure? [dark version]

5 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

A measurable space consists of a set X and a sigma algebra A of subsets of X.

Briefing

A measure is defined as a function that assigns a generalized “volume” to subsets of a set, but only for subsets belonging to a chosen sigma algebra. The core setup starts with a measurable space: a set X together with a sigma algebra A of subsets of X. A measure is then a map μ from A into the extended nonnegative real numbers—meaning values in [0, ∞] where both 0 and ∞ are allowed. This restriction matters because it guarantees that measured “sizes” never become negative, while still permitting sets of infinite size.

Two rules determine whether such a map deserves the name measure. First, μ(∅) must equal 0, reflecting the idea that the empty set has no volume. Second, μ must be additive over disjoint collections of measurable sets. If A1, A2, …, An are pairwise disjoint and their union is A, then μ(A) equals the sum of μ(Ai). The definition then extends this additivity from finite unions to countably infinite ones: for disjoint measurable sets Ai whose union is A, μ(A) must equal the infinite series Σ μ(Ai). The countable-union requirement is tightly linked to the sigma algebra: since A is closed under countable unions, the union of the Ai stays measurable, so μ can be evaluated.

Once a measure μ is fixed on a sigma algebra A, the triple (X, A, μ) forms a measure space—an environment where “size” can be consistently assigned to the subsets that are deemed measurable. The transcript also emphasizes that the sigma algebra need not be the entire power set of X; in many important settings, only a smaller collection of subsets supports a workable measure.

Several examples ground the definition. The counting measure works on any set X: for a subset A, μ(A) is the number of elements if A is finite, and ∞ if A is infinite. This example highlights how arithmetic with ∞ behaves in measure theory, including the conventions that x + ∞ = ∞ for any x, and x·∞ = ∞ for positive x, while 0·∞ is treated as 0 in many measure-theoretic contexts (though conventions can vary outside the field).

Another example is the Dirac (delta) measure at a point P in X. For any measurable subset A, μ(A) equals 1 if P lies in A and 0 otherwise. Intuitively, all “mass” is concentrated at a single point, like a point charge.

Finally, the discussion points toward the standard Lebesgue measure on R^n, which should generalize ordinary volume. The guiding requirements are: (1) the measure of the unit cube in R^n should be 1, and (2) the measure should be translation invariant—shifting a set by any vector should not change its measured size. The transcript foreshadows that achieving these properties forces a careful choice of sigma algebra (not the full power set), setting up the next steps in measure theory.

Cornell Notes

A measure assigns a generalized volume to subsets of a set X, but only for subsets in a chosen sigma algebra A. Formally, μ: A → [0, ∞] must satisfy μ(∅)=0 and countable additivity: for pairwise disjoint measurable sets Ai, μ(∪Ai)=Σ μ(Ai). Together, (X, A, μ) is called a measure space, the basic setting for measuring “size.” Examples include the counting measure (finite sets get their cardinality; infinite sets get ∞) and the Dirac measure δP (a set gets measure 1 exactly when it contains P). The Lebesgue measure on R^n is motivated by matching unit-cube volume and translation invariance, which requires selecting an appropriate sigma algebra.

Why does a measure need a sigma algebra instead of using all subsets of X?

A measure is only defined on measurable subsets in a sigma algebra A because the definition relies on closure under countable unions. Countable additivity requires that if Ai are measurable and disjoint, then their union ∪Ai must also be measurable so that μ(∪Ai) is defined. In many settings, using the full power set can prevent constructing a measure that still behaves properly with the desired properties (the transcript foreshadows this for Lebesgue measure).

What exactly do the two measure axioms enforce?

The first axiom sets the baseline: μ(∅)=0, matching the idea that the empty set has no volume. The second axiom enforces consistency of “volume under decomposition”: if Ai are pairwise disjoint measurable sets, then the measure of their union equals the sum of their measures. The key strengthening from finite additivity to countable additivity is what allows approximations by increasingly fine partitions.

How does countable additivity relate to approximating volumes?

When a region is hard to measure directly, it can be split into smaller pieces. For finite partitions, additivity gives μ(A)=Σ μ(Ai). For approximations using infinitely many pieces, the pieces form a countable disjoint collection whose union is the original set, and countable additivity requires μ(A)=Σ μ(Ai). The sigma algebra must support those countable unions so the limit-style decomposition stays measurable.

What are the key behaviors of arithmetic involving ∞ in measure theory?

The transcript uses standard extended-real conventions: x + ∞ = ∞ for any x, and x·∞ = ∞ for positive x. It also notes that 0·∞ is not universally defined; in many measure-theoretic conventions it is set to 0, but outside that context it can be treated as undefined because it could otherwise represent conflicting limiting behaviors.

How do counting measure and Dirac measure differ in what they “see”?

Counting measure counts elements: a finite set A has μ(A)=|A|, while an infinite set has μ(A)=∞. It measures cardinality rather than geometric size. Dirac measure δP concentrates all mass at a point P: μ(A)=1 if P∈A and μ(A)=0 otherwise. So δP ignores everything except whether the set contains that single point.

What properties are used to motivate Lebesgue measure on R^n?

Lebesgue measure is sought as a volume notion on R^n that matches ordinary geometry. Two requirements are highlighted: the unit cube should have measure 1, and the measure should be translation invariant—shifting a set by any vector should not change its measured size. The transcript indicates that achieving these properties forces working with an appropriate sigma algebra rather than the full power set.

Review Questions

  1. State the definition of a measure μ on a measurable space (X, A). Include both axioms and the role of countable additivity.
  2. Compute μ(A) under the counting measure when A is finite with 7 elements, and when A is infinite.
  3. For the Dirac measure δP, what are μ(A) values for a set A that contains P and for a set A that does not contain P?

Key Points

  1. 1

    A measurable space consists of a set X and a sigma algebra A of subsets of X.

  2. 2

    A measure μ assigns values in [0, ∞], allowing both 0 and ∞, but only to sets in A.

  3. 3

    Every measure must satisfy μ(∅)=0.

  4. 4

    Every measure must satisfy countable additivity on pairwise disjoint measurable sets: μ(∪Ai)=Σ μ(Ai).

  5. 5

    A measure space is the triple (X, A, μ), the standard setting for “size” assignments.

  6. 6

    Counting measure assigns μ(A)=|A| for finite A and μ(A)=∞ for infinite A.

  7. 7

    Dirac measure δP assigns μ(A)=1 if P∈A and μ(A)=0 otherwise, concentrating mass at a point.

Highlights

A measure is not just any function on subsets: it must be defined on a sigma algebra and obey countable additivity.
Countable additivity is what turns “splitting a region into smaller pieces” into a rigorous rule for infinite decompositions.
Counting measure and Dirac measure show two extremes: measuring cardinality versus concentrating all mass at a single point.
Lebesgue measure is motivated by matching unit-cube volume and enforcing translation invariance, which requires a careful sigma-algebra choice.

Topics

  • Measure Definition
  • Sigma Algebra
  • Countable Additivity
  • Counting Measure
  • Dirac Measure