Theorems · Theorem · measure theory
MeasureTheory.OuterMeasure.ofFunction_union_of_top_of_nonempty_inter
∀ {α : Type u_1} {m : Set α → ENNReal} {m_empty : m ∅ = 0} {s t : Set α},
(∀ (u : Set α), (s ∩ u).Nonempty → (t ∩ u).Nonempty → m u = ⊤) →
(MeasureTheory.OuterMeasure.ofFunction m m_empty) (s ∪ t) =
(MeasureTheory.OuterMeasure.ofFunction m m_empty) s + (MeasureTheory.OuterMeasure.ofFunction m m_empty) tIf m u = ∞ for any set u that has nonempty intersection both with s and t, then
μ (s ∪ t) = μ s + μ t, where μ = MeasureTheory.OuterMeasure.ofFunction m m_empty.
E.g., if α is an (e)metric space and m u = ∞ on any set of diameter ≥ r, then this lemma
implies that μ (s ∪ t) = μ s + μ t on any two sets such that r ≤ edist x y for all x ∈ s
and y ∈ t.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
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
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Set.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.rangeproof · cited by 4,705
- Set.Nonemptystatement and proof · cited by 2,627
- Set.iUnionproof · cited by 2,483
- Disjointproof · cited by 2,201
- SummationFilter.unconditionalproof · cited by 2,068
- le_antisymmproof · cited by 2,068
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.OuterMeasure.boundedBy_union_of_top_of_nonempty_interproof · cited by 1
- MeasureTheory.inducedOuterMeasure_union_of_false_of_nonempty_interproof · cited by 0