Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.compProd_assoc

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
  {mγ : MeasurableSpace γ} {δ : Type u_4} {mδ : MeasurableSpace δ} {κ : ProbabilityTheory.Kernel α β}
  {η : ProbabilityTheory.Kernel (α × β) γ} {ξ : ProbabilityTheory.Kernel (α × β × γ) δ},
  (κ.compProd (η.compProd (ξ.comap ⇑MeasurableEquiv.prodAssoc ⋯))).map ⇑MeasurableEquiv.prodAssoc.symm =
    (κ.compProd η).compProd ξ

Kernel.compProd is associative. We have to insert MeasurableEquiv.prodAssoc in two places because the products of types α × β × γ and (α × β) × γ are different.

Defined in
Mathlib.Probability.Kernel.Composition.CompProd
Cited by
0 results in Mathlib
Foundations
Depth 229 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites37

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.