Existing in Mathlib · Measure theory and analysis
Radon–Nikodym Theorem
When μ assigns zero mass wherever ν does, the Radon–Nikodym derivative acts as a nonnegative density that reweights ν to recover all of μ exactly—and the reconstruction equality also implies that absolute continuity.
- absolute continuity of measures
- Radon–Nikodym derivative
- measure density
- Lebesgue decomposition
- ENNReal-valued functions
Exact theorem
Exact Mathlib statement
theorem MeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eq {α : Type*} {m : MeasurableSpace α} {μ ν : Measure α} [HaveLebesgueDecomposition μ ν] : μ ≪ ν ↔ ν.withDensity (rnDeriv μ ν) = μThe theorem at a glance
Radon–Nikodym Theorem at a glance
A visual guide to the theorem's hypotheses, structure, and conclusion; the exact statement gives the formal detail.
Radon–Nikodym Theorem at a glance

Detailed visual description
The poster presents the assumption HaveLebesgueDecomposition μ ν, then aligns a green ν base, a variable gold density layer, and a blue μ field. The central row states μ ≪ ν if and only if ν.withDensity (rnDeriv μ ν) = μ. A muted red singular fragment dissolves before a footer limits the result to positive measures and excludes signed- and vector-measure claims.
Statement structure
From hypotheses to conclusion
This map summarizes the statement's structure; the exact Mathlib declaration remains authoritative.
Radon–Nikodym Theorem — scientific diagram

Detailed visual description
This page indexes Mathlib's positive-measure Radon–Nikodym theorem. For measures μ and ν on one measurable space, it assumes HaveLebesgueDecomposition μ ν and states the exact equivalence μ ≪ ν ↔ ν.withDensity (rnDeriv μ ν) = μ. The density is ENNReal-valued. The selected declaration is not the signed-measure theorem, not a vector-measure theorem, and not an assumption-free existence claim for arbitrary measure pairs.
Why it matters
A mathematical landmark
The Radon–Nikodym theorem is the central representation principle for absolutely continuous measures. It turns a qualitative relation between null sets into an exact density formula and underlies foundational constructions throughout analysis and probability.
ProofAtlas record
What has been checked
Mathlib is the source of the theorem; the local Lean replay and page review are separate.
Claim boundary
No new theorem is claimed
This page indexes Mathlib's positive-measure Radon–Nikodym theorem. For measures μ and ν on one measurable space, it assumes HaveLebesgueDecomposition μ ν and states the exact equivalence μ ≪ ν ↔ ν.withDensity (rnDeriv μ ν) = μ. The density is ENNReal-valued. The selected declaration is not the signed-measure theorem, not a vector-measure theorem, and not an assumption-free existence claim for arbitrary measure pairs.
- Proof Atlas did not originate the Radon–Nikodym theorem or Mathlib's declaration.
- The selected declaration requires HaveLebesgueDecomposition μ ν and concerns positive measures with an ENNReal-valued density, not the signed- or vector-measure variants.
- The generated explanation and visuals are not proof evidence.
Source and local evidence
Where the theorem comes from
- Existing declaration
MeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eqin mathlib- Relationship
- The checked artifact is the upstream declaration itself
- Local Lean evidence
artifact.library.mathlib.radon-nikodym-theorem.v001