Topological and metric properties of convex sets
We prove the following facts:
convex.interior
: interior of a convex set is convex;convex.closure
: closure of a convex set is convex;set.finite.compact_convex_hull
: convex hull of a finite set is compact;set.finite.is_closed_convex_hull
: convex hull of a finite set is closed;convex_on_dist
: distance to a fixed point is convex on any convex set;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;
Standard simplex
Every vector in std_simplex ι
has max
-norm at most 1
.
std_simplex ι
is bounded.
std_simplex ι
is closed.
std_simplex ι
is compact.
Topological vector space
In a topological vector space, the interior of a convex set is convex.
In a topological vector space, the closure of a convex set is convex.
Convex hull of a finite set is compact.
Convex hull of a finite set is closed.
Normed vector space
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.