weak duality

In applied mathematics, weak duality is a concept in optimization which states that the duality gap is always greater than or equal to 0.

This means that for any minimization problem, called the primal problem, the solution to the primal problem is always greater than or equal to the solution to the dual maximization problem.{{cite book | vauthors=((Boyd, S. P.)), ((Vandenberghe, L.)) | date= 2004 | title=Convex optimization | publisher=Cambridge University Press | url=https://web.stanford.edu/~boyd/cvxbook/bv_cvxbook.pdf | isbn=978-0-521-83378-3}}{{rp|225}} Alternatively, the solution to a primal maximization problem is always less than or equal to the solution to the dual minimization problem. So, in short: weak duality states that any solution feasible for the dual problem is an upper bound to the solution of the primal problem.

Weak duality is in contrast to strong duality, which states that the primal optimal objective and the dual optimal objective are equal. Strong duality only holds in certain cases.{{citation

| last1 = Boţ | first1 = Radu Ioan

| last2 = Grad | first2 = Sorin-Mihai

| last3 = Wanka | first3 = Gert

| doi = 10.1007/978-3-642-02886-1

| isbn = 978-3-642-02885-4

| location = Berlin

| mr = 2542013

| page = 1

| publisher = Springer-Verlag

| title = Duality in Vector Optimization

| url = https://books.google.com/books?id=nwB0qExrF00C&pg=PA1

| year = 2009}}.

Uses

Many primal-dual approximation algorithms are based on the principle of weak duality.{{citation|title=Handbook of Approximation Algorithms and Metaheuristics|first=Teofilo F.|last=Gonzalez|authorlink= Teofilo F. Gonzalez |publisher=CRC Press|year=2007|isbn=9781420010749|page=2{{hyphen}}12|url=https://books.google.com/books?id=QK3_VU8ngK8C&pg=SA2-PA12}}.

Weak duality theorem

Consider a linear programming problem,

{{NumBlk|:|

\begin{aligned}

\underset{y \in \mathbb{R}^m}{\text{minimize}}\quad

& b^\top y \\

\text{subject to}\quad

& A^\top y \geq c, \\

& y \geq 0.

\end{aligned}

|{{EquationRef|2}}}}

The weak duality theorem states that c^\top x^* \leq b^\top y^* for every solution x^* to the primal problem ({{EquationNote|1}}) and every solution y^* to the dual problem ({{EquationNote|2}}).

Namely, if (x_1,x_2,....,x_n) is a feasible solution for the primal maximization linear program and (y_1,y_2,....,y_m) is a feasible solution for the dual minimization linear program, then the weak duality theorem can be stated as

\sum_{j=1}^n c_j x_j \leq \sum_{i=1}^m b_i y_i , where c_j and b_i are the coefficients of the respective objective functions.

Proof:

{{math|

cTx

{{=}} xTc

xTATy

bTy

}}

=Generalizations=

More generally, if x is a feasible solution for the primal maximization problem and y is a feasible solution for the dual minimization problem, then weak duality implies f(x) \leq g(y) where f and g are the objective functions for the primal and dual problems respectively.

See also

References