Theorems · Theorem
PMF.bindOnSupport_apply
∀ {α : Type u_1} {β : Type u_2} {p : PMF α} (f : (a : α) → a ∈ p.support → PMF β) (b : β),
(p.bindOnSupport f) b = ∑' (a : α), p a * if h : p a = 0 then 0 else (f a h) b- Cited by
- 1 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.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- ENNRealstatement · cited by 9,879
- SummationFilter.unconditionalstatement · cited by 2,068
- tsumstatement · cited by 1,148
- PMFstatement and proof · cited by 127
- PMF.supportstatement and proof · cited by 58
- PMF.bindOnSupportstatement · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- PMF.bindOnSupport_eq_bindproof · cited by 1