Prove the solution set of a Linear programming problem is a polyhedron

linear programmingpolyhedra

Problem: Prove the solution set of a Linear programming problem is a polyhedron.

I have proved the feasible set of an LPP is a polyhedron (as the constraints are inequations). Now I want to show the solution set is also a polyhedron but I don't know where to start. I'd like to have some hints for the problem.

Thank you.

Best Answer

Hint: If $x^*$ minimizes $c^T x$ subject to $Ax \le b$, then every optimal solution satisfies $c^T x \ge c^T x^*$ (in fact, $c^T x = c^T x^*$).