In applied mathematics, weak duality is a concept in optimization which states that the duality gap is always greater than or equal to 0. That means the solution to the primal (minimization) problem is always greater than or equal to the solution to an associated dual problem. This is opposed to strong duality which only holds in certain cases.
Many primal-dual approximation algorithms are based on the principle of weak duality.
If ( x 1 , x 2 , . . . . , x n ) is a feasible solution for the primal minimization linear program and ( y 1 , y 2 , . . . . , y m ) is a feasible solution for the dual maximization linear program, then the weak duality theorem can be stated as ∑ i = 1 m b i y i ≤ ∑ j = 1 n c j x j , where c j and b i are the coefficients of the respective objective functions.
More generally, if x is a feasible solution for the primal minimization problem and y is a feasible solution for the dual maximization problem, then weak duality implies g ( y ) ≤ f ( x ) where f and g are the objective functions for the primal and dual problems respectively.