Documentation

Mathlib.Analysis.Convex.Strict.Extreme

Extreme points of (strictly convex) sets #

This file collects some results of extreme points of (strictly convex) sets.

Main results #

Corollaries of the above is that, in a nontrivial normed space, the extreme points of the closed ball is contained in the sphere (see extremePoints_closedBall_subset_sphere). And in a nontrivial strictly convex space, the extreme points of the closed ball is exactly the sphere (see StrictConvexSpace.extremePoints_closedBall_eq_sphere).

theorem StrictConvex.diff_interior_subset_extremePoints {𝕜 : Type u_1} {A : Type u_2} [Semiring 𝕜] [PartialOrder 𝕜] [AddCommMonoid A] [Module 𝕜 A] [TopologicalSpace A] {C : Set A} (hc : StrictConvex 𝕜 C) :

In a nontrivial normed space, the extreme points of the closed ball is contained in the sphere.

In a strictly convex space, the sphere is contained in the extreme points of the closed ball when the radius is nonzero. In a nontrivial space, they are equal, see extremePoints_closedBall_eq_sphere.