Assuming the usual required conditions (https://en.wikipedia.org/wiki/Radon%E2%80%93Nikodym_theorem#Radon%E2%80%93Nikodym_theorem), the Radon-Nikodym theorem states:
There exists a measurable function $f$ such that for every measurable $A\subseteq X$:
$v(A) = \int_{A} f d\mu$
However, to utilize this theorem, I find it useful to say:
$\int gdv = \int g fd\mu$ for every $g$ that is (?)-measurable.
A hand-wavy proof would be:
$v(A) = \int_{A} f d\mu (\forall \text{ measurable } A)$
$dv = fd\mu$
$gdv = gfd\mu$
$\int_A gdv = \int_A gfd\mu (\forall \text{ measurable } A)$
But I don't want a hand-wavy proof. I want a rigorous proof. To me, "$dv$" basically has no meaning. "$v$" is just a parameter to the integral, just like the integrand is a parameter to the integral. The "$d$" is only inserted to indicate that "$v$" is the second parameter to the integral, not to be confused with the first.
This is my attempt to make the theorem work for any measurable $g$:
First consider $g=\chi_B$ to be an indicator function on a measurable set $B$. Clearly,
$\int_A gdv = \int_{A\cap B} dv = \int_{A \cap B} fd\mu = \int_A gfd\mu (\forall \text{ measurable } A)$
Now, consider $g$ to be a simple function (finite sum of indicator functions). By linearity, our claim still holds.
Finally, consider $g$ to be the limit of a sequence of increasing simple functions. By MCT, our claim still holds.
My questions are:
- Was my proof correct?
- Was my proof necessary? Am I thinking about this poorly?
Thanks!
Your proof is correct. If you use the proof of Radon-Nikodym’s theorem from Wikipedia you indeed arrive at $$ \nu(A) = \int_A f d\mu $$ for measurable sets $A$, so your proof is also necessary if you want to say something about $\int gd\nu$ for $g$ measurable.
Edit: your proof suffices for $g$ non-negative, then for $g$ $\nu$-measurable. Without either of these hypotheses it fails.