Theorems · Theorem · general topology
Convexity.dist_convexCombination_right_le
Deprecated since 2026-05-15Use Convexity.dist_iConvexComb_le instead.
∀ {X : Type u_2} [inst : Convexity.ConvexSpace ℝ X] [inst_1 : MetricSpace X] [Convexity.IsConvexDist X] {ι : Type u_3}
(f : Convexity.StdSimplex ℝ ι) (x y : ι → X),
dist (Convexity.iConvexComb f x) (Convexity.iConvexComb f y) ≤ Convexity.iConvexComb f fun i => dist (x i) (y i)Alias of Convexity.dist_iConvexComb_le.
dist(∑ tᵢ xᵢ, ∑ tᵢ yᵢ) ≤ ∑ tᵢ dist(xᵢ, yᵢ)
- Defined in
- Mathlib.Analysis.Convex.MetricSpace
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Dist.diststatement · cited by 1,539
- Convexity.ConvexSpacestatement · cited by 176
- Convexity.StdSimplexstatement · cited by 123
- Convexity.iConvexCombstatement · cited by 51
- Convexity.IsConvexDiststatement · cited by 18
- Convexity.dist_iConvexComb_leproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.