8.1 Product Measures Let ( X , F , μ ) (X, \mathcal{F}, \mu) ( X , F , μ ) and ( Y , G , ν ) (Y, \mathcal{G}, \nu) ( Y , G , ν ) be σ \sigma σ -finite measure spaces. The product σ \sigma σ -algebra is F ⊗ G = σ ( { A × B : A ∈ F , B ∈ G } ) \mathcal{F} \otimes \mathcal{G} = \sigma(\{A \times B : A \in \mathcal{F},\ B \in \mathcal{G}\}) F ⊗ G = σ ({ A × B : A ∈ F , B ∈ G }) .
Theorem 8.1 (Existence of Product Measure). There exists a unique measure μ × ν \mu \times \nu μ × ν on F ⊗ G \mathcal{F} \otimes \mathcal{G} F ⊗ G such that
( μ × ν ) ( A × B ) = μ ( A ) ⋅ ν ( B ) (\mu \times \nu)(A \times B) = \mu(A) \cdot \nu(B) ( μ × ν ) ( A × B ) = μ ( A ) ⋅ ν ( B )
for all A ∈ F A \in \mathcal{F} A ∈ F and B ∈ G B \in \mathcal{G} B ∈ G .
8.2 Tonelli”s Theorem Theorem 8.2 (Tonelli). If f : X × Y → [ 0 , ∞ ] f : X \times Y \to [0, \infty] f : X × Y → [ 0 , ∞ ] is F ⊗ G \mathcal{F} \otimes \mathcal{G} F ⊗ G -measurable, then:
∫ X × Y f d ( μ × ν ) = ∫ X ( ∫ Y f ( x , y ) d ν ) d μ = ∫ Y ( ∫ X f ( x , y ) d μ ) d ν \int_{X \times Y} f\, d(\mu \times \nu) = \int_X \left(\int_Y f(x, y)\, d\nu\right) d\mu = \int_Y \left(\int_X f(x, y)\, d\mu\right) d\nu ∫ X × Y f d ( μ × ν ) = ∫ X ( ∫ Y f ( x , y ) d ν ) d μ = ∫ Y ( ∫ X f ( x , y ) d μ ) d ν
8.3 Fubini’s Theorem Theorem 8.3 (Fubini). If f ∈ L 1 ( μ × ν ) f \in L^1(\mu \times \nu) f ∈ L 1 ( μ × ν ) , then for a.e. x ∈ X x \in X x ∈ X , f ( x , ⋅ ) ∈ L 1 ( ν ) f(x, \cdot) \in L^1(\nu) f ( x , ⋅ ) ∈ L 1 ( ν ) ; for a.e. y ∈ Y y \in Y y ∈ Y , f ( ⋅ , y ) ∈ L 1 ( μ ) f(\cdot, y) \in L^1(\mu) f ( ⋅ , y ) ∈ L 1 ( μ ) ; and
∫ X × Y f d ( μ × ν ) = ∫ X ( ∫ Y f ( x , y ) d ν ) d μ = ∫ Y ( ∫ X f ( x , y ) d μ ) d ν \int_{X \times Y} f\, d(\mu \times \nu) = \int_X \left(\int_Y f(x, y)\, d\nu\right) d\mu = \int_Y \left(\int_X f(x, y)\, d\mu\right) d\nu ∫ X × Y f d ( μ × ν ) = ∫ X ( ∫ Y f ( x , y ) d ν ) d μ = ∫ Y ( ∫ X f ( x , y ) d μ ) d ν
Caution. The order of integration matters when f f f is not integrable. For example, the function f ( x , y ) = ( x 2 − y 2 ) / ( x 2 + y 2 ) 2 f(x, y) = (x^2 - y^2)/(x^2 + y^2)^2 f ( x , y ) = ( x 2 − y 2 ) / ( x 2 + y 2 ) 2 on [ 0 , 1 ] 2 [0,1]^2 [ 0 , 1 ] 2 has different iterated integrals.
8.4 Worked Example Problem. Compute ∫ 0 ∞ ∫ 0 ∞ e − ( x 2 + y 2 ) d y d x \int_0^\infty \int_0^\infty e^{-(x^2 + y^2)}\, dy\, dx ∫ 0 ∞ ∫ 0 ∞ e − ( x 2 + y 2 ) d y d x using Fubini-Tonelli.
Solution. By Tonelli’s theorem (since e − ( x 2 + y 2 ) ≥ 0 e^{-(x^2+y^2)} \geq 0 e − ( x 2 + y 2 ) ≥ 0 ):
∫ 0 ∞ ∫ 0 ∞ e − ( x 2 + y 2 ) d y d x = ∫ 0 ∞ e − x 2 d x ⋅ ∫ 0 ∞ e − y 2 d y = ( π 2 ) 2 = π 4 \int_0^\infty \int_0^\infty e^{-(x^2 + y^2)}\, dy\, dx = \int_0^\infty e^{-x^2}\, dx \cdot \int_0^\infty e^{-y^2}\, dy = \left(\frac{\sqrt{\pi}}{2}\right)^2 = \frac{\pi}{4} ∫ 0 ∞ ∫ 0 ∞ e − ( x 2 + y 2 ) d y d x = ∫ 0 ∞ e − x 2 d x ⋅ ∫ 0 ∞ e − y 2 d y = ( 2 π ) 2 = 4 π
■ \blacksquare ■