Theorems · Theorem · measure theory
MeasureTheory.integral_fn_integral_sub
∀ {α : 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 μ] {E' : Type u_4} [inst_6 : NormedAddCommGroup E']
[inst_7 : NormedSpace ℝ E'] ⦃f g : α × β → E⦄ (F : E → E'),
MeasureTheory.Integrable f (μ.prod ν) →
MeasureTheory.Integrable g (μ.prod ν) →
∫ (x : α), F (∫ (y : β), f (x, y) - g (x, y) ∂ν) ∂μ =
∫ (x : α), F (∫ (y : β), f (x, y) ∂ν - ∫ (y : β), g (x, y) ∂ν) ∂μIntegrals commute with subtraction inside another integral.
F can be any measurable function.
- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 261 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- 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_congr_aeproof · cited by 110
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_integral_subproof · cited by 1