A doubling measure is a measure on a metric space with the condition that doubling the radius of a ball only increases the volume by a constant factor, independent of the ball.
Instances
Version of measure_ball_le_same
without ceiling function.
A metric space with a measure and a doubling condition.
This is called a "doubling metric measure space" in the blueprint.
A
will usually be 2 ^ a
.
This class is not Mathlib-ready code, and results moved to Mathlib should be reformulated using a (locally) doubling measure and more minimal other classes.
Note (F): we currently assume that the space is proper, which we should probably add to the
blueprint.
Remark: IsUnifLocDoublingMeasure
which is a weaker notion in Mathlib.
- MeasurableSet' : Set X → Prop
- measurableSet_iUnion (f : ℕ → Set X) : (∀ (i : ℕ), MeasureTheory.MeasureSpace.toMeasurableSpace.MeasurableSet' (f i)) → MeasureTheory.MeasureSpace.toMeasurableSpace.MeasurableSet' (⋃ (i : ℕ), f i)
- measure_ball_two_le_same (x : X) (r : ℝ) : volume (Metric.ball x (2 * r)) ≤ ↑A * volume (Metric.ball x r)
Instances
Monotonicity of doubling measure metric spaces in A
.