Mathlib theorem · Existing formal mathematics

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.

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.

Assuming the recorded Lebesgue decomposition, absolute continuity is equivalent to exact reconstruction by the Radon–Nikodym density. Explanatory diagram.
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

Statement map for Radon–Nikodym TheoremUnder the required Lebesgue decomposition, μ is absolutely continuous with respect to ν exactly when weighting ν by rnDeriv μ ν reconstructs μ. The pinned upstream declaration is MeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eq. The exact checked statement is theorem MeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eq {α : Type*} {m : MeasurableSpace α} {μ ν : Measure α} [HaveLebesgueDecomposition μ ν] : μ ≪ ν ↔ ν.withDensity (rnDeriv μ ν) = μ.Mathematical readingUnder the requiredLebesgue decomposition,μ is absolutelycontinuous with respectto ν exactly whenweighting ν by rnDeriv μν reconstructs μ.Pinned declarationmathlib ·MeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eqExact checked formtheoremMeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eq{α : Type*} {m :MeasurableSpace α} {μ ν: Measure α}[HaveLebesgueDecompositionμ ν] : μ ≪ ν ↔ν.withDensity (rnDeriv μν) = μStatement map for Radon–Nikodym TheoremUnder the required Lebesgue decomposition, μ is absolutely continuous with respect to ν exactly when weighting ν by rnDeriv μ ν reconstructs μ. The pinned upstream declaration is MeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eq. The exact checked statement is theorem MeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eq {α : Type*} {m : MeasurableSpace α} {μ ν : Measure α} [HaveLebesgueDecomposition μ ν] : μ ≪ ν ↔ ν.withDensity (rnDeriv μ ν) = μ.Mathematical readingUnder the requiredLebesgue decomposition,μ is absolutelycontinuous with respectto ν exactly whenweighting ν by rnDeriv μν reconstructs μ.Pinned declarationmathlib ·MeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eqExact checked formtheoremMeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eq{α : Type*} {m :MeasurableSpace α} {μ ν: Measure α}[HaveLebesgueDecompositionμ ν] : μ ≪ ν ↔ν.withDensity (rnDeriv μν) = μ

This map summarizes the statement's structure; the exact Mathlib declaration remains authoritative.

When no singular mass remains, the Radon–Nikodym density over ν reconstructs all of μ. Explanatory 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

Upstream indexedPinned source bytes verified locally
Locally reproducedExact upstream declaration replayed
Reviewed pageCurrent public presentation reviewed
Accepted Atlas resultNot recorded for the preferred artifact

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.

Source and local evidence

Where the theorem comes from

Existing declaration
MeasureTheory.Measure.absolutelyContinuous_iff_withDensity_rnDeriv_eq in mathlib
Relationship
The checked artifact is the upstream declaration itself
Local Lean evidence
artifact.library.mathlib.radon-nikodym-theorem.v001
Source
Open the pinned upstream reference