Justifying the change of variables formula $\int_{g(a)}^{g(b)} f(y)dy = \int_a^b f(g(x))g'(x)dx$ for Lebesgue Integration

784 Views Asked by At

This is a problem from Royden & Fitzpatrick 4th ed, page 129 problem 59. I am struggling proving it and was wondering if someone can help prove it please? Thank you

For a nonnegative integrable function $f$ over $[c,d],$ and a strictly increasing absolutely continuous function $g$ on $[a,b]$ such that $g([a,b]) \subseteq [c,d],$ is it possible to justify the change of variables formula $$\int_{g(a)}^{g(b)} f(y)dy = \int_a^b f(g(x))g'(x)dx,$$ by showing that $$\frac{d}{dx} \left[\int_{g(a)}^{g(x)} f(s)ds - \int_a^x f(g(t))g'(t)dt \right] = 0 \text{ for almost all } x\in (a,b)?$$

2

There are 2 best solutions below

3
On

Assuming you can use the Fundamental Theorem of Calculus(FTC) you can prove just as you said.

Define the functions $F(x) = \int_{g(a)}^x f(t)dt$ and $G(x) = \int_a^x f(g(t))g'(t) dt$, by the FTC $F$ and $G$ are differentiable almost everywhere and $F'(x) = f(x)$, $G'(x) = f(g(x))g'(x)$ a.e.

If $g$ is absolutely continuous it follows that $g$, and therefore $F\circ g$, are also differentiable a.e.

By the chain rule we have that $(F\circ g)'(x) = F'(g(x))g'(x)= f(g(x))g'(x)= G'(x)$ a.e.

Since $F\circ g - G$ is a absolutely continuous function and its derivative is $=0$ a.e., we conclude that $F\circ g - G$ is constant and therefore $\int_{g(a)}^{g(b)} f(t)dt- \int_a^b f(g(t))g'(t) dt=(F\circ g)(b) - G(b) = (F\circ g)(a) - G(a) = 0$

3
On

Actually, we cannot. The problem is that we need to first prove that $f(g(t))g'(t)$ is integrable.

The proof that this function is measurable is itself non-trivial. See here.