Proposition Slater's Constraint Qualification [lcc-002L]

Consider an optimization problem in standard form:

  1. Minimize f_0(x), x \in \mathbb {R}^k
  2. Subject to f_1(x), \dots , f_n(x) \leq 0
  3. And g_1(x), \dots , g_m(x) = 0
  4. With each f_i convex and each g_i affine
Now assume that l is such that f_1, \dots , f_l are all affine (possibly l=0, and none of the f_i are affine), and suppose there exists x_0 \in \mathbb {R}^k so that f_i(x) < 0 for all i > l, and f_i(x) \leq 0 for all other i, g_i(x) = 0 for all i. Then strong duality holds for this optimization problem, and the dual optimal value is attained.

Note: This is usually stated for a function defined on an arbitrary convex subset of \mathbb {R}^k. In this case we must further ask that x_0 is in the relative interior of this domain.

Context