Proving feasibility of convex linear combination in LP problem

  • Context: Graduate 
  • Thread starter Thread starter dopey9
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on proving that any convex linear combination of feasible solutions in a linear programming (LP) problem remains a feasible solution. Given feasible solutions x1, ..., xk that satisfy the constraints Ax ≤ b and x ≥ 0, the convex combination v = α1x1 + α2x2 + ... with αi ≥ 0 and Σαi = 1, also satisfies the constraints. Specifically, it is shown that Av ≤ b and v ≥ 0, confirming that v is feasible.

PREREQUISITES
  • Understanding of linear programming concepts
  • Familiarity with convex combinations in mathematics
  • Knowledge of matrix inequalities
  • Basic proficiency in optimization techniques
NEXT STEPS
  • Study the properties of convex sets in linear programming
  • Learn about the Simplex method for solving LP problems
  • Explore duality in linear programming
  • Investigate the implications of feasible regions in optimization
USEFUL FOR

Students and professionals in operations research, optimization analysts, and anyone involved in solving linear programming problems.

dopey9
Messages
31
Reaction score
0
Let x1, . . . , xk be feasible solutions of the linear programming problem:

Maximize z = (c^t)*x subject to Ax < = b and x >= 0,
so for i= 1, . . . , k, Axi <=b and xi >=0,

Let v be any convex linear combination of x1, . . . , xk.

i want to show that v is also a feasible solution of the problem..does anyone know how to show this
 
Physics news on Phys.org
Think about the definition of "feasible solution" and show that any convex linear combination satisfies it.
 
Let v = \alpha_1 x_1 + \alpha_2 x_2 + \cdots, where \alpha_i \geq 0, \forall i are real numbers in which \alpha_1 + \alpha_2 + \cdots = 1.

Then
\alpha_1 A x_1 + \alpha_2 A x_2 + \cdots \leq \alpha_1 b + \alpha_2 b + \cdots.

Hence
Av \leq b.

Note also that v \geq 0.
 
Last edited:

Similar threads

  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K