Documentation

Books.ConvexAnalysis_Rockafellar_1970.Chapters.Chap04.section17_part2

theorem exists_nonnegLinearCombination_of_sum_smul_mem_ray_ne_zero_terms {n : } {T : Set (Fin n)} (d : Fin Fin n) (b : Fin ) (hd : ∀ (j : Fin ), d j ray n T) (hb : ∀ (j : Fin ), 0 b j) :
r, ∃ (y : Fin rFin n) (c : Fin r), (∀ (i : Fin r), y i T) (∀ (i : Fin r), 0 c i) j : Fin , b j d j = i : Fin r, c i y i

A nonnegative linear combination of ray elements comes from a nonnegative combination in T.

theorem pad_nonnegLinearCombination_to_fixed_length {n r m : } {T : Set (Fin n)} (hT : T.Nonempty) {x : Fin n} (y : Fin rFin n) (c : Fin r) (hy : ∀ (i : Fin r), y i T) (hc : ∀ (i : Fin r), 0 c i) (hx : x = i : Fin r, c i y i) (hr : r m - 1) :
∃ (y' : Fin (m - 1)Fin n) (c' : Fin (m - 1)), (∀ (j : Fin (m - 1)), y' j T) (∀ (j : Fin (m - 1)), 0 c' j) x = j : Fin (m - 1), c' j y' j

Pad a nonnegative linear combination to a fixed length using zero coefficients.

Proposition 17.0.11 (Cone as a mixed convex hull), LaTeX label prop:cone-as-mixed.

Let T ⊆ ℝⁿ. The convex cone generated by T can be viewed as the mixed convex hull with point-set {0} and direction-set T.

Moreover, a mixed convex combination of m elements of this mixed set is necessarily a combination of 0 and m-1 directions; hence it can be written as a nonnegative linear combination of m-1 vectors in T.

theorem isMixedConvexCombination_singleton_zero_imp_exists_nonnegLinearCombination {n m : } (T : Set (Fin n)) (x : Fin n) (hT : T.Nonempty) :
IsMixedConvexCombination n m {0} T x∃ (y : Fin (m - 1)Fin n) (c : Fin (m - 1)), (∀ (j : Fin (m - 1)), y j T) (∀ (j : Fin (m - 1)), 0 c j) x = j : Fin (m - 1), c j y j

Proposition 17.0.11 (Cone as a mixed convex hull), LaTeX label prop:cone-as-mixed, part 2: when the point-set is {0}, a mixed convex combination reduces to a nonnegative linear combination of vectors from T.

def mixedAffineHull {n : } (S₀ S₁ : Set (Fin n)) :
Set (Fin n)

Definition 17.0.12 (Affine hull of a mixed set), LaTeX label def:affine-hull. Let S = S₀ ∪ S₁ be a mixed set consisting of points S₀ ⊆ ℝⁿ and directions S₁ ⊆ ℝⁿ. Define aff S := aff (conv S); in other words, the affine hull of a mixed set is the affine hull of its (mixed) convex hull, i.e. the smallest affine set containing all points of S and receding in all directions of S.

If S contains directions only (i.e. S₀ = ∅), then conv S = aff S = ∅.

Equations
Instances For
    theorem mixedConvexHull_empty_points {n : } (S₁ : Set (Fin n)) :

    Definition 17.0.12 (Affine hull of a mixed set), direction-only case: if there are no points, then the mixed convex hull is empty.

    The affine span of the empty set is empty.

    theorem mixedAffineHull_empty_points {n : } (S₁ : Set (Fin n)) :

    Definition 17.0.12 (Affine hull of a mixed set), direction-only case: if there are no points, then the mixed affine hull is empty.

    def IsMixedAffinelyIndependent {n : } (S₀ S₁ : Finset (Fin n)) :

    Definition 17.0.13 (Affine independence for mixed sets), LaTeX label def:aff-indep.

    Let S contain m total elements (points and directions). We say that S is affinely independent if dim(aff S) = m - 1, where aff S is the affine hull of the mixed set (Definition 17.0.12).

    For nonempty S, this means S contains at least one point and the lifted vectors (1, x₁), …, (1, xₖ), (0, xₖ₊₁), …, (0, xₘ) are linearly independent in ℝ^{n+1}, where x₁, …, xₖ are the points in S and xₖ₊₁, …, xₘ represent the distinct directions in S.

    Equations
    Instances For