Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.comp_map

∀ {α : Type u_1} {β : Type u_2} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {γ : Type u_4} {δ : Type u_5}
  {mγ : MeasurableSpace γ} {mδ : MeasurableSpace δ} (κ : ProbabilityTheory.Kernel α β)
  (η : ProbabilityTheory.Kernel γ δ) {f : β → γ} (hf : Measurable f), η.comp (κ.map f) = (η.comap f hf).comp κ
Defined in
Mathlib.Probability.Kernel.Composition.CompMap
Cited by
1 results in Mathlib
Foundations
Depth 216 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites16

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

Cited by1

Results whose statement or proof uses this declaration.