Theorems · Theorem · measure theory
Vitali.exists_disjoint_subfamily_covering_enlargement_closedBall
∀ {α : Type u_1} {ι : Type u_2} [inst : PseudoMetricSpace α] (t : Set ι) (x : ι → α) (r : ι → ℝ) (R : ℝ),
(∀ a ∈ t, r a ≤ R) →
∀ (τ : ℝ),
3 < τ →
∃ u ⊆ t,
(u.PairwiseDisjoint fun a => Metric.closedBall (x a) (r a)) ∧
∀ a ∈ t, ∃ b ∈ u, Metric.closedBall (x a) (r a) ⊆ Metric.closedBall (x b) (τ * r b)Vitali covering theorem, closed balls version: given a family t of closed balls, one can
extract a disjoint subfamily u ⊆ t so that all balls in t are covered by the τ-times
dilations of balls in u, for some τ > 3.
- Defined in
- Mathlib.MeasureTheory.Covering.Vitali
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 118 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.
Cites24
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
- Realstatement and proof · cited by 25,697
- Set.ofPredproof · cited by 6,101
- LE.le.transproof · cited by 3,151
- Set.Nonemptyproof · cited by 2,627
- Nat.cast_oneproof · cited by 2,501
- Disjointproof · cited by 2,201
- Nat.cast_zeroproof · cited by 1,870
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.distproof · cited by 1,539
- Metric.closedBallstatement and proof · cited by 704
- le_of_not_gtproof · cited by 430
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.