Exercise 4.4

Let A be a symmetric square matrix. Consider the linear programming problem

minimize cx subject to Ax c x 0

Prove that if x satisfies Ax = c and x0, then x is an optimal solution.

Answers

Proof. Consider the dual problem of the given primal problem:

minimize cx subject toAx b x 0, maximize pb subject topA c p 0.

By the exercise assumption, the primal problem has a solution x which is feasible, i.e., Ax = c and x 0, and is optimal with an objective value cx.

Since A is square, both problems have the sime dimension. Furthermore, notice that pA c is equivalent to Ap c. Since A is symmetric, we have A = A. Combining these two facts, we conclude that the condition pA c in the dual problem is equivalent to Ap c. Thus, if we set p := x, we see that p is feasible for the dual problem. Furthermore, two objective values, the primal cx and the dual pc, obviously coincide. By the weak duality theorem (Corollary 4.2), p is also an optimal solution for the dual problem. □

User profile picture
2022-03-15 22:22
Comments