Skip to content

Measures

2.1 Definition and Properties

A measure on a measurable space (X,F)(X, \mathcal{F}) is a function μ:F[0,]\mu : \mathcal{F} \to [0, \infty] satisfying:

  1. μ()=0\mu(\varnothing) = 0.
  2. Countable additivity: if {An}n=1\{A_n\}_{n=1}^{\infty} are pairwise disjoint sets in F\mathcal{F}, then

μ(n=1An)=n=1μ(An)\mu\left(\bigcup_{n=1}^{\infty} A_n\right) = \sum_{n=1}^{\infty} \mu(A_n)

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

Proposition 2.1 (Monotonicity). If ABA \subseteq B, then μ(A)μ(B)\mu(A) \leq \mu(B).

Proof. B=A(BA)B = A \cup (B \setminus A) is a disjoint union, so μ(B)=μ(A)+μ(BA)μ(A)\mu(B) = \mu(A) + \mu(B \setminus A) \geq \mu(A). \blacksquare

Proposition 2.2 (Countable Subadditivity). For any sequence {An}F\{A_n\} \subseteq \mathcal{F}:

μ(n=1An)n=1μ(An)\mu\left(\bigcup_{n=1}^{\infty} A_n\right) \leq \sum_{n=1}^{\infty} \mu(A_n)

Proof. Define B1=A1B_1 = A_1 and Bn=Ank=1n1AkB_n = A_n \setminus \bigcup_{k=1}^{n-1} A_k for n2n \geq 2. Then {Bn}\{B_n\} are pairwise disjoint with Bn=An\bigcup B_n = \bigcup A_n. By countable additivity and monotonicity, μ(An)=μ(Bn)μ(An)\mu(\bigcup A_n) = \sum \mu(B_n) \leq \sum \mu(A_n). \blacksquare

Proposition 2.3 (Continuity from Below). If A1A2A_1 \subseteq A_2 \subseteq \cdots, then

μ(n=1An)=limnμ(An)\mu\left(\bigcup_{n=1}^{\infty} A_n\right) = \lim_{n \to \infty} \mu(A_n)

Proof. Write An=A1(A2A1)(A3A2)\bigcup A_n = A_1 \cup (A_2 \setminus A_1) \cup (A_3 \setminus A_2) \cup \cdots, a disjoint union. Then μ(An)=μ(A1)+n=1μ(An+1An)=limnμ(An)\mu(\bigcup A_n) = \mu(A_1) + \sum_{n=1}^{\infty} \mu(A_{n+1} \setminus A_n) = \lim_{n \to \infty} \mu(A_n). \blacksquare

Proposition 2.4 (Continuity from Above). If A1A2A_1 \supseteq A_2 \supseteq \cdots and μ(A1)<\mu(A_1) < \infty, then

μ(n=1An)=limnμ(An)\mu\left(\bigcap_{n=1}^{\infty} A_n\right) = \lim_{n \to \infty} \mu(A_n)

2.2 Examples of Measures

Example (Counting Measure). On any set XX with F=P(X)\mathcal{F} = \mathcal{P}(X), define μ(A)=A\mu(A) = |A| (the cardinality, \infty for infinite sets). This is a measure.

Example (Dirac Measure). For x0Xx_0 \in X, define δx0(A)=1\delta_{x_0}(A) = 1 if x0Ax_0 \in A, and 00 otherwise. This is a measure.

Example (Lebesgue Measure). The Lebesgue measure mm on R\mathbb{R} is the completion of a measure on B(R)\mathcal{B}(\mathbb{R}) satisfying m([a,b])=bam([a, b]) = b - a for all aba \leq b. On Rn\mathbb{R}^n, the Lebesgue measure satisfies m([a1,b1]××[an,bn])=i=1n(biai)m([a_1, b_1] \times \cdots \times [a_n, b_n]) = \prod_{i=1}^n (b_i - a_i).