Theorems · Theorem · measure theory
MeasureTheory.Measure.eventually_nonempty_inter_smul_of_density_one
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : MeasurableSpace E] [BorelSpace E]
[FiniteDimensional ℝ E] (μ : MeasureTheory.Measure E) [μ.IsAddHaarMeasure] (s : Set E) (x : E),
Filter.Tendsto (fun r => μ (s ∩ Metric.closedBall x r) / μ (Metric.closedBall x r)) (nhdsWithin 0 (Set.Ioi 0))
(nhds 1) →
∀ (t : Set E), MeasurableSet t → μ t ≠ 0 → ∀ᶠ (r : ℝ) in nhdsWithin 0 (Set.Ioi 0), (s ∩ ({x} + r • t)).NonemptyConsider a point x at which a set s has density one, with respect to closed balls (i.e.,
a Lebesgue density point of s). Then s intersects the rescaled copies {x} + r • t of a given
set t with positive measure, for any small enough r.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 264 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topproof · cited by 9,680
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement · cited by 3,134
Cited by1
Results whose statement or proof uses this declaration.
- ApproximatesLinearOn.norm_fderiv_sub_leproof · cited by 3