Theorems · Theorem · functional analysis
convexHull_exists_dist_ge
∀ {E : Type u_1} [inst : SeminormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {s : Set E} {x : E},
x ∈ (convexHull ℝ) s → ∀ (y : E), ∃ x' ∈ s, dist x y ≤ dist x' yGiven a point x in the convex hull of s and a point y, there exists a point
of s at distance at least dist x y from y.
- Defined in
- Mathlib.Analysis.Normed.Module.Convex
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedSpacestatement and proof · cited by 12,499
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Dist.diststatement · cited by 1,539
- ClosureOperatorstatement · cited by 371
- convexHullstatement and proof · cited by 163
- subset_convexHullproof · cited by 36
- convex_convexHullproof · cited by 25
- ConvexOn.exists_ge_of_mem_convexHullproof · cited by 5
- convexOn_distproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- convexHull_exists_dist_ge2proof · cited by 1