Corollary 17.1.6. Let f : ℝⁿ → (-∞, +∞] be any function (modeled here as
f : (Fin n → ℝ) → EReal together with the side condition ∀ x, f x ≠ ⊥). Let k be the
positively homogeneous convex function generated by f (equivalently, generated by conv f,
modeled here as convexHullFunction f).
Then, for each vector x ≠ 0,
k x = inf { ∑ i, λ i * f (xᵢ i) | ∑ i, λ i • xᵢ i = x },
where the infimum is taken over all expressions of x as a nonnegative linear combination of
at most n+1 vectors (allowing zero coefficients to pad the representation).
Convex hull of affinely independent vertices is a generalized simplex.
For any x ∈ C, there are d+1 affinely independent points of C with x as the first vertex,
where d is the finrank of the direction of affineSpan ℝ C.
Theorem 17.1 (Caratheodory's Theorem), union-of-simplices formulation. With
C := mixedConvexHull S₀ S₁ and d := dim C (here d := finrank (affineSpan ℝ C).direction),
the set C is the union of all generalized d-dimensional simplices contained in C.
The x-axis union the point (0,1) is closed in Fin 2 → ℝ.
The explicit convex-combination sequence lies in the convex hull.
The explicit sequence converges to (1,1).
The limit point (1,1) is not in the convex hull of the x-axis union (0,1).
Crollary 17.1.7 (Convex hull of a closed set need not be closed), LaTeX label
cor:conv-closed-not-closed.
In general, the convex hull of a closed subset of ℝⁿ need not be closed.
In particular, if S ⊆ ℝ² is the union of a line and a single point not on that line, then
conv(S) is not closed.
The convex hull of the x-axis union (0,1) is not closed.
An affine equivalence sending an affine line to the x-axis and a point off the line to (0,1).
Crollary 17.1.7 (Convex hull of a closed set need not be closed), particular case: if S is
the union of an affine line in ℝ² and a point not on that line, then conv(S) is not closed.
Convex weights are exactly points in the standard simplex.
Theorem 17.2. If S is a bounded set of points in ℝⁿ, then
closure (conv S) = conv (closure S). In particular, if S is closed and bounded, then
conv S is closed and bounded.
Theorem 17.2 (in particular). If S is closed and bounded, then conv S is closed and
bounded.
Compactness of a closed bounded subset of ℝⁿ.
Properness of convexHullFunction from a global lower bound on f over S.
The convex hull of the graph is compact in ℝ^{n+1}.
The Minkowski sum of the vertical ray and the convex hull of the graph is closed.
The epigraph of the convex hull function is K + convexHull(graph).
Closedness of the epigraph of the convex hull function for fExt.
Corollary 17.2.1. Let S be a nonempty closed bounded set in ℝⁿ. Let f be a continuous
real-valued function on S, and extend it by f(x) = +∞ for x ∉ S. Then conv f (here:
convexHullFunction applied to the extension) is a closed proper convex function.
Definition 17.2.2 (A convex function defined as a supremum), LaTeX label def:h.
Let S ⊆ ℝⁿ and let f : S → (ℝ ∪ {+∞}) (modeled here as f : S → EReal). Define
h : ℝⁿ → (ℝ ∪ {+∞}) by
h z = sup { ⟪z, x⟫ - f x | x ∈ S }.
In Fin n → ℝ, the inner product ⟪z, x⟫ is expressed as ∑ i, z i * x i.