Theorems · Theorem · general topology
Convexity.dist_convexCombPair_convexCombPair_le
∀ {X : Type u_2} [inst : Convexity.ConvexSpace ℝ X] [inst_1 : MetricSpace X] [Convexity.IsConvexDist X] {s t : ℝ}
(hs : 0 ≤ s) (ht : 0 ≤ t) (h : s + t = 1) (x y x' y' : X),
dist (Convexity.convexCombPair s t hs ht h x y) (Convexity.convexCombPair s t hs ht h x' y') ≤
s * dist x x' + t * dist y y'dist(sx + (1-s)y, sx' + (1-s)y') ≤ s dist(x, x') + (1-s) dist(y, y').
See dist_convexCombPair_convexCombPair
for the version where the points are fixed and the weights change.
- Defined in
- Mathlib.Analysis.Convex.MetricSpace
- Cited by
- 2 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.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- MetricSpacestatement and proof · cited by 1,684
- MulZeroClass.zero_mulproof · cited by 1,625
- Dist.diststatement and proof · cited by 1,539
- Finsupp.singleproof · cited by 943
- Matrix.vecConsproof · cited by 852
- Matrix.vecEmptyproof · cited by 832
- Finset.sum_singletonproof · cited by 251
Cited by2
Results whose statement or proof uses this declaration.
- Convexity.continuous_convexCombPairproof · cited by 2
- Convexity.continuous_convexCombPair_of_isBoundedproof · cited by 1