Text 3.1.5: For sets C1, C2 ⊆ ℝ^n, the Minkowski sum satisfies
C1 + C2 = ⋃ x1 ∈ C1, (x1 + C2), where x1 + C2 = {x1 + x2 | x2 ∈ C2} is the
translate of C2 by the vector x1.
Text 3.1.6: For sets C1, C2, C3 in ℝ^n and real numbers λ1, λ2, λ, the
Minkowski sum is commutative and associative, scalar multiplication is
associative, and scalar multiplication distributes over sums:
C1 + C2 = C2 + C1, (C1 + C2) + C3 = C1 + (C2 + C3),
λ1(λ2 C) = (λ1 λ2) C, and λ(C1 + C2) = λ C1 + λ C2.
Theorem 3.3: If {C_i | i ∈ I} is a collection of nonempty convex sets in ℝ^n
and C is the convex hull of their union, then C is the union of all finite
convex combinations ∑ i, λ_i C_i, where the coefficients are nonnegative,
only finitely many are nonzero, and they sum to 1.
Corollary 3.4.1: The orthogonal projection of a convex set C on a subspace L
is another convex set.
Text 3.4.2: Let A ∈ ℝ^{m×n}. Define the nonnegative orthants
K = {u ∈ ℝ^m | u ≥ 0} and C = {x ∈ ℝ^n | x ≥ 0} and for a ∈ ℝ^m set
D = K + a = {u + a | u ∈ K} = {y ∈ ℝ^m | y ≥ a}. Then the preimage
A⁻¹ D equals {x ∈ ℝ^n | A x ≥ a} and the image A C equals
{y ∈ ℝ^m | ∃ x ∈ ℝ^n_+, A x = y}.
Text 3.5.3: For sets C, D ⊆ ℝ^n, the following are equivalent:
(1) (Unique decomposition) Every x ∈ C + D can be written in a unique way as
x = y + z with (y, z) ∈ C × D.
(2) (Intersection criterion) (C - C) ∩ (D - D) = {0}.
Theorem 3.6: Let C1 and C2 be convex sets in ℝ^{m+p}. Let C be the
set of vectors x = (y, z) with y ∈ ℝ^m and z ∈ ℝ^p such that there exist
z1 and z2 with (y, z1) ∈ C1, (y, z2) ∈ C2, and z1 + z2 = z. Then C
is a convex set in ℝ^{m+p}.
Text 3.6.1: Define the inverse addition C1 # C2 by
⋃₀ {S | ∃ λ1 λ2, 0 ≤ λ1, 0 ≤ λ2, λ1 + λ2 = 1, S = (λ1 • C1) ∩ (λ2 • C2)},
equivalently as ⋃₀ { (1 - λ) • C1 ∩ λ • C2 | 0 ≤ λ ∧ λ ≤ 1 }.
Equations
Instances For
Equations
- «term_#_» = Lean.ParserDescr.trailingNode `«term_#_» 70 0 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol " # ") (Lean.ParserDescr.cat `term 0))
Instances For
Text 3.6.2: Let C1 and C2 be convex sets in ℝ^{m+p}. Let C be the set
of vectors x = (y, z) with y ∈ ℝ^m and z ∈ ℝ^p such that there exist
y1 and y2 with (y1, z) ∈ C1, (y2, z) ∈ C2, and y1 + y2 = y. Then C
is a convex set in ℝ^{m+p}.
Text 3.6.5: Let C1 and C2 be convex sets in ℝ^{m+p}. Let C be the set
of vectors x = (y, z) with y ∈ ℝ^m and z ∈ ℝ^p such that (y, z) ∈ C1 and
(y, z) ∈ C2. Then C is a convex set in ℝ^{m+p}.
Unfolding the cone sum at λ = 1 yields a decomposition into C1 and C2.
Text 3.6.6: For convex sets C1 and C2 in ℝ^n, define
K1 = { (λ, x) | 0 ≤ λ ∧ x ∈ λ • C1 }, K2 = { (λ, x) | 0 ≤ λ ∧ x ∈ λ • C2 },
and K = { (λ, x) | ∃ x1 x2, x = x1 + x2 ∧ (λ, x1) ∈ K1 ∧ (λ, x2) ∈ K2 }.
Then (1, x) ∈ K iff x ∈ C1 + C2.