Theorems · Theorem · measure theory
MeasureTheory.Measure.rnDeriv_withDensity_right_of_absolutelyContinuous
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : α → ENNReal} {ν : MeasureTheory.Measure α}
[μ.HaveLebesgueDecomposition ν] [MeasureTheory.SigmaFinite ν],
μ.AbsolutelyContinuous ν →
AEMeasurable f ν →
(∀ᵐ (x : α) ∂ν, f x ≠ 0) →
(∀ᵐ (x : α) ∂ν, f x ≠ ⊤) → μ.rnDeriv (ν.withDensity f) =ᵐ[ν] fun x => (f x)⁻¹ * μ.rnDeriv ν xAuxiliary lemma for rnDeriv_withDensity_right.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 215 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetproof · cited by 3,075
- one_mulproof · cited by 2,841
- zero_addproof · cited by 2,366
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.rnDeriv_withDensity_rightproof · cited by 1