Mathlib Map

Theorems · Inductive type · measure theory

IsUnifLocDoublingMeasure

{α : Type u_1} → [PseudoMetricSpace α] → [inst : MeasurableSpace α] → MeasureTheory.Measure α → Prop

A measure μ is said to be a uniformly locally doubling measure if there exists a constant C such that for all sufficiently small radii ε, and for any centre, the measure of a ball of radius 2 * ε is bounded by C times the measure of the concentric ball of radius ε. Note: it is important that this definition makes a demand only for sufficiently small ε. For example we want hyperbolic space to carry the instance IsUnifLocDoublingMeasure volume but volumes grow exponentially in hyperbolic space. To be really explicit, consider the hyperbolic plane of curvature -1, the area of a disc of radius ε is A(ε) = 2π(cosh(ε) - 1) so A(2ε)/A(ε) ~ exp(ε).

Defined in
Mathlib.MeasureTheory.Measure.Doubling
Cited by
26 results in Mathlib
Foundations
Depth 2 from the axioms · uses no axioms
Assumes
PseudoMetricSpaceMeasurableSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

IsUnifLocDoublingMeasure.vitaliFamily · cited by 13IsUnifLocDoublingMeasure.…IsUnifLocDoublingMeasure.scalingConstantOf · cited by 9IsUnifLocDoublingMeasure.…IsUnifLocDoublingMeasure.scalingScaleOf · cited by 5IsUnifLocDoublingMeasure.…IsUnifLocDoublingMeasure.closedBall_mem_vitaliFamily_of_dist_le_mul · cited by 3IsUnifLocDoublingMeasure.…IsUnifLocDoublingMeasure.doublingConstant · cited by 3IsUnifLocDoublingMeasure.…IsUnifLocDoublingMeasure.exists_eventually_forall_measure_closedBall_le_mul · cited by 3IsUnifLocDoublingMeasure.…IsUnifLocDoublingMeasure.tendsto_closedBall_filterAt · cited by 3IsUnifLocDoublingMeasure.…blimsup_cthickening_mul_ae_eq · cited by 2blimsup_cthickening_mul_a…IsUnifLocDoublingMeasure.ae_tendsto_measure_inter_div · cited by 2IsUnifLocDoublingMeasure.…IsUnifLocDoublingMeasure.eventually_measure_mul_le_scalingConstantOf_mul · cited by 2IsUnifLocDoublingMeasure.…blimsup_cthickening_ae_eq_blimsup_thickening · cited by 1blimsup_cthickening_ae_eq…blimsup_cthickening_ae_le_of_eventually_mul_le · cited by 1blimsup_cthickening_ae_le…blimsup_cthickening_ae_le_of_eventually_mul_le_aux · cited by 1blimsup_cthickening_ae_le…blimsup_thickening_mul_ae_eq · cited by 1blimsup_thickening_mul_ae…blimsup_thickening_mul_ae_eq_aux · cited by 1blimsup_thickening_mul_ae…MeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasurePseudoMetricSpace · cited by 1550PseudoMetricSpaceIsUnifLocDoublingMeasureCITED BYCITES

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by32

Results whose statement or proof uses this declaration.