Theorems · Theorem
PMF.toMeasure_bind_apply
∀ {α : Type u_1} {β : Type u_2} (p : PMF α) (f : α → PMF β) (s : Set β) [inst : MeasurableSpace β],
MeasurableSet s → (p.bind f).toMeasure s = ∑' (a : α), p a * (f a).toMeasure sThe measure of a set under p.bind f is the sum over a : α
of the probability of a under p times the measure of the set under f a.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasurableSetstatement and proof · cited by 3,075
- SummationFilter.unconditionalstatement · cited by 2,068
- tsumstatement · cited by 1,148
- PMFstatement and proof · cited by 127
- tsum_congrproof · cited by 64
- PMF.toMeasurestatement · cited by 34
- PMF.bindstatement and proof · cited by 16
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.