Theorems · Theorem · measure theory
MeasureTheory.rnDeriv_map
∀ {𝓧 : Type u_1} {𝓨 : Type u_2} {m𝓧 : MeasurableSpace 𝓧} {m𝓨 : MeasurableSpace 𝓨} {μ ν : MeasureTheory.Measure 𝓧}
[MeasureTheory.IsFiniteMeasure μ],
μ.AbsolutelyContinuous ν →
∀ {g : 𝓧 → 𝓨},
Measurable g →
∀ [hσ : MeasureTheory.SigmaFinite (MeasureTheory.Measure.map g ν)],
(fun a => (MeasureTheory.Measure.map g μ).rnDeriv (MeasureTheory.Measure.map g ν) (g a)) =ᵐ[ν]
ν⁻[μ.rnDeriv ν | MeasurableSpace.comap g m𝓨]The Radon-Nikodym derivative ∂(μ.map g)/∂(ν.map g) of the pushforward of measures by
a function g : 𝓧 → 𝓨 evaluated at g x is a.e.-equal to the conditional expectation of ∂μ/∂ν
with respect to the comap by g of the sigma-algebra on 𝓨.
See rnDeriv_map_ae_eq_trim for the same statement, but with a.e. equality with respect to
the trimmed measure ν.trim hg.comap_le.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 300 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realproof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topproof · cited by 9,680
- Set.univproof · cited by 3,945
- Filter.Eventuallyproof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Measurablestatement and proof · cited by 1,499
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.rnDeriv_map_ae_eq_trimproof · cited by 0