Topological and metric properties of convex sets in normed spaces #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
We prove the following facts:
convex_on_norm
,convex_on_dist
: norm and distance to a fixed point is convex on any convex set;convex_on_univ_norm
,convex_on_univ_dist
: norm and distance to a fixed point is convex on the whole space;convex_hull_ediam
,convex_hull_diam
: convex hull of a set has the same (e)metric diameter as the original set;bounded_convex_hull
: convex hull of a set is bounded if and only if the original set is bounded.bounded_std_simplex
,is_closed_std_simplex
,compact_std_simplex
: topological properties of the standard simplex.
The norm on a real normed space is convex on any convex set. See also seminorm.convex_on
and convex_on_univ_norm
.
The norm on a real normed space is convex on the whole space. See also seminorm.convex_on
and convex_on_norm
.
Given 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
.
Given a point x
in the convex hull of s
and a point y
in the convex hull of t
,
there exist points x' ∈ s
and y' ∈ t
at distance at least dist x y
.
Emetric diameter of the convex hull of a set s
equals the emetric diameter of `s.
Diameter of the convex hull of a set s
equals the emetric diameter of `s.
Convex hull of s
is bounded if and only if s
is bounded.
The set of vectors in the same ray as x
is connected.
The set of nonzero vectors in the same ray as the nonzero vector x
is connected.