Why is the feasible set of a LP a polyhedron?

940 Views Asked by At

I still cannot understand why the topic is true.

The following is from Convex Optimization, S. Boyd

enter image description here

enter image description here

My claim is the following:

  • The feasible region for $Gx \preceq h$ is a polyhedron, which is easy to understand and can be easily drawn on the paper.
  • The feasible region for $Ax=b$ is the intersection of all affine set defined by $a_i^Tx = b_i$ for each $i$, where $a_i, \forall i$ are rows of $A$. So there are three possibilities: 1. No solution. Then the feasible set of LP is empty. 2. One solution. Then the feasible set of LP is "at most" a point. 3. $\infty$ solution. Then the feasible set of LP is "at most" a line.

Why is the feasible set a polyhedron?

1

There are 1 best solutions below

2
On

The feasible region for $Ax=b$ is an intersection of affine sets, therefore also an affine set. However there are no further restrictions on the dimension of the solution space for $Ax=b$. It may very well be two- or higher-dimensional.