Theorems · Theorem · measure theory
MeasureTheory.preVariation.iUnion
∀ {X : Type u_1} [inst : MeasurableSpace X] {f : Set X → ENNReal},
MeasureTheory.IsSigmaSubadditiveSetFun f →
f ∅ = 0 →
∀ (s : ℕ → Set X),
(∀ (i : ℕ), MeasurableSet (s i)) →
Pairwise (Function.onFun Disjoint s) →
HasSum (fun i => MeasureTheory.preVariationFun f (s i)) (MeasureTheory.preVariationFun f (⋃ i, s i))Additivity of preVariationFun for disjoint measurable sets.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 132 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
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
- TopologicalSpaceproof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommMonoidproof · cited by 12,281
- ENNRealstatement and proof · cited by 9,879
- Finset.sumproof · cited by 5,195
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionstatement and proof · cited by 2,483
- iSupproof · cited by 2,415
- Disjointstatement and proof · cited by 2,201
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- le_antisymmproof · cited by 2,068
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.ennrealPreVariationproof · cited by 10