Form of the dual LP
Suppose we have the linear program:Maximize cTx subject to ''A''x ≤ b, x ≥ 0.We would like to construct an upper bound on the solution. So we create a linear combination of the constraints, with positive coefficients, such that the coefficients of x in the constraints are at least cT. This linear combination gives us an upper bound on the objective. The variables y of the dual LP are the coefficients of this linear combination. The dual LP tries to find such coefficients that ''minimize'' the resulting upper bound. This gives the following LP:
Minimize bTy subject to ''A''Ty ≥ c, y ≥ 0This LP is called the ''dual of'' the original LP.
Interpretation
The duality theorem has an economic interpretation. If we interpret the primal LP as a classical "resource allocation" problem, its dual LP can be interpreted as a "resource valuation" problem. Consider a factory that is planning its production of goods. Let be its production schedule (make amount of good ), let be the list of market prices (a unit of good can sell for ). The constraints it has are (it cannot produce negative goods) and raw-material constraints. Let be the raw material it has available, and let be the matrix of material costs (producing one unit of good requires units of raw material ). Then, the constrained revenue maximization is the primal LP:Maximize cTx subject to ''A''x ≤ b, x ≥ 0.Now consider another factory that has no raw material, and wishes to purchase the entire stock of raw material from the previous factory. It offers a price vector of (a unit of raw material for ). For the offer to be accepted, it should be the case that , since otherwise the factory could earn more cash by producing a certain product than selling off the raw material used to produce the good. It also should be , since the factory would not sell any raw material with negative price. Then, the second factory's optimization problem is the dual LP:
Minimize bTy subject to ''A''Ty ≥ c, y ≥ 0The duality theorem states that the duality gap between the two LP problems is at least zero. Economically, it means that if the first factory is given an offer to buy its entire stock of raw material, at a per-item price of y, such that ''A''Ty ≥ c, y ≥ 0, then it should take the offer. It will make at least as much revenue as it could producing finished goods. The strong duality theorem further states that the duality gap is zero. With strong duality, the dual solution is, economically speaking, the "equilibrium price" (see shadow price) for the raw material that a factory with production matrix and raw material stock would accept for raw material, given the market price for finished goods . (Note that may not be unique, so the equilibrium price may not be fully determined by , , and .) To see why, consider if the raw material prices are such that for some , then the factory would purchase more raw material to produce more of good , since the prices are "too low". Conversely, if the raw material prices satisfy , but does not minimize , then the factory would make more money by selling its raw material than producing goods, since the prices are "too high". At equilibrium price , the factory cannot increase its profit by purchasing or selling off raw material. The duality theorem has a physical interpretation too.
Constructing the dual LP
In general, given a primal LP, the following algorithm can be used to construct its dual LP. The primal LP is defined by: * A set of ''n'' variables: . * For each variable , a ''sign constraint'' – it should be either non-negative (), or non-positive (), or unconstrained (). * An objective function: * A list of ''m'' constraints. Each constraint ''j'' is: where the symbol before the can be one of or or . The dual LP is constructed as follows. * Each primal constraint becomes a dual variable. So there are ''m'' variables: . *The sign constraint of each dual variable is "opposite" to the sign of its primal constraint. So "" becomes and "" becomes and "" becomes . * The dual objective function is * Each primal variable becomes a dual constraint. So there are ''n'' constraints. The coefficient of a dual variable in the dual constraint is the coefficient of its primal variable in its primal constraint. So each constraint ''i'' is: , where the symbol before the is similar to the sign constraint on variable ''i'' in the primal LP. So becomes "" and becomes "" and becomes "". From this algorithm, it is easy to see that the dual of the dual is the primal.Vector formulations
If all constraints have the same sign, it is possible to present the above recipe in a shorter way using matrices and vectors. The following table shows the relation between various kinds of primals and duals.The duality theorems
Below, suppose the primal LP is "maximize cTx subject to onstraints and the dual LP is "minimize bTy subject to onstraints.Weak duality
The weak duality theorem says that, for each feasible solution x of the primal and each feasible solution y of the dual: cTx ≤ bTy. In other words, the objective value in each feasible solution of the dual is an upper-bound on the objective value of the primal, and objective value in each feasible solution of the primal is a lower-bound on the objective value of the dual. Here is a proof for the primal LP "Maximize cTx subject to ''A''x ≤ b, x ≥ 0": * cTx * = xTcmaxx cTx ≤ miny bTyIn particular, if the primal is unbounded (from above) then the dual has no feasible solution, and if the dual is unbounded (from below) then the primal has no feasible solution.
Strong duality
The strong duality theorem says that if one of the two problems has an optimal solution, so does the other one and that the bounds given by the weak duality theorem are tight, i.e.:maxx cTx = miny bTyThe strong duality theorem is harder to prove; the proofs usually use the weak duality theorem as a sub-routine. One proof uses the
Theoretical implications
1. The weak duality theorem implies that finding a ''single'' feasible solution is as hard as finding an ''optimal'' feasible solution. Suppose we have an oracle that, given an LP, finds an arbitrary feasible solution (if one exists). Given the LP "Maximize cTx subject to ''A''x ≤ b, x ≥ 0", we can construct another LP by combining this LP with its dual. The combined LP has both x and y as variables:Maximize 1
subject to ''A''x ≤ b, ''A''Ty ≥ c, cTx ≥ bTy, x ≥ 0, y ≥ 0If the combined LP has a feasible solution (x,y), then by weak duality, cTx = bTy. So x must be a maximal solution of the primal LP and y must be a minimal solution of the dual LP. If the combined LP has no feasible solution, then the primal LP has no feasible solution either. 2. The strong duality theorem provides a "good characterization" of the optimal value of an LP in that it allows us to easily prove that some value ''t'' is the optimum of some LP. The proof proceeds in two steps: * Show a feasible solution to the primal LP with value ''t''; this proves that the optimum is at least ''t''. * Show a feasible solution to the dual LP with value ''t''; this proves that the optimum is at most ''t''.
Examples
Tiny example
Consider the primal LP, with two variables and one constraint: : Applying the recipe above gives the following dual LP, with one variable and two constraints: : It is easy to see that the maximum of the primal LP is attained when ''x''1 is minimized to its lower bound (0) and ''x''2 is maximized to its upper bound under the constraint (7/6). The maximum is 4 · 7/6 = 14/3. Similarly, the minimum of the dual LP is attained when ''y''1 is minimized to its lower bound under the constraints: the first constraint gives a lower bound of 3/5 while the second constraint gives a stricter lower bound of 4/6, so the actual lower bound is 4/6 and the minimum is 7 · 4/6 = 14/3. In accordance with the strong duality theorem, the maximum of the primal equals the minimum of the dual. We use this example to illustrate the proof of the weak duality theorem. Suppose that, in the primal LP, we want to get an upper bound on the objective . We can use the constraint multiplied by some coefficient, say . For any we get: . Now, if and , then , so . Hence, the objective of the dual LP is an upper bound on the objective of the primal LP.Farmer example
Consider a farmer who may grow wheat and barley with the set provision of some ''L'' land, ''F'' fertilizer and ''P'' pesticide. To grow one unit of wheat, one unit of land, units of fertilizer and units of pesticide must be used. Similarly, to grow one unit of barley, one unit of land, units of fertilizer and units of pesticide must be used. The primal problem would be the farmer deciding how much wheat () and barley () to grow if their sell prices are and per unit. In matrix form this becomes: : Maximize: : subject to: For the dual problem assume that ''y'' unit prices for each of these means of production (inputs) are set by a planning board. The planning board's job is to minimize the total cost of procuring the set amounts of inputs while providing the farmer with a floor on the unit price of each of his crops (outputs), ''S''1 for wheat and ''S''2 for barley. This corresponds to the following LP: In matrix form this becomes: : Minimize: : subject to: The primal problem deals with physical quantities. With all inputs available in limited quantities, and assuming the unit prices of all outputs is known, what quantities of outputs to produce so as to maximize total revenue? The dual problem deals with economic values. With floor guarantees on all output unit prices, and assuming the available quantity of all inputs is known, what input unit pricing scheme to set so as to minimize total expenditure? To each variable in the primal space corresponds an inequality to satisfy in the dual space, both indexed by output type. To each inequality to satisfy in the primal space corresponds a variable in the dual space, both indexed by input type. The coefficients that bound the inequalities in the primal space are used to compute the objective in the dual space, input quantities in this example. The coefficients used to compute the objective in the primal space bound the inequalities in the dual space, output unit prices in this example. Both the primal and the dual problems make use of the same matrix. In the primal space, this matrix expresses the consumption of physical quantities of inputs necessary to produce set quantities of outputs. In the dual space, it expresses the creation of the economic values associated with the outputs from set input unit prices. Since each inequality can be replaced by an equality and a slack variable, this means each primal variable corresponds to a dual slack variable, and each dual variable corresponds to a primal slack variable. This relation allows us to speak about complementary slackness.Infeasible program
A LP can also be unbounded or infeasible. Duality theory tells us that: * If the primal is unbounded, then the dual is infeasible; * If the dual is unbounded, then the primal is infeasible. However, it is possible for both the dual and the primal to be infeasible. Here is an example:Applications
The max-flow min-cut theorem is a special case of the strong duality theorem: flow-maximization is the primal LP, and cut-minimization is the dual LP. See Max-flow min-cut theorem#Linear program formulation. Other graph-related theorems can be proved using the strong duality theorem, in particular, Konig's theorem. The Minimax theorem for zero-sum games can be proved using the strong-duality theorem.Alternative algorithm
Sometimes, one may find it more intuitive to obtain the dual program without looking at the program matrix. Consider the following linear program: We have ''m'' + ''n'' conditions and all variables are non-negative. We shall define ''m'' + ''n'' dual variables: yj and s''i''. We get: Since this is a minimization problem, we would like to obtain a dual program that is a lower bound of the primal. In other words, we would like the sum of all right hand side of the constraints to be the maximal under the condition that for each primal variable the sum of itsReferences
{{reflist Linear programming