Theorems · Theorem
PMF.bindOnSupport_bindOnSupport
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} (p : PMF α) (f : (a : α) → a ∈ p.support → PMF β)
(g : (b : β) → b ∈ (p.bindOnSupport f).support → PMF γ),
(p.bindOnSupport f).bindOnSupport g = p.bindOnSupport fun a ha => (f a ha).bindOnSupport fun b hb => g b ⋯- Cited by
- 0 results in Mathlib
- Foundations
- Depth 144 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- ENNRealproof · cited by 9,879
- MulZeroClass.mul_zeroproof · cited by 2,091
- SummationFilter.unconditionalproof · cited by 2,068
- Nat.cast_zeroproof · cited by 1,870
- MulZeroClass.zero_mulproof · cited by 1,625
- tsumproof · cited by 1,148
- PMFstatement and proof · cited by 127
- tsum_congrproof · cited by 64
- PMF.supportstatement and proof · cited by 58
- ENNReal.tsum_mul_leftproof · cited by 21
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.