Documentation

Books.ConvexAnalysis_Rockafellar_1970.Chapters.Chap04.section18_part4

theorem exists_strict_mixedConvexCombination_of_mem_mixedConvexHull {n : } {S₀ S₁ : Set (Fin n)} {x : Fin n} (hx : x mixedConvexHull S₀ S₁) :
∃ (k : ) (m : ) (p : Fin kFin n) (d : Fin mFin n) (a : Fin k) (b : Fin m), (∀ (i : Fin k), p i S₀) (∀ (j : Fin m), d j S₁) (∀ (i : Fin k), 0 < a i) (∀ (j : Fin m), 0 < b j) i : Fin k, a i = 1 x = i : Fin k, a i p i + j : Fin m, b j d j

Extract a strict mixed convex combination from membership in a mixed convex hull.

theorem mem_mixedConvexHull_range_of_exists_coeffs {n k m : } (p : Fin kFin n) (d : Fin mFin n) {y : Fin n} (a : Fin k) (b : Fin m) (ha : ∀ (i : Fin k), 0 a i) (hb : ∀ (j : Fin m), 0 b j) (hsum : i : Fin k, a i = 1) (hy : y = i : Fin k, a i p i + j : Fin m, b j d j) :

A mixed convex combination over fixed finite families lies in their mixed convex hull.

def euclideanRelativeInterior_fin (n : ) (C : Set (Fin n)) :
Set (Fin n)

Relative interior in Fin n → ℝ, transported via EuclideanSpace.equiv.

Equations
Instances For
    theorem mem_euclideanRelativeInterior_convexHull_of_strict_combination {n k : } (p : Fin kFin n) (a : Fin k) (ha : ∀ (i : Fin k), 0 < a i) (hsum : i : Fin k, a i = 1) :

    A strict convex combination of finitely many points lies in the relative interior.

    theorem euclideanEquiv_symm_image_add {n : } (C1 C2 : Set (Fin n)) :

    Image of a Minkowski sum under the EuclideanSpace equivalence.

    Convex cone hull commutes with the EuclideanSpace equivalence.

    theorem euclideanRelativeInterior_fin_convexConeGenerated_eq_smul {n : } {C : Set (Fin n)} (hCconv : Convex C) (hCne : C.Nonempty) :
    euclideanRelativeInterior_fin n (ConvexCone.hull C) = {v : Fin n | ∃ (r : ), 0 < r xeuclideanRelativeInterior_fin n C, v = r x}

    Relative interior of a convex cone in Fin n → ℝ.

    Relative interior of a Minkowski sum in Fin n → ℝ.

    The convex cone hull of a convex hull equals the convex cone hull of the set.

    theorem mem_euclideanRelativeInterior_cone_of_strict_positive_combination {n m : } (d : Fin mFin n) (b : Fin m) (hb : ∀ (j : Fin m), 0 < b j) :
    j : Fin m, b j d j euclideanRelativeInterior_fin n (cone n (Set.range d))

    A strictly positive linear combination of directions lies in the relative interior of the cone.