Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.map_comp_right

∀ {α : Type u_1} {β : Type u_2} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {γ : Type u_4} {δ : Type u_5}
  {mγ : MeasurableSpace γ} {mδ : MeasurableSpace δ} (κ : ProbabilityTheory.Kernel α β) {f : β → γ},
  Measurable f → ∀ {g : γ → δ}, Measurable g → κ.map (g ∘ f) = (κ.map f).map g
Defined in
Mathlib.Probability.Kernel.Composition.MapComap
Cited by
10 results in Mathlib
Foundations
Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites11

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

Cited by10

Results whose statement or proof uses this declaration.