theorem
convexJoin_eq_add_of_cones
{n : ℕ}
(K1 K2 : ConvexCone ℝ (Fin n → ℝ))
(h0K1 : 0 ∈ K1)
(h0K2 : 0 ∈ K2)
:
For convex cones containing 0, the convex join equals the Minkowski sum.
theorem
convexCone_add_eq_convexHull_union_and_inverseAddition_eq_inter
{n : ℕ}
(K1 K2 : ConvexCone ℝ (Fin n → ℝ))
(h0K1 : 0 ∈ K1)
(h0K2 : 0 ∈ K2)
:
Theorem 3.8: If K1 and K2 are convex cones containing the origin, then
K1 + K2 = conv(K1 ∪ K2) and K1 # K2 = K1 ∩ K2.