Theorems · Theorem · measure theory
Besicovitch.ae_tendsto_measure_inter_div
- 1000+ list: Lebesgue's density theorem
∀ {β : Type u} [inst : MetricSpace β] [inst_1 : MeasurableSpace β] [BorelSpace β] [SecondCountableTopology β]
[HasBesicovitchCovering β] (μ : MeasureTheory.Measure β) [MeasureTheory.IsLocallyFiniteMeasure μ] (s : Set β),
∀ᵐ (x : β) ∂μ.restrict s,
Filter.Tendsto (fun r => μ (s ∩ Metric.closedBall x r) / μ (Metric.closedBall x r)) (nhdsWithin 0 (Set.Ioi 0))
(nhds 1)Given an arbitrary set s, then μ (s ∩ closedBall x r) / μ (closedBall x r) converges
to 1 when r tends to 0, for almost every x in s.
This shows that almost every point of s is a Lebesgue density point for s.
A stronger version holds for measurable sets, see ae_tendsto_measure_inter_div_of_measurableSet.
See also IsUnifLocDoublingMeasure.ae_tendsto_measure_inter_div.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 219 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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 · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement · cited by 3,134
- MeasureTheory.aestatement · cited by 2,352
- nhdsWithinstatement · cited by 1,912
- MetricSpacestatement and proof · cited by 1,684
Cited by1
Results whose statement or proof uses this declaration.
- ApproximatesLinearOn.norm_fderiv_sub_leproof · cited by 3