Theorems · Theorem · probability
ProbabilityTheory.rnDeriv_compProd
∀ {α : Type u_1} {β : Type u_2} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {μ : MeasureTheory.Measure α}
{κ η : ProbabilityTheory.Kernel α β} [MeasureTheory.IsFiniteMeasure μ] [ProbabilityTheory.IsFiniteKernel κ]
[ProbabilityTheory.IsFiniteKernel η],
(μ.compProd κ).AbsolutelyContinuous (μ.compProd η) →
∀ (ν : MeasureTheory.Measure α) [MeasureTheory.IsFiniteMeasure ν],
(μ.compProd κ).rnDeriv (ν.compProd η) =ᵐ[ν.compProd η] fun p =>
μ.rnDeriv ν p.1 * (μ.compProd κ).rnDeriv (μ.compProd η) pThe Radon-Nikodym derivative ∂(μ ⊗ₘ κ)/∂(ν ⊗ₘ η) equals the product of ∂μ/∂ν and
∂(μ ⊗ₘ κ)/∂(μ ⊗ₘ η).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 233 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasureTheory.aestatement · cited by 2,352
- mul_commproof · cited by 2,262
- Filter.EventuallyEqstatement · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- Filter.EventuallyEq.symmproof · cited by 408
- MeasureTheory.Measure.AbsolutelyContinuousstatement and proof · cited by 325
Cited by2
Results whose statement or proof uses this declaration.
- InformationTheory.rnDeriv_compProd_mul_log_eq_mul_addproof · cited by 2
- ConvexOn.apply_rnDeriv_ae_le_integralproof · cited by 1