Theorems · Theorem · measure theory
MeasureTheory.integral_integral_swap_of_hasCompactSupport
∀ {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {X : Type u_5} {Y : Type u_6}
[inst_2 : TopologicalSpace X] [inst_3 : TopologicalSpace Y] [inst_4 : MeasurableSpace X] [inst_5 : MeasurableSpace Y]
[OpensMeasurableSpace X] [OpensMeasurableSpace Y] {f : X → Y → E},
Continuous (Function.uncurry f) →
HasCompactSupport (Function.uncurry f) →
∀ {μ : MeasureTheory.Measure X} {ν : MeasureTheory.Measure Y} [MeasureTheory.IsFiniteMeasureOnCompacts μ]
[MeasureTheory.IsFiniteMeasureOnCompacts ν],
∫ (x : X), ∫ (y : Y), f x y ∂ν ∂μ = ∫ (y : Y), ∫ (x : X), f x y ∂μ ∂νA version of Fubini theorem for continuous functions with compact support: one may swap the order of integration with respect to locally finite measures. One does not assume that the measures are σ-finite, contrary to the usual Fubini theorem.
- 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.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- 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
- Top.topproof · cited by 9,680
- Set.imageproof · cited by 5,609
- Norm.normproof · cited by 5,413
- Factproof · cited by 2,726
Cited by2
Results whose statement or proof uses this declaration.