Theorems · Theorem · measure theory
MeasureTheory.Measure.prod_sum_right
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {ι' : Type u_4} [Countable ι']
(m : MeasureTheory.Measure α) (m' : ι' → MeasureTheory.Measure β) [∀ (n : ι'), MeasureTheory.SFinite (m' n)],
m.prod (MeasureTheory.Measure.sum m') = MeasureTheory.Measure.sum fun p => m.prod (m' p)- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 216 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Set.preimageproof · cited by 4,946
- MeasurableSetproof · cited by 3,075
- SummationFilter.unconditionalproof · cited by 2,068
- MeasureTheory.lintegralproof · cited by 1,152
- tsumproof · cited by 1,148
- Countablestatement and proof · cited by 633
- MeasureTheory.SFinitestatement and proof · cited by 449
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.prod_sumproof · cited by 6
- MeasureTheory.Measure.dirac_prodproof · cited by 3
- ProbabilityTheory.Kernel.parallelComp_sum_rightproof · cited by 1