Skip to content

Fubini and Tonelli Theorems

8.1 Product Measures

Let (X,F,μ)(X, \mathcal{F}, \mu) and (Y,G,ν)(Y, \mathcal{G}, \nu) be σ\sigma-finite measure spaces. The product σ\sigma-algebra is FG=σ({A×B:AF, BG})\mathcal{F} \otimes \mathcal{G} = \sigma(\{A \times B : A \in \mathcal{F},\ B \in \mathcal{G}\}).

Theorem 8.1 (Existence of Product Measure). There exists a unique measure μ×ν\mu \times \nu on FG\mathcal{F} \otimes \mathcal{G} such that

(μ×ν)(A×B)=μ(A)ν(B)(\mu \times \nu)(A \times B) = \mu(A) \cdot \nu(B)

for all AFA \in \mathcal{F} and BGB \in \mathcal{G}.

8.2 Tonelli”s Theorem

Theorem 8.2 (Tonelli). If f:X×Y[0,]f : X \times Y \to [0, \infty] is FG\mathcal{F} \otimes \mathcal{G}-measurable, then:

X×Yfd(μ×ν)=X(Yf(x,y)dν)dμ=Y(Xf(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

8.3 Fubini’s Theorem

Theorem 8.3 (Fubini). If fL1(μ×ν)f \in L^1(\mu \times \nu), then for a.e. xXx \in X, f(x,)L1(ν)f(x, \cdot) \in L^1(\nu); for a.e. yYy \in Y, f(,y)L1(μ)f(\cdot, y) \in L^1(\mu); and

X×Yfd(μ×ν)=X(Yf(x,y)dν)dμ=Y(Xf(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

Caution. The order of integration matters when ff is not integrable. For example, the function f(x,y)=(x2y2)/(x2+y2)2f(x, y) = (x^2 - y^2)/(x^2 + y^2)^2 on [0,1]2[0,1]^2 has different iterated integrals.

8.4 Worked Example

Problem. Compute 00e(x2+y2)dydx\int_0^\infty \int_0^\infty e^{-(x^2 + y^2)}\, dy\, dx using Fubini-Tonelli.

Solution. By Tonelli’s theorem (since e(x2+y2)0e^{-(x^2+y^2)} \geq 0):

00e(x2+y2)dydx=0ex2dx0ey2dy=(π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}

\blacksquare