Theorems · Theorem · measure theory
MeasureTheory.intervalIntegral_integral_swap
∀ {α : Type u_1} {E : Type u_3} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace ℝ E] [MeasureTheory.SFinite μ] {a b : ℝ} {f : ℝ → α → E},
MeasureTheory.Integrable (Function.uncurry f) ((MeasureTheory.volume.restrict (Set.uIoc a b)).prod μ) →
∫ (x : ℝ) in a..b, ∫ (y : α), f x y ∂μ = ∫ (y : α), ∫ (x : ℝ) in a..b, f x y ∂μChange the order of integration, when one of the integrals is an interval integral.
- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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 and proof · cited by 1,779
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Set.Iocproof · cited by 971
- intervalIntegralstatement · cited by 546
- MeasureTheory.SFinitestatement and proof · cited by 449
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.intervalIntegral_intervalIntegral_swapproof · cited by 1
- MeasureTheory.integral_charFun_Iccproof · cited by 1