Theorems · Theorem · general topology
Convexity.dist_iConvexComb_le
∀ {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)dist(∑ tᵢ xᵢ, ∑ tᵢ yᵢ) ≤ ∑ tᵢ dist(xᵢ, yᵢ)
- Defined in
- Mathlib.Analysis.Convex.MetricSpace
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- MetricSpacestatement and proof · cited by 1,684
- MulZeroClass.zero_mulproof · cited by 1,625
- Dist.diststatement and proof · cited by 1,539
- Finsupp.sumproof · cited by 481
- add_mulproof · cited by 363
- Convexity.ConvexSpacestatement and proof · cited by 176
- Convexity.StdSimplexstatement and proof · cited by 123
- Convexity.StdSimplex.weightsproof · cited by 63
- Convexity.iConvexCombstatement and proof · cited by 51
- Convexity.StdSimplex.mapproof · cited by 43
Cited by5
Results whose statement or proof uses this declaration.
- Convexity.dist_convexCombPair_convexCombPair_leproof · cited by 2
- Convexity.dist_convexCombPair_convexCombPairproof · cited by 1
- Convexity.dist_iConvexComb_left_leproof · cited by 1
- Convexity.dist_iConvexComb_right_leproof · cited by 1
- Convexity.dist_convexCombination_right_leproof · cited by 0