Documentation

Mathlib.Analysis.Normed.Affine.Convex

Simplices in normed affine spaces #

We prove the following facts:

theorem Wbtw.dist_add_dist {E : Type u_1} {P : Type u_2} [SeminormedAddCommGroup E] [NormedSpace ℝ E] [PseudoMetricSpace P] [NormedAddTorsor E P] {x y z : P} (h : Wbtw ℝ x y z) :
dist x y + dist y z = dist x z
theorem dist_add_dist_of_mem_segment {E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace ℝ E] {x y z : E} (h : y ∈ segment ℝ x z) :
dist x y + dist y z = dist x z

We can intercalate a simplex between a point and one of its neighborhoods.

theorem Convex.exists_subset_interior_convexHull_finset_of_isCompact {E : Type u_1} [NormedAddCommGroup E] [NormedSpace ℝ E] [FiniteDimensional ℝ E] {s t : Set E} (hs₁ : Convex ℝ s) (hs₂ : IsCompact s) (ht : t ∈ nhdsSet s) :
∃ (u : Finset E), s ⊆ interior ((convexHull ℝ) ↑u) ∧ (convexHull ℝ) ↑u ⊆ t

We can intercalate a convex polytope between a compact convex set and one of its neighborhoods.