Theorems · Theorem · measure theory
Vitali.exists_disjoint_covering_ae
- 1000+ list: Vitali covering theorem
∀ {α : Type u_1} {ι : Type u_2} [inst : PseudoMetricSpace α] [inst_1 : MeasurableSpace α] [OpensMeasurableSpace α]
[SecondCountableTopology α] (μ : MeasureTheory.Measure α) [MeasureTheory.IsLocallyFiniteMeasure μ] (s : Set α)
(t : Set ι) (C : NNReal) (r : ι → ℝ) (c : ι → α) (B : ι → Set α),
(∀ a ∈ t, B a ⊆ Metric.closedBall (c a) (r a)) →
(∀ a ∈ t, μ (Metric.closedBall (c a) (3 * r a)) ≤ ↑C * μ (B a)) →
(∀ a ∈ t, (interior (B a)).Nonempty) →
(∀ a ∈ t, IsClosed (B a)) →
(∀ x ∈ s, ∀ ε > 0, ∃ a ∈ t, r a ≤ ε ∧ c a = x) →
∃ u ⊆ t, u.Countable ∧ u.PairwiseDisjoint B ∧ μ (s \ ⋃ a ∈ u, B a) = 0The measurable Vitali covering theorem.
Assume one is given a family t of closed sets with nonempty interior, such that each a ∈ t is
included in a ball B (x, r) and covers a definite proportion of the ball B (x, 3 r) for a given
measure μ (think of the situation where μ is a doubling measure and t is a family of balls).
Consider a (possibly non-measurable) set s at which the family is fine, i.e., every point of s
belongs to arbitrarily small elements of t. Then one can extract from t a disjoint subfamily
that covers almost all s.
For more flexibility, we give a statement with a parameterized family of sets.
- Defined in
- Mathlib.MeasureTheory.Covering.Vitali
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 188 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites122
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
- Realstatement and proof · cited by 25,697
- Finsetproof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topproof · cited by 9,680
- Set.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.imageproof · cited by 5,609
- nhdsproof · cited by 5,554
Cited by1
Results whose statement or proof uses this declaration.
- Vitali.exists_disjoint_covering_ae'proof · cited by 1