Theorems · Theorem · measure theory
MeasureTheory.hasSum_integral_iUnion
∀ {X : Type u_1} {E : Type u_3} {mX : MeasurableSpace X} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
{f : X → E} {μ : MeasureTheory.Measure X} {ι : Type u_5} [Countable ι] {s : ι → Set X},
(∀ (i : ι), MeasurableSet (s i)) →
Pairwise (Function.onFun Disjoint s) →
MeasureTheory.IntegrableOn f (⋃ i, s i) μ →
HasSum (fun n => ∫ (x : X) in s n, f x ∂μ) (∫ (x : X) in ⋃ n, s n, f x ∂μ)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 256 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.
- Setstatement and proof · cited by 53,352
- 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
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionstatement and proof · cited by 2,483
- Disjointstatement and proof · cited by 2,201
- SummationFilter.unconditionalstatement · cited by 2,068
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.Measure.restrictstatement · cited by 1,646
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_iUnionproof · cited by 4
- MeasureTheory.Integrable.hasSum_intervalIntegralproof · cited by 1