- Home
- Introduction
- Linear Programming
- Norm
- Inner Product
- Minima and Maxima
- Convex Set
- Affine Set
- Convex Hull
- Caratheodory Theorem
- Weierstrass Theorem
- Closest Point Theorem
- Fundamental Separation Theorem
- Convex Cones
- Polar Cone
- Conic Combination
- Polyhedral Set
- Extreme point of a convex set
- Direction
- Convex & Concave Function
- Jensen's Inequality
- Differentiable Convex Function
- Sufficient & Necessary Conditions for Global Optima
- Quasiconvex & Quasiconcave functions
- Differentiable Quasiconvex Function
- Strictly Quasiconvex Function
- Strongly Quasiconvex Function
- Pseudoconvex Function
- Convex Programming Problem
- Fritz-John Conditions
- Karush-Kuhn-Tucker Optimality Necessary Conditions
- Algorithms for Convex Problems
Convex Optimization - Cones
A non empty set C in Rn is said to be cone with vertex 0 if x∈C⇒λx∈C∀λ≥0.
A set C is a convex cone if it convex as well as cone.
For example, y=|x| is not a convex cone because it is not convex.
But, y≥|x| is a convex cone because it is convex as well as cone.
Note − A cone C is convex if and only if for any x,y∈C,x+y∈C.
Proof
Since C is cone, for x,y∈C⇒λx∈C and μy∈C∀λ,μ≥0
C is convex if λx+(1−λ)y∈C∀λ∈(0,1)
Since C is cone, λx∈C and (1−λ)y∈C⇔x,y∈C
Thus C is convex if x+y∈C
In general, if x1,x2∈C, then, λ1x1+λ2x2∈C,∀λ1,λ2≥0
Examples
The conic combination of infinite set of vectors in Rn is a convex cone.
Any empty set is a convex cone.
Any linear function is a convex cone.
Since a hyperplane is linear, it is also a convex cone.
Closed half spaces are also convex cones.
Note − The intersection of two convex cones is a convex cone but their union may or may not be a convex cone.