Theorems · Inductive type · general topology
Convexity.IsConvexDist
(X : Type u_2) → [inst₁ : Convexity.ConvexSpace ℝ X] → [inst₂ : MetricSpace X] → Prop
A convex metric space is a real convex space with a compatible metric structure.
Concretely, we ask for dist(∑ tᵢ xᵢ, ∑ tᵢ yᵢ) ≤ ∑ tᵢ dist(xᵢ, yᵢ),
which is what one would expect from the triangle inequality.
In particular, convex subsets of normed affine spaces are convex metric spaces.
Note that there is a separate notion of
[convex metric spaces](https://en.wikipedia.org/wiki/Convex_metric_space) in the literature
that has little to do with this definition.
- Defined in
- Mathlib.Analysis.Convex.MetricSpace
- Cited by
- 18 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- MetricSpacestatement · cited by 1,684
- Convexity.ConvexSpacestatement · cited by 176
Cited by21
Results whose statement or proof uses this declaration.
- Convexity.dist_iConvexComb_lestatement and proof · cited by 5
- Convexity.dist_convexCombPair_leftstatement and proof · cited by 4
- Convexity.dist_convexCombPair_convexCombPair_lestatement and proof · cited by 2
- Convexity.dist_convexCombPair_rightstatement and proof · cited by 2
- Convexity.continuous_convexCombPairstatement and proof · cited by 2
- Convexity.dist_convexCombPair_convexCombPairstatement and proof · cited by 1
- Convexity.dist_iConvexComb_left_lestatement and proof · cited by 1
- Convexity.dist_iConvexComb_right_lestatement and proof · cited by 1
- Convexity.dist_sConvexComb_left_lestatement and proof · cited by 1
- Convexity.continuous_convexCombPair'statement and proof · cited by 1
- Convexity.continuous_convexCombPair_of_isBoundedstatement and proof · cited by 1
- Convexity.IsConvexDist.dist_iConvexComb_fst_snd_lestatement and proof · cited by 1