Mathlib Map

Theorems · Theorem

PMF.support_bind

∀ {α : Type u_1} {β : Type u_2} (p : PMF α) (f : α → PMF β), (p.bind f).support = ⋃ a ∈ p.support, (f a).support
Defined in
Mathlib.Probability.ProbabilityMassFunction.Monad
Cited by
3 results in Mathlib
Foundations
Depth 142 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites8

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

Cited by3

Results whose statement or proof uses this declaration.