Condition for polyhedral cone to be pointed
Dependencies:
- Polyhedral set and polyhedral cone
- Basic feasible solutions
- Extreme point of a convex set
- Rank of a matrix
- Condition for existence of BFS in a polyhedron
- Condition for a point to be extreme
$\newcommand{\rank}{\operatorname{rank}}$ Let $C = \{x \in \mathbb{R}^n: (a_i^Tx \ge 0, \forall i \in I) \textrm{ and } (a_i^Tx = 0, \forall i \in E)\}$ be a polyhedral cone. Let $A$ be the matrix whose rows are $\{a_i: i \in I \cup E\}$. Then the following are equivalent:
- $C$ is pointed (i.e., $x \in C - \{0\} \implies -x \not\in C$)
- $C$ has a BFS.
- $C$ contains a line.
- $\rank(A) = n$.
Furthermore, if $C$ is pointed, $0$ is the unique BFS of $C$, and $0$ is the unique extreme point of $C$.
Proof
Lemma: $C$ is pointed iff $C$ contains a line.
Proof: If $C$ contains the line $\{\lambda x: \lambda \in \mathbb{R}\}$, where $x \neq 0$, then $x \in C - \{0\}$ but $-x \in C$, so $C$ is not pointed.
If $C$ is not pointed, $\exists x \in C - \{0\}$ such that $-x \in C$. By the definition of cone, $\lambda x \in C, \forall \lambda \in \mathbb{R}$. Hence, $C$ contains a line. So, $C$ is pointed iff $C$ contains a line. □
Lemma: $C$ contains a line iff $C$ has a BFS iff $\rank(A) = n$.
Proof: Follows from the condition for existence of BFS in a polyhedron. □
Lemma: If $C$ is pointed, then $0$ is the unique extreme point of $C$.
Proof: $0 \in C$. $0$ is an extreme point of $C$ by the condition for a point to be extreme. If $v \in C - \{0\}$, then $v$ is the midpoint of $v/2$ and $3v/2$, so it's not an extreme point. □
Lemma: If $C$ is pointed, then $0$ is the unique BFS of $C$.
Proof: $0$ is tight for all constraints of $C$. Since $\rank(A) = n$, we get that $0$ is a BFS of $C$. Let $v \in C$ be a BFS of $C$. Let $B$ be a matrix whose rows are $\{a_i: i \in I \cup E \textrm{ and } a_i^Tv = 0\}$. Then $Bv = 0$. Since $\rank(B) = n$, we get $v = 0$. □
Dependency for:
Info:
- Depth: 10
- Number of transitive dependencies: 45
Transitive dependencies:
- /linear-algebra/vector-spaces/condition-for-subspace
- /linear-algebra/matrices/gauss-jordan-algo
- /sets-and-relations/equivalence-relation
- Group
- Ring
- Polynomial
- Integral Domain
- Comparing coefficients of a polynomial with disjoint variables
- Field
- Vector Space
- Linear independence
- Span
- Semiring
- Matrix
- Stacking
- System of linear equations
- Product of stacked matrices
- Matrix multiplication is associative
- Reduced Row Echelon Form (RREF)
- Matrices over a field form a vector space
- Row space
- Elementary row operation
- Every elementary row operation has a unique inverse
- Row equivalence of matrices
- Row equivalent matrices have the same row space
- RREF is unique
- Identity matrix
- Inverse of a matrix
- Inverse of product
- Elementary row operation is matrix pre-multiplication
- Row equivalence matrix
- Equations with row equivalent matrices have the same solution set
- Rank of a matrix
- Basis of a vector space
- Linearly independent set is not bigger than a span
- Homogeneous linear equations with more variables than equations
- Rank of a homogenous system of linear equations
- Cone
- Convex combination and convex hull
- Convex set
- Polyhedral set and polyhedral cone
- Basic feasible solutions
- Condition for existence of BFS in a polyhedron
- Extreme point of a convex set
- Condition for a point to be extreme