Theorems · Theorem · measure theory
MeasureTheory.Measure.bind_bind
∀ {α : Type u_1} {β : Type u_2} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {γ : Type u_3}
[inst : MeasurableSpace γ] {m : MeasureTheory.Measure α} {f : α → MeasureTheory.Measure β}
{g : β → MeasureTheory.Measure γ},
AEMeasurable f m → AEMeasurable g (m.bind f) → (m.bind f).bind g = m.bind fun a => (f a).bind g- Defined in
- Mathlib.MeasureTheory.Measure.GiryMonad
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 214 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.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- MeasurableSetproof · cited by 3,075
- MeasureTheory.lintegralproof · cited by 1,152
- AEMeasurablestatement and proof · cited by 840
- Filter.Eventually.monoproof · cited by 646
- MeasureTheory.Measure.extproof · cited by 308
- MeasureTheory.Measure.bindstatement and proof · cited by 173
- Measurable.comp_aemeasurableproof · cited by 99
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.comp_assocproof · cited by 17
- MeasureTheory.Measure.join_map_joinproof · cited by 0