theorem
exists_strict_mixedConvexCombination_of_mem_mixedConvexHull
{n : ℕ}
{S₀ S₁ : Set (Fin n → ℝ)}
{x : Fin n → ℝ}
(hx : x ∈ mixedConvexHull S₀ S₁)
:
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 k → Fin n → ℝ)
(d : Fin m → Fin 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.
Relative interior in Fin n → ℝ, transported via EuclideanSpace.equiv.
Equations
- euclideanRelativeInterior_fin n C = ⇑(EuclideanSpace.equiv (Fin n) ℝ) '' euclideanRelativeInterior n (⇑(EuclideanSpace.equiv (Fin n) ℝ).symm '' C)
Instances For
theorem
mem_euclideanRelativeInterior_fin_iff
{n : ℕ}
{C : Set (Fin n → ℝ)}
{x : Fin n → ℝ}
:
x ∈ euclideanRelativeInterior_fin n C ↔ (EuclideanSpace.equiv (Fin n) ℝ).symm x ∈ euclideanRelativeInterior n (⇑(EuclideanSpace.equiv (Fin n) ℝ).symm '' C)
theorem
convexConeHull_image_equiv_fin
{n : ℕ}
(S : Set (Fin n → ℝ))
:
↑(ConvexCone.hull ℝ (⇑(EuclideanSpace.equiv (Fin n) ℝ).symm '' S)) = ⇑(EuclideanSpace.equiv (Fin n) ℝ).symm '' ↑(ConvexCone.hull ℝ S)
Convex cone hull commutes with the EuclideanSpace equivalence.
theorem
euclideanRelativeInterior_fin_add_eq_and_closure_add_superset
{n : ℕ}
{C1 C2 : Set (Fin n → ℝ)}
(hC1 : Convex ℝ C1)
(hC2 : Convex ℝ C2)
:
euclideanRelativeInterior_fin n (C1 + C2) = euclideanRelativeInterior_fin n C1 + euclideanRelativeInterior_fin n C2
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.