Theorems · Theorem · measure theory
VitaliFamily.covering
∀ {X : Type u_1} [inst : PseudoMetricSpace X] {m : MeasurableSpace X} {μ : MeasureTheory.Measure X}
(self : VitaliFamily μ) (s : Set X) (f : X → Set (Set X)),
(∀ x ∈ s, f x ⊆ self.setsAt x) →
(∀ x ∈ s, ∀ ε > 0, ∃ t ∈ f x, t ⊆ Metric.closedBall x ε) →
∃ t, (∀ p ∈ t, p.1 ∈ s) ∧ (t.PairwiseDisjoint fun p => p.2) ∧ (∀ p ∈ t, p.2 ∈ f p.1) ∧ μ (s \ ⋃ p ∈ t, p.2) = 0Consider a (possibly non-measurable) set s,
and for any x in s a subfamily f x of setsAt x
containing sets of arbitrarily small diameter.
Then one can extract a disjoint subfamily covering almost all s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Set.iUnionstatement · cited by 2,483
- PseudoMetricSpacestatement and proof · cited by 1,550
- Metric.closedBallstatement · cited by 704
- Set.PairwiseDisjointstatement · cited by 275
- VitaliFamilystatement and proof · cited by 68
- VitaliFamily.setsAtstatement · cited by 22
Cited by1
Results whose statement or proof uses this declaration.
- VitaliFamily.FineSubfamilyOn.exists_disjoint_covering_aeproof · cited by 5