Documentation

Mathlib.MeasureTheory.Covering.OneDim

Covering theorems for Lebesgue measure in one dimension #

We have a general theory of covering theorems for doubling measures, developed notably in DensityTheorem.lean. In this file, we expand the API for this theory in one dimension, by showing that intervals belong to the relevant Vitali family.

theorem Real.Icc_mem_vitaliFamily_at_right {x : } {y : } (hxy : x < y) :
Set.Icc x y (IsUnifLocDoublingMeasure.vitaliFamily MeasureTheory.volume 1).setsAt x
theorem Real.Icc_mem_vitaliFamily_at_left {x : } {y : } (hxy : x < y) :
Set.Icc x y (IsUnifLocDoublingMeasure.vitaliFamily MeasureTheory.volume 1).setsAt y