Mathlib Map

Theorems · Theorem · probability

PMF.map_bind

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} (p : PMF α) (q : α → PMF β) (f : β → γ),
  PMF.map f (p.bind q) = p.bind fun a => PMF.map f (q a)
Defined in
Mathlib.Probability.ProbabilityMassFunction.Constructions
Cited by
0 results in Mathlib
Foundations
Depth 143 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites5

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.