Polyhedron is unbounded iff it has direction
Dependencies:
- Polyhedral set and polyhedral cone
- Direction of a convex set and Recession cone
- Basic feasible solutions
- Point in polytope is convex combination of BFS
- Convex hull of a finite number of points in Euclidean space is bounded
$\newcommand{\defeq}{=}$ $\newcommand{\xhat}{\widehat{x}}$ Let $P \defeq \{x \in \mathbb{R}^n: (a_i^Tx \ge b_i, \forall i \in I) \textrm{ and } (a_i^Tx = b_i, \forall i \in E)\}$. Then $P$ is unbounded iff it has a non-zero direction $d$.
Proof
Suppose $P$ has a non-zero direction $d$. Since $d \neq 0$, $\exists k \in [n]$ such that $d_k \neq 0$. Let $\xhat \in P$. Then $\xhat + \lambda d \in P$ for all $\lambda \ge 0$. By making $\lambda$ arbitrarily large, $(\xhat + \lambda d)_k$ can be made arbitrarily large, and so $\|\xhat + \lambda d\|$ can be made arbitrarily large. Hence, $P$ is unbounded.
Suppose $P$ doesn't have a non-zero direction. Then $P$ doesn't contain a ray. Hence, any point in $P$ can be represented as a convex combination of at most $n+1$ BFSes of $P$. Let $X$ be the set of BFSes of $P$. Then $P$ is the convex hull of $X$. Hence, $P$ is bounded.
Dependency for:
Info:
- Depth: 11
- Number of transitive dependencies: 47
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
- Transitivity of convexity
- Convex set
- Polyhedral set and polyhedral cone
- Basic feasible solutions
- Condition for existence of BFS in a polyhedron
- Point in polytope is convex combination of BFS
- Convex hull of a finite number of points in Euclidean space is bounded
- Direction of a convex set and Recession cone