[Math] Relating Integration by Substitution to Change of Variables Theorem

integrationlebesgue-integrallebesgue-measuremeasure-theory

I'm having trouble relating the change of variables theorem from measure theory to the integration by substitution formula taught in Calculus. I've always thought they were basically saying the same thing, but I can't quite see it. Below I assume everything that needs to be integrable is integrable.

Change of Variables Theorem: (Wiki) Let $(X_1, \Sigma_1, \mu)$ be a measure space and $(X_2, \Sigma_2)$ be
a measurable space. Let $f: X_1 \to X_2$ be measurable and let $f_*[\mu]$ be the pushforward measure on $X_2$. Finally let $g$ be a measurable function on $X_2$. Then
$$
\int_{X_1} g \circ f \, \mathrm{d}\mu = \int_{X_2} g \, \mathrm{d}(f_*[\mu]).
$$

Integration by substitution: (Wiki) Let $f: [a,b] \to I$ be continuously differentiable for some interval $I \subset \mathbb{R}$ and let $g: I \to \mathbb{R}$ be continuous. Then
$$
\int_a^b (g \circ f)(t) \cdot f^\prime(t) \, \mathrm{d}t = \int_{f(a)}^{f(b)} g(x) \, \mathrm{d} x.
$$

My attempt at relating the two, starting from change of variables theorem:

Let $(X_1, \Sigma_1) = ([a,b], \mathcal{B}([a,b]))$ and $(X_2, \Sigma_2) = (I, \mathcal{B}(I))$. Let $f$ be continuously differentiable and increasing and let $\mu = \mu_f$ be the Lebesgue-Stieltjes measure for $f$ on $[a,b]$. Then $f^\prime = \frac{\mathrm{d} \mu_f}{\mathrm{d} \lambda_1}$, the Radon-Nikodym derivative of $\mu_f$ w.r.t. the Lebesgue measure $\lambda_1$ on $[a,b]$. Finally, the pushforward measure $f_*[\mu_f] = \lambda_2$, the Lebesgue measure on $I$. Hence
\begin{align*}
\int_a^b (g \circ f)(t) \cdot f^\prime(t) \, \mathrm{d}t & = \int_{[a,b]} (g \circ f) \cdot f^\prime \, \mathrm{d}\lambda_1 \\
& = \int_{[a,b]} g \circ f \, \mathrm{d} \mu_f \\
& = \int_I g \, \mathrm{d} (f_*[\mu_f]) \\
& = \int_I g \, \mathrm{d} \lambda_2 \\
& = \int_{f(a)}^{f(b)} g(x) \, \mathrm{d} x.
\end{align*}
The first line is because $(g \circ f) \cdot f^\prime$ is continuous and so the Riemann and Lebesgue integrals coincide, the second is because $f^\prime = \frac{\mathrm{d} \mu_f}{\mathrm{d} \lambda_1}$, the third is the change of variables theorem, the fourth is because $f_*[\mu_f] = \lambda_2$, and the last line is again because $g$ is continuous and so the Riemann and Lebesgue integrals coincide.

So assuming the above is correct, I can relate the two for monotone increasing $f$, but not for more general continuous $f$. How can I show this?

Best Answer

Using the identity (or defintion)$$\int_b^af(x)dx=-\int_a^bf(x)dx,$$you can use your argument to prove the theorem for monotone decreasing $f$. Then, given a general (continuously differentiable) $f$, divide your segment to smaller segments on which $f$ is monotone.

Note that segments on which $f$ is constant have $0$ contribution to your integral.

Related Question