Theorems · Theorem · measure theory
MeasureTheory.integral_integral_swap
∀ {α : Type u_1} {β : Type u_2} {E : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
{μ : MeasureTheory.Measure α} {ν : MeasureTheory.Measure β} [inst_2 : NormedAddCommGroup E] [MeasureTheory.SFinite ν]
[inst_4 : NormedSpace ℝ E] [MeasureTheory.SFinite μ] ⦃f : α → β → E⦄,
MeasureTheory.Integrable (Function.uncurry f) (μ.prod ν) →
∫ (x : α), ∫ (y : β), f x y ∂ν ∂μ = ∫ (y : β), ∫ (x : α), f x y ∂μ ∂νChange the order of Bochner integration.
- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 266 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- MeasureTheory.integral_prod_symmproof · cited by 2
- MeasureTheory.integral_integralproof · cited by 1
Cited by6
Results whose statement or proof uses this declaration.
- MeasureTheory.intervalIntegral_integral_swapproof · cited by 2
- MeasureTheory.integral_integral_swap_of_hasCompactSupportproof · cited by 2
- VectorFourier.integral_fourierIntegral_swapproof · cited by 2
- Real.fourier_bilin_convolution_eq_integralproof · cited by 1
- MeasureTheory.convolution_assoc'proof · cited by 1
- MeasureTheory.integral_convolutionproof · cited by 1