Theorems · Theorem · measure theory
MeasureTheory.integral_biUnion_finset
∀ {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} (t : Finset ι) {s : ι → Set X},
(∀ i ∈ t, MeasurableSet (s i)) →
(↑t).Pairwise (Function.onFun Disjoint s) →
(∀ i ∈ t, MeasureTheory.IntegrableOn f (s i) μ) →
∫ (x : X) in ⋃ i ∈ t, s i, f x ∂μ = ∑ i ∈ t, ∫ (x : X) in s i, f x ∂μ- Cited by
- 3 results in Mathlib
- Foundations
- Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- SetLike.coestatement and proof · cited by 8,199
- Finset.sumstatement and proof · cited by 5,195
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionstatement and proof · cited by 2,483
- Disjointstatement and proof · cited by 2,201
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.IntegrableOn.hasBoxIntegralproof · cited by 2
- IntervalIntegrable.absolutelyContinuousOnInterval_intervalIntegralproof · cited by 1
- MeasureTheory.integral_iUnion_fintypeproof · cited by 0