Theorems · Theorem · measure theory
MeasureTheory.Measure.prod_apply_symm
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] {s : Set (α × β)},
MeasurableSet s → (μ.prod ν) s = ∫⁻ (y : β), μ ((fun x => (x, y)) ⁻¹' s) ∂ν- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 223 from the axioms · uses propext, Classical.choice, Quot.sound
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 and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.preimagestatement and proof · cited by 4,946
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement · cited by 353
- MeasureTheory.Measure.map_applyproof · cited by 139
- measurable_swapproof · cited by 42
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.quasiMeasurePreserving_invproof · cited by 7
- MeasureTheory.quasiMeasurePreserving_negproof · cited by 7
- MeasureTheory.FiniteMeasure.prod_apply_symmproof · cited by 0
- MeasureTheory.ProbabilityMeasure.prod_apply_symmproof · cited by 0
- ProbabilityTheory.Kernel.const_prod_compproof · cited by 0