Theorems · Theorem · probability
MeasureTheory.Measure.compProd_assoc
∀ {α : Type u_1} {β : Type u_2} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {μ : MeasureTheory.Measure α}
{κ : ProbabilityTheory.Kernel α β} {γ : Type u_3} {mγ : MeasurableSpace γ} {η : ProbabilityTheory.Kernel (α × β) γ},
MeasureTheory.Measure.map (⇑MeasurableEquiv.prodAssoc.symm) (μ.compProd (κ.compProd η)) = (μ.compProd κ).compProd ηMeasure.compProd is associative. We have to insert MeasurableEquiv.prodAssoc
because the products of types α × β × γ and (α × β) × γ are different.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 230 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setproof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Set.preimageproof · cited by 4,946
- MeasurableSetproof · cited by 3,075
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.lintegralproof · cited by 1,152
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- MeasureTheory.SFiniteproof · cited by 449
- MeasureTheory.Measure.extproof · cited by 308
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.HasCondDistrib.of_compProdproof · cited by 0