Theorems · Theorem · measure theory
AEMeasurable.prod_swap
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
[inst_2 : MeasurableSpace γ] {μ : MeasureTheory.Measure α} {ν : MeasureTheory.Measure β} [MeasureTheory.SFinite μ]
[MeasureTheory.SFinite ν] {f : β × α → γ}, AEMeasurable f (ν.prod μ) → AEMeasurable (fun z => f z.swap) (μ.prod ν)- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 3 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- AEMeasurablestatement and proof · cited by 840
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- measurable_swapproof · cited by 42
- MeasureTheory.Measure.prod_swapproof · cited by 14
- AEMeasurable.comp_measurableproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_prod_symmproof · cited by 6
- AEMeasurable.lintegral_prod_left'proof · cited by 1
- MeasureTheory.lintegral_lintegral_symmproof · cited by 0