Theorems · Theorem · measure theory
Besicovitch.exists_closedBall_covering_tsum_measure_le
∀ {α : Type u_1} [inst : MetricSpace α] [SecondCountableTopology α] [inst_2 : MeasurableSpace α]
[OpensMeasurableSpace α] [HasBesicovitchCovering α] (μ : MeasureTheory.Measure α) [MeasureTheory.SFinite μ]
[μ.OuterRegular] {ε : ENNReal},
ε ≠ 0 →
∀ (f : α → Set ℝ) (s : Set α),
(∀ x ∈ s, ∀ δ > 0, (f x ∩ Set.Ioo 0 δ).Nonempty) →
∃ t r,
t.Countable ∧
t ⊆ s ∧
(∀ x ∈ t, r x ∈ f x) ∧
s ⊆ ⋃ x ∈ t, Metric.closedBall x (r x) ∧ ∑' (x : ↑t), μ (Metric.closedBall (↑x) (r ↑x)) ≤ μ s + εIn a space with the Besicovitch property, any set s can be covered with balls whose measures
add up to at most μ s + ε, for any positive ε. This works even if one restricts the set of
allowed radii around a point x to a set f x which accumulates at 0.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites91
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
- TopologicalSpaceproof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommMonoidproof · cited by 12,281
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Equivproof · cited by 8,337
- Set.Elemstatement and proof · cited by 7,166
- Set.imageproof · cited by 5,609
- Set.preimageproof · cited by 4,946
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.addHaar_image_le_mul_of_det_ltproof · cited by 4