Theorems · Theorem · measure theory
MeasureTheory.OuterMeasure.IsMetric.finset_iUnion_of_pairwise_separated
∀ {ι : Type u_1} {X : Type u_2} [inst : EMetricSpace X] {μ : MeasureTheory.OuterMeasure X},
μ.IsMetric →
∀ {I : Finset ι} {s : ι → Set X},
(∀ i ∈ I, ∀ j ∈ I, i ≠ j → Metric.AreSeparated (s i) (s j)) → μ (⋃ i ∈ I, s i) = ∑ i ∈ I, μ (s i)A metric outer measure is additive on a finite set of pairwise metric separated sets.
- Defined in
- Mathlib.MeasureTheory.Measure.Hausdorff
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- EMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- ENNRealstatement and proof · cited by 9,879
- Finset.sumstatement and proof · cited by 5,195
- Set.iUnionstatement and proof · cited by 2,483
- Set.iUnion_congr_Propproof · cited by 374
- MeasureTheory.OuterMeasurestatement and proof · cited by 287
- EMetricSpacestatement and proof · cited by 242
- Finset.sum_insertproof · cited by 196
- MeasureTheory.measure_emptyproof · cited by 169
- Finset.induction_onproof · cited by 167
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.OuterMeasure.IsMetric.borel_le_caratheodoryproof · cited by 1