Theorems · Theorem · general topology
Convexity.dist_convexCombPair_convexCombPair
∀ {X : Type u_2} [inst : Convexity.ConvexSpace ℝ X] [inst_1 : MetricSpace X] [Convexity.IsConvexDist X] {s t s' t' : ℝ}
(hs : 0 ≤ s) (ht : 0 ≤ t) (h : s + t = 1) (hs' : 0 ≤ s') (ht' : 0 ≤ t') (h' : s' + t' = 1) (x y : X),
dist (Convexity.convexCombPair s t hs ht h x y) (Convexity.convexCombPair s' t' hs' ht' h' x y) = |s - s'| * dist x ydist(sx + (1-s)y, s'x + (1-s')y) = |s - s'| dist(x, y).
See dist_convexCombPair_convexCombPair_le
for the version where the weights are fixed and the points change.
- Defined in
- Mathlib.Analysis.Convex.MetricSpace
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites64
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
- Semiringproof · cited by 13,802
- PartialOrderproof · cited by 6,410
- Equiv.symmproof · cited by 3,681
- Finset.univproof · cited by 3,473
- add_zeroproof · cited by 2,707
- IsStrictOrderedRingproof · cited by 2,490
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
Cited by1
Results whose statement or proof uses this declaration.
- Convexity.continuous_convexCombPairproof · cited by 2