2.1 Definition and Properties
A measure on a measurable space (X,F) is a function μ:F→[0,∞] satisfying:
- μ(∅)=0.
- Countable additivity: if {An}n=1∞ are pairwise disjoint sets in F, then
μ(⋃n=1∞An)=∑n=1∞μ(An)
The triple (X,F,μ) is called a measure space.
Proposition 2.1 (Monotonicity). If A⊆B, then μ(A)≤μ(B).
Proof. B=A∪(B∖A) is a disjoint union, so μ(B)=μ(A)+μ(B∖A)≥μ(A). ■
Proposition 2.2 (Countable Subadditivity). For any sequence {An}⊆F:
μ(⋃n=1∞An)≤∑n=1∞μ(An)
Proof. Define B1=A1 and Bn=An∖⋃k=1n−1Ak for n≥2. Then {Bn} are pairwise disjoint with ⋃Bn=⋃An. By countable additivity and monotonicity, μ(⋃An)=∑μ(Bn)≤∑μ(An). ■
Proposition 2.3 (Continuity from Below). If A1⊆A2⊆⋯, then
μ(⋃n=1∞An)=limn→∞μ(An)
Proof. Write ⋃An=A1∪(A2∖A1)∪(A3∖A2)∪⋯, a disjoint union. Then μ(⋃An)=μ(A1)+∑n=1∞μ(An+1∖An)=limn→∞μ(An). ■
Proposition 2.4 (Continuity from Above). If A1⊇A2⊇⋯ and μ(A1)<∞, then
μ(⋂n=1∞An)=limn→∞μ(An)
2.2 Examples of Measures
Example (Counting Measure). On any set X with F=P(X), define μ(A)=∣A∣ (the cardinality, ∞ for infinite sets). This is a measure.
Example (Dirac Measure). For x0∈X, define δx0(A)=1 if x0∈A, and 0 otherwise. This is a measure.
Example (Lebesgue Measure). The Lebesgue measure m on R is the completion of a measure on B(R) satisfying m([a,b])=b−a for all a≤b. On Rn, the Lebesgue measure satisfies m([a1,b1]×⋯×[an,bn])=∏i=1n(bi−ai).