Theorems · Theorem
PMF.toOuterMeasure_bindOnSupport_apply
∀ {α : Type u_1} {β : Type u_2} {p : PMF α} (f : (a : α) → a ∈ p.support → PMF β) (s : Set β),
(p.bindOnSupport f).toOuterMeasure s = ∑' (a : α), p a * if h : p a = 0 then 0 else (f a h).toOuterMeasure s- Cited by
- 1 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.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- ENNRealstatement · cited by 9,879
- MulZeroClass.mul_zeroproof · cited by 2,091
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement and proof · cited by 1,148
- MeasureTheory.OuterMeasurestatement · cited by 287
- mul_iteproof · cited by 159
- PMFstatement and proof · cited by 127
- tsum_congrproof · cited by 64
- tsum_zeroproof · cited by 63
- PMF.supportstatement and proof · cited by 58
Cited by1
Results whose statement or proof uses this declaration.
- PMF.toMeasure_bindOnSupport_applyproof · cited by 0