Theorems · Theorem · measure theory
MeasureTheory.lintegral_lintegral_swap
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] ⦃f : α → β → ENNReal⦄,
AEMeasurable (Function.uncurry f) (μ.prod ν) →
∫⁻ (x : α), ∫⁻ (y : β), f x y ∂ν ∂μ = ∫⁻ (y : β), ∫⁻ (x : α), f x y ∂μ ∂νChange the order of Lebesgue integration.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 226 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- AEMeasurablestatement and proof · cited by 840
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- MeasureTheory.lintegral_prod_symmproof · cited by 6
- MeasureTheory.lintegral_lintegralproof · cited by 3
Cited by9
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.map_prod_swapproof · cited by 2
- ProbabilityTheory.avgRisk_const_left'proof · cited by 1
- MeasureTheory.lconvolution_assoc₀proof · cited by 1
- MeasureTheory.mconv_withDensity_eq_mlconvolution₀proof · cited by 1
- MeasureTheory.mlconvolution_assoc₀proof · cited by 1
- MeasureTheory.conv_withDensity_eq_mlconvolution₀proof · cited by 1
- ProbabilityTheory.bayesRisk_of_subsingleton'proof · cited by 1
- ProbabilityTheory.Kernel.comap_prod_swapproof · cited by 0