Exercise 4.28

Let a and a1,,am be given vectors in n. Prove that the following two statements are equivalent:

(a)
For all x 0, we have ax max iaix.
(b)
There exist nonnegative coefficients λi that sum to 1 and such that a i=1mλiai.

Answers

Proof.

(a)(b)

It is obvious that condition in (a) is equivalent to the following optimization problem having a non-negative optimal value:

minimize max i=1, ,maix ax subject tox 0.
(1)

Following the procedure from Section 1.3, we can rewrite the piecewise linear optimization problem in form of a usual linear optimization problem:

minimize z ax subject toz a1x z amx x 0,z free. minimize [ a1 ] [ x z ] subject to [ Ae ] [ x z ] 0 x 0,z free.
(2)

The dual of (2) is

maximize p0 subject to pA a i=1mpi = 1 p 0.
(3)

Since the primal problem is feasible (e.g, for 0) and bounded (by 0), the dual problem must be feasible as well. But a feasible point p of (3) satisfies all of the required properties in (b), and we are done.

(b)(a)

Suppose (b) is true. For all x 0, due to the fact that λi 1 and λi = 1, we have

axb i=1mλ iaix i=1mλ i max j=1, ,majx = max j=1, ,majx.

User profile picture
2022-03-21 01:49
Comments