Structures · Analysis
Convexity.IsConvexDist
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
- Shape
- One type argument · adds dist_iConvexComb_fst_snd_le
Extends0
Extends nothing: this is a root of the hierarchy.
Extended by0
Nothing extends this class yet.
Concrete types that are instances2
- Subtype
- Set.Elem
How is a type an instance?
Loading the hierarchy index…
Assumed by20
- Convexity.dist_iConvexComb_le
- Convexity.dist_convexCombPair_left
- Convexity.continuous_convexCombPair
- Convexity.dist_convexCombPair_convexCombPair_le
- Convexity.dist_convexCombPair_right
- Convexity.dist_iConvexComb_right_le
- Convexity.IsConvexDist.dist_iConvexComb_fst_snd_le
- Convexity.dist_iConvexComb_left_le
- Convexity.continuous_convexCombPair_of_isBounded
- Convexity.dist_convexCombPair_convexCombPair
- Convexity.continuous_convexCombPair'
- Convexity.dist_sConvexComb_left_le
- Convexity.dist_sConvexComb_right_le
- Convexity.dist_right_convexCombPair
- Convexity.dist_left_convexCombPair
- Convexity.IsConvexDist.submodule
- Convexity.dist_convexCombination_right_le
- Convexity.continuous_convexComboPair'
- Convexity.IsConvexDist.subtype
- Convexity.continuous_convexComboPair
Ancestors0
No ancestors.