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)- 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.
- PMFstatement and proof · cited by 127
- PMF.pureproof · cited by 22
- PMF.mapstatement · cited by 16
- PMF.bindstatement · cited by 16
- PMF.bind_bindproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.