Theorems · Theorem · measure theory
MeasureTheory.lintegral_prod_swap
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] (f : α × β → ENNReal),
∫⁻ (z : β × α), f z.swap ∂ν.prod μ = ∫⁻ (z : α × β), f z ∂μ.prod ν- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 224 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- ENNRealstatement and proof · cited by 9,879
- MeasureTheory.lintegralstatement · cited by 1,152
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement · cited by 353
- MeasurableEquiv.measurableEmbeddingproof · cited by 60
- MeasureTheory.Measure.measurePreserving_swapproof · cited by 16
- MeasurableEquiv.prodCommproof · cited by 8
- MeasureTheory.MeasurePreserving.lintegral_comp_embproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_prod_symmproof · cited by 6
- MeasureTheory.setLIntegral_prod_symmproof · cited by 1