Homepage › Solution manuals › Dimitris Bertsimas › Introduction to Linear Optimization › Exercise 2.4
Exercise 2.4
We know that every linear programming problem can be converted to an equivalent problem in standard form. We also know that nonempty polyhedra in standard form have at least one extreme point. We are then tempted to conclude that every nonempty polyhedron has at least one extreme point. Explain what is wrong with this argument.
Answers
One is tempted to make this implication based on the fact that every polyhedron and the corresponding cost function can be equivalently transformed into a standard polyhedron form when solving an optimization problem.
The word "equivalently", however, is used exclusively with respect to the optimization problem and thus refers only to the fact that we get the same optimization result on both polyhedra (cf. page 5); it does not say that the equivalent transformation preserves polyhedra in a geometrical sense.
To sum up the above argument shortly: we can convert the original linear program into a linear program in standard form, solve the standard form problem, and obtain an optimal solution of the original problem in case it exists. A vertex of the standard form problem is the unique minimum for some objective function . However, when we map this vertex back onto the original problem, we are not guaranteed to obtain a vertex again.
Example 1. To illustrate our reasoning, we give an example of an original problem whose feasible set contains a line and thus has no vertices. Consider the polyhedra given by the constraint
or in other words,
This large standard form condition specifies a polyhedron in the five dimensions - it is bounded from below in all axes and has a vertice at .
We can, however, give it a simpler general form specification
This is an equivalent problem and it specifies a polyhedron that contains a line over the point , i.e.,
for all . By Theorem 2.6 (b), is guaranteed to have no extreme points. Thus, this polyhedron serves as a counterexample to the assertion made in the exercise.
Comments
I think the main issue is that the polyhedra after transformation is another polyhedra.