The Radon-Nikodym theorem is the measure-theoretic engine that underlies every change of measure in quantitative finance. It is the fact that, whenever two probability measures P and Q on the same σ-algebra agree on "what is possible" (absolute continuity), there exists a non-negative random variable Z=dQ/dP such that
EQ[X]=EP[Z⋅X]
for every integrable X. The function Z is the Radon-Nikodym derivative, the density of Q with respect to P.
Concrete quant-finance applications:
Risk-neutral pricing. The fundamental theorem of asset pricing guarantees (under no-arbitrage) the existence of an equivalent martingale measure Q. The Radon-Nikodym derivative dQ/dP encodes the "risk-neutralisation" that turns real-world drift into the risk-free rate.
Girsanov's theorem. The specific formula for dQ/dP when changing the drift of a Brownian motion — a Doléans-Dade exponential. Radon-Nikodym is the existence statement; Girsanov is the constructive formula.
Importance sampling in Monte Carlo. To price a deep OTM option, sample paths under Q with higher probability in the interesting region, then re-weight by dQ/dP to keep the answer unbiased. Variance reduction; classical variance-reduction trick.
Esscher transforms. In actuarial and insurance pricing, the Esscher transform dQ/dP∝eθX provides a tractable family of pricing measures for jump processes and Lévy models.
Density conversions. Going from a cumulative-distribution statement to a density statement, or from one parameterisation of a distribution to another, is always a Radon-Nikodym computation in disguise.
The theorem sits at an abstract level but its consequences are bread-and-butter. Every time you write "EQ[⋅]=EP[Z⋅]", you are invoking Radon-Nikodym.
The informal idea
Two probability measures P and Q on a measurable space (Ω,F) can have very different probabilities assigned to each event. But if Q is absolutely continuous with respect to P (written Q≪P) — meaning every P-null event is also a Q-null event — then Q can be encoded by a densityZ:Ω→[0,∞) relative to P:
Q(A)=∫AZdP=EP[Z⋅1A]∀A∈F.
The function Z is the density of Q relative to P. It's the same mental model as a continuous density fX relative to Lebesgue measure — but generalised to arbitrary measures.
Why absolute continuity? If some P-null set A has Q(A)>0, then no density Z relative to P can produce that mass: ∫AZdP=0 because P(A)=0. So absolute continuity is the exact condition needed for Z to exist.
Formal statement
Radon-Nikodym Theorem
Let (Ω,F) be a measurable space and let μ,ν be σ-finite measures on F with ν≪μ (i.e. μ(A)=0⇒ν(A)=0). Then there exists a measurable function f:Ω→[0,∞), called the Radon-Nikodym derivative of ν with respect to μ, such that:
ν(A)=∫Afdμ∀A∈F.
The function f is unique up to μ-null sets. We write f=dν/dμ.
In the probabilistic setting
If P,Q are probability measures on (Ω,F) with Q≪P, then there exists a non-negative random variableZ with EP[Z]=1 such that:
Q(A)=EP[Z⋅1A]∀A∈F.
Equivalently, for any random variable X≥0 (or X∈L1(Q)):
EQ[X]=EP[Z⋅X].
Z is denoted dQ/dP.
Equivalence of measures. If additionally P≪Q, we say P and Q are equivalent (write P∼Q). In this case Z>0 a.s. and dP/dQ=1/Z.
Standard properties
Property 1 — Chain rule
If R≪Q≪P, then:
dPdR=dQdR⋅dPdQP-a.s.
So densities compose by multiplication — the natural calculus rule.
Property 2 — Inverse
If Q∼P (equivalence), then Z=dQ/dP is strictly positive P-a.s. and:
dQdP=Z1Q-a.s.
Property 3 — Conditional expectation under change of measure (Bayes' formula)
If Q≪P with density Z, and G⊂F is a sub-σ-algebra, then for any X∈L1(Q):
EQ[X∣G]=EP[Z∣G]EP[Z⋅X∣G]Q-a.s.
This Bayes formula for conditional expectations is the workhorse of change-of-measure pricing. It converts Q-conditional expectations into P-conditional expectations weighted by Z.
Proof sketch
The proof is not elementary but the idea is constructive. Define:
f:=sup{g:g≥0 measurable,∫Agdμ≤ν(A)∀A}.
Show that the supremum is attained (MCT on an increasing sequence achieving the supremum). Show that ∫Afdμ=ν(A) — if equality failed for some A (strict inequality), one could find a "larger" candidate, contradicting supremum maximality. σ-finiteness ensures this construction doesn't break due to infinite measure issues.
The full proof uses the Hahn decomposition of signed measures or the Jordan decomposition. See any graduate text (Folland, Royden, Billingsley).
Canonical examples
Example 1 — Densities on R
If X has density fX with respect to Lebesgue measure on R, then the law of X, μX(B):=P(X∈B), is absolutely continuous w.r.t. Lebesgue measure, and the density is fX:
d(Lebesgue)dμX=fX.
This is the only Radon-Nikodym derivative most students have seen, disguised as "density."
Example 2 — Exponential tilting (Esscher transform)
Let X∼N(0,1) under P. Define Q by:
dPdQ=Z:=exp(θX−21θ2).
Note EP[Z]=e−θ2/2⋅EP[eθX]=e−θ2/2⋅eθ2/2=1. ✓ (Q is a probability measure.)
Compute the distribution of X under Q:
Q(X≤x)=EP[Z⋅1X≤x]=∫−∞xeθt−θ2/2⋅2π1e−t2/2dt.
The integrand is 2π1exp(−(t−θ)2/2) — density of N(θ,1). So under Q, X∼N(θ,1).
Interpretation. Multiplying the P-density by eθX−θ2/2 shifts the mean from 0 to θ without changing the variance. This is the discrete-time Girsanov theorem for a single normal random variable: change of drift for gaussian variables is an explicit exponential tilt.
Example 3 — Change of measure in a one-period binomial model
A stock goes up to uS0 with probability p or down to dS0 with probability 1−p under P. The risk-free rate over one period is r. The risk-neutral probability is q:=(er−d)/(u−d).
The Radon-Nikodym derivative converts the real-world probability p (which reflects drift and risk preferences) to the risk-neutral probability q (which reflects no-arbitrage pricing).
Example 4 — Girsanov sketch
If (Wt) is a P-Brownian motion and θ is a (sufficiently regular) process, define:
Under suitable integrability (Novikov's condition), Zt is a P-martingale with EP[Zt]=1, so Qt defined by dQt/dP=Zt is a probability measure. The Girsanov theorem says that under Qt, the process W~t:=Wt+∫0tθsds is a Brownian motion.
This is the machinery that enables changing from the real-world measure to the risk-neutral measure in continuous-time models. Full treatment in the Girsanov's Theorem lesson (if authored).
Common pitfalls
"dQ/dP is a single number." No — it's a random variable (or function on Ω). The density varies depending on the ω.
"Radon-Nikodym requires P and Q to have densities." No — the theorem constructs the density. The requirement is absolute continuity of one with respect to the other.
"If P and Q are different, one must be absolutely continuous w.r.t. the other." False. Counter-example: take P supported on {0,1} and Q supported on {2,3}. Each is singular w.r.t. the other; no Radon-Nikodym derivative exists in either direction. (Lebesgue's decomposition theorem handles the general case: any Q can be written as Q=Qac+Qsing where Qac≪P and Qsing⊥P.)
"EQ[Z]=1."EP[Z]=1, not under Q. Under Q, EQ[Z]=EP[Z2] — which can differ from 1.
"Girsanov is the same as Radon-Nikodym." Girsanov is a specific instance of Radon-Nikodym: it provides the explicit formula for dQ/dP when changing the drift of a Brownian motion. Radon-Nikodym is the general abstract existence theorem.
Where this goes next
Girsanov's Theorem: The continuous-time change-of-drift formula, the single most important instance of Radon-Nikodym in quant finance.
Martingale Measures: Risk-neutral pricing relies on Radon-Nikodym's guarantee of existence of an equivalent martingale measure under no-arbitrage.
Conditional Expectation: Bayes' formula for conditional expectations under change of measure uses Radon-Nikodym explicitly.
Importance Sampling: Monte Carlo variance-reduction via Radon-Nikodym tilts (a specific application of the change-of-measure idea).