[motivation]
### Why density representations matter
Throughout analysis and probability, one repeatedly encounters pairs of measures on the same measurable space and needs to pass between them. Three representative situations illustrate the scope of the problem.
**Change of variables.** If $T: \mathbb{R}^n \to \mathbb{R}^n$ is a $C^1$ diffeomorphism and $\mu = \mathcal{L}^n$, then the pushforward measure $\nu = T_\# \mu$ satisfies $\nu(A) = \mathcal{L}^n(T^{-1}(A))$. Computing $\int f \, d\nu$ requires expressing $\nu$ in terms of $\mathcal{L}^n$, which leads to the Jacobian factor $|\det JT^{-1}|$ — a density.
**Probability.** Given a random variable $X: (\Omega, \mathcal{F}, \mathbb{P}) \to (\mathbb{R}, \mathcal{B}(\mathbb{R}))$, its distribution $\mu_X = \mathbb{P} \circ X^{-1}$ is a Borel probability measure. The question "does $X$ have a density?" is precisely the question of whether $\mu_X \ll \mathcal{L}^1$.
**Duality.** Identifying the dual space of $L^p(X, \mathcal{A}, \mu)$ for $1 \le p < \infty$ requires showing that every bounded linear functional on $L^p$ can be represented as integration against some $g \in L^q$. The key step is constructing $g$ as a Radon--Nikodym derivative.
### What "absolute continuity" captures
The naive hope — that any two measures on the same $\sigma$-algebra admit a density — fails spectacularly, as the Dirac measure example above shows. The failure occurs whenever $\nu$ sees sets that $\mu$ considers negligible. Absolute continuity $\nu \ll \mu$ is the condition that $\nu$ is "blind to $\mu$-null sets": whenever $\mu(A) = 0$, we also have $\nu(A) = 0$. This is both necessary and (under $\sigma$-finiteness) sufficient for $d\nu = f \, d\mu$.
### Why $\sigma$-finiteness cannot be dropped
The theorem fails without $\sigma$-finiteness on $\mu$. Consider the simplest possible example: $X = \{0\}$ (a single point), $\mathcal{A} = \{\varnothing, \{0\}\}$, with $\mu$ defined by $\mu(\{0\}) = \infty$ and $\nu(\{0\}) = 1$. Note that $\mu$ is *not* $\sigma$-finite: the only cover of $X$ is $\{0\}$ itself, which has infinite $\mu$-measure. Yet $\nu \ll \mu$ holds (the only $\mu$-null set is $\varnothing$, and $\nu(\varnothing) = 0$). Any candidate density $f$ would need $\int_{\{0\}} f \, d\mu = f(0) \cdot \mu(\{0\}) = f(0) \cdot \infty$. If $f(0) > 0$, this integral is $+\infty \ne 1$; if $f(0) = 0$, the integral is $0 \ne 1$. No density exists, despite absolute continuity holding.
A more substantial example arises on uncountable spaces. Let $X = [0,1]$ with $\mathcal{A} = \mathcal{B}([0,1])$, let $\mu$ be the counting measure on $[0,1]$ (which assigns to each set its cardinality), and let $\nu = \mathcal{L}^1|_{[0,1]}$. Then $\nu \ll \mu$ (if $\mu(A) = 0$ then $A = \varnothing$, so $\nu(A) = 0$). But $\mu$ is not $\sigma$-finite: $[0,1]$ cannot be covered by countably many sets of finite counting measure, since each such set is finite and a countable union of finite sets is countable. Any candidate density $f$ would need $\int_A f \, d\mu = \sum_{x \in A} f(x) = \nu(A) = \mathcal{L}^1(A)$. Taking $A = \{x\}$ gives $f(x) = \mathcal{L}^1(\{x\}) = 0$ for every $x$, forcing $f \equiv 0$, which cannot reproduce $\nu([0,1]) = 1$.
[/motivation]