Theorems · Theorem · measure theory
MeasureTheory.extend_union
∀ {α : Type u_1} {P : Set α → Prop} {m : (s : Set α) → P s → ENNReal} (P0 : P ∅),
m ∅ P0 = 0 →
∀ (PU : ∀ ⦃f : ℕ → Set α⦄, (∀ (i : ℕ), P (f i)) → P (⋃ i, f i)),
(∀ ⦃f : ℕ → Set α⦄ (hm : ∀ (i : ℕ), P (f i)),
Pairwise (Function.onFun Disjoint f) → m (⋃ i, f i) ⋯ = ∑' (i : ℕ), m (f i) ⋯) →
∀ {s₁ s₂ : Set α},
Disjoint s₁ s₂ →
P s₁ → P s₂ → MeasureTheory.extend m (s₁ ∪ s₂) = MeasureTheory.extend m s₁ + MeasureTheory.extend m s₂- Cited by
- 1 results in Mathlib
- Foundations
- Depth 130 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- ENNRealstatement and proof · cited by 9,879
- Set.iUnionstatement and proof · cited by 2,483
- Disjointstatement and proof · cited by 2,201
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement and proof · cited by 1,148
- Function.onFunstatement and proof · cited by 570
- Pairwisestatement and proof · cited by 516
- Finset.sum_singletonproof · cited by 251
- Finset.sum_insertproof · cited by 196
- tsum_fintypeproof · cited by 38
- Set.union_eq_iUnionproof · cited by 28
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.extend_monoproof · cited by 2