TheoremComplete

Product Measures and Fubini - Main Theorem

TheoremFubini's Theorem

Let (X,F,μ)(X, \mathcal{F}, \mu) and (Y,G,ν)(Y, \mathcal{G}, \nu) be σ\sigma-finite measure spaces. If fL1(X×Y,μν)f \in L^1(X \times Y, \mu \otimes \nu) (i.e., ff is integrable with respect to the product measure), then:

  1. For almost every xXx \in X, the function yf(x,y)y \mapsto f(x, y) is in L1(Y,ν)L^1(Y, \nu)
  2. For almost every yYy \in Y, the function xf(x,y)x \mapsto f(x, y) is in L1(X,μ)L^1(X, \mu)
  3. The functions xYf(x,y)dν(y)x \mapsto \int_Y f(x, y) \, d\nu(y) and yXf(x,y)dμ(x)y \mapsto \int_X f(x, y) \, d\mu(x) are integrable
  4. X×Yfd(μν)=X(Yf(x,y)dν(y))dμ(x)=Y(Xf(x,y)dμ(x))dν(y)\int_{X \times Y} f \, d(\mu \otimes \nu) = \int_X \left(\int_Y f(x, y) \, d\nu(y)\right) d\mu(x) = \int_Y \left(\int_X f(x, y) \, d\mu(x)\right) d\nu(y)

Fubini's Theorem is the fundamental result for evaluating multiple integrals via iterated integration. Unlike Tonelli, it requires integrability but applies to general (not necessarily non-negative) functions.

ExampleComputing Areas and Volumes

To find the volume under f(x,y)=x2yf(x, y) = x^2 y over [0,1]×[0,1][0, 1] \times [0, 1]:

Since f(x,y)1|f(x, y)| \leq 1 on the square, fL1([0,1]2)f \in L^1([0, 1]^2). By Fubini: 0101x2ydydx=01x2(01ydy)dx=01x212dx=16\int_0^1 \int_0^1 x^2 y \, dy \, dx = \int_0^1 x^2 \left(\int_0^1 y \, dy\right) dx = \int_0^1 x^2 \cdot \frac{1}{2} \, dx = \frac{1}{6}

We could also integrate in the opposite order: 0101x2ydxdy=01y(01x2dx)dy=01y13dy=16\int_0^1 \int_0^1 x^2 y \, dx \, dy = \int_0^1 y \left(\int_0^1 x^2 \, dx\right) dy = \int_0^1 y \cdot \frac{1}{3} \, dy = \frac{1}{6}

Remark

Important aspects of Fubini's Theorem:

  1. Integrability is essential: The hypothesis fL1(μν)f \in L^1(\mu \otimes \nu) cannot be omitted. Without it, the iterated integrals may not exist, or may exist but give different values (as in the counterexample with xy(x2+y2)2\frac{xy}{(x^2+y^2)^2}).

  2. Checking integrability: To verify fL1(μν)f \in L^1(\mu \otimes \nu), often use Tonelli's Theorem on f|f|: X×Yfd(μν)=X(Yf(x,y)dν(y))dμ(x)<\int_{X \times Y} |f| \, d(\mu \otimes \nu) = \int_X \left(\int_Y |f(x, y)| \, d\nu(y)\right) d\mu(x) < \infty

  3. Null sets: The "almost every" qualifications are necessary. For instance, if X=Y=[0,1]X = Y = [0, 1] and f(x,y)=χ{x=y}f(x, y) = \chi_{\{x = y\}}, then f(x,)=0f(x, \cdot) = 0 for a.e. xx, but ff is not identically zero.

  4. Connection to Riemann integration: For continuous functions on rectangles in Rn\mathbb{R}^n, Fubini reduces to the classical fact that double Riemann integrals can be computed as iterated integrals.

Fubini's Theorem is indispensable in analysis, probability theory (for computing expectations of products), and physics (for evaluating multiple integrals in coordinate systems).