logo

Definition of Cone and Convex Cone 📂Linear Algebra

Definition of Cone and Convex Cone

Definition 1

Cone

A cone is defined in a vector space VV as a subset CVC \subset V that satisfies the following for all scalars a>0a > 0 and xCx \in C: axC ax \in C

Flat Cone and Salient Cone

If cone VV satisfies vV-\mathbf{v} \in V for some non-zero vector vV\mathbf{v} \in V, it is called a flat cone. If not, it is called a salient cone.

Convex Cone

A cone CVC \subset V that satisfies the following for all scalars a,b>0a, b > 0 and x,yCx, y \in C is called a convex cone: ax+byC ax + by \in C

Pointed Cone and Blunt Cone

A convex cone that includes the zero vector 0\mathbf{0} is called a pointed cone. If not, it is called a blunt cone.

Explanation

According to the definition, all elements of a cone can be thought of as a collection of all vectors that can be scaled up or down from the zero vector 0\mathbf{0}, and the meaningful types of these vectors can be either finite or infinite without any abstract problem. For example, in Euclidean space, any half-line is a cone at R1\mathbb{R}^{1}, and the first quadrant is a cone at R2\mathbb{R}^{2}, which in fact is also a convex cone.

A cone being flat means, in simple terms, whether it has a subvector space with a dimension of at least 11. For instance, in R2\mathbb{R}^{2}, a line parallel to the xx-axis includes both a vector in the xx direction and the x-x direction, making it a flat cone, which aligns with the intuition of a line stretching flatly within a plane. A cone being salient means it protrudes like a geometric cone.

That a convex cone CC is salient is equivalent to CC={0}C \cap C = \left\{ \mathbf{0} \right\}.

Theorem

Partial Ordering of Convex Cones

In pointed and salient convex cones CC, a partial order C2\ge \subset C^{2} can be defined as follows: xy    xyCx,yC x \ge y \iff x - y \in C \qquad \forall x, y \in C

Proof

To prove, we need to show that the relation \ge is transitive, reflexive, and antisymmetric.

(Transitive) xyyz    xyCyzC    xz=(xy)+(yz)C    xz \begin{align*} & x \ge y \land y \ge z \\ \iff & x - y \in C \land y - z \in C \\ \implies & x - z = (x - y) + (y - z) \in C \\ \iff & x \ge z \end{align*}

(Reflexive) A cone CC being pointed means that the zero vector is included in CC. xx    xx=0C x \ge x \iff x - x = \mathbf{0} \in C

(Antisymmetric) A cone CC being salient means that CC does not include the additive inverse z-z of any vector zz. xyyx    xyCyxC \begin{align*} & x \ge y \land y \ge x \\ \iff & x - y \in C \land y - x \in C \end{align*} For a non-zero vector (xy)(x-y), (yx)(y-x) cannot be its inverse, therefore, x=yx = y must hold.

See Also

  • Convex Hull
  • Finite Cone: In Rn\mathbb{R}^{n}, it is a shape with a finite bound given for any non-α>0\alpha > 0.