Theorems · Theorem · measure theory
MeasureTheory.FinMeasAdditive.map_iUnion_fin_meas_set_eq_sum
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {β : Type u_7} [inst : AddCommMonoid β]
(T : Set α → β),
T ∅ = 0 →
MeasureTheory.FinMeasAdditive μ T →
∀ {ι : Type u_8} (S : ι → Set α) (sι : Finset ι),
(∀ (i : ι), MeasurableSet (S i)) →
(∀ i ∈ sι, μ (S i) ≠ ⊤) →
(∀ i ∈ sι, ∀ j ∈ sι, i ≠ j → Disjoint (S i) (S j)) → T (⋃ i ∈ sι, S i) = ∑ i ∈ sι, T (S i)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommMonoidstatement and proof · cited by 12,281
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- SetLike.coeproof · 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
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.SimpleFunc.map_setToSimpleFuncproof · cited by 6