Here is the set up:
- $f:\mathbb{R}^n\to\mathbb{R}^m$ is a measurable function
- $\lambda^n$ is the $n$-dimensional Lebesgue measure
- $f_*\lambda^n$ is the pushforward of $\lambda^n$ by $f$
- $f_*\lambda^n \ll \lambda^m$
What do we know about the Radon-Nikodym derivative $$ \frac{d f_*\lambda^n}{d\lambda^m} $$ for different types of $f$?
Notice this Radon-Nikodym derivative exists as long as $f_*\lambda^n$ and $\lambda^m$ are sigma-finite measures on the same space, which is true in this setup.
Examples
For instance, using the Change of Variables formula and Integration by Substitution when $f$ is a diffeomorphism, the Radon-Nikodym derivative is the absolute determinant Jacobian (see Billingsley "Probability and Measure", Theorem 17.2) $$ \frac{d f_*\lambda^n}{d\lambda^m} = |\det J_f|. $$ I have an intuition, based on this question, (but I have never seen it proven or mentioned anywhere) that when $f$ is simply differentiable, then the Radon-Nikodym derivative is the multidimensional Jacobian defined in Federer's "Geometric Integration Theorem" (Lemma 5.1.4) $$ \frac{d f_*\lambda^n}{d\lambda^m} = \begin{cases} \mathcal{J}_n f(x) = |\det J_f(x)| && \text{ if } n = m \\ \mathcal{J}_n f(x) = \sqrt{\det J_f(x)^\top J_f(x)} && \text{ if } n \leq m \\ \mathcal{J}_m f(x) = \sqrt{\det J_f(x) J_f(x)^\top} && \text{ if } n \geq m \end{cases} $$ However I have no idea how to go about proving this.