Convexity of the Feasible Region

Establishes that the feasible region of every linear program is convex. Defines convex sets via convex combinations, proves that half-spaces are convex, shows that intersections of convex sets are convex, and concludes that any polyhedral feasible region inherits convexity.

Step 1 of 157%

Tutorial

Convex Sets and Convex Combinations

A set SRnS \subseteq \mathbb{R}^n is convex if for any two points x,yS\mathbf{x}, \mathbf{y} \in S and any scalar λ[0,1]\lambda \in [0, 1], the point

λx+(1λ)y\lambda \mathbf{x} + (1 - \lambda) \mathbf{y}

also lies in S.S. The expression λx+(1λ)y\lambda \mathbf{x} + (1-\lambda) \mathbf{y} is called a convex combination of x\mathbf{x} and y.\mathbf{y}. As λ\lambda ranges over [0,1],[0, 1], this convex combination traces out the line segment from y\mathbf{y} (at λ=0\lambda = 0) to x\mathbf{x} (at λ=1\lambda = 1).

Geometrically, SS is convex if the line segment joining any two points of SS lies entirely inside S.S.

For example, the closed disk D={(x1,x2):x12+x221}D = \{(x_1, x_2) : x_1^2 + x_2^2 \leq 1\} is convex: every segment between two points of DD stays inside D.D. By contrast, the annulus A={(x1,x2):1x12+x224}A = \{(x_1, x_2) : 1 \leq x_1^2 + x_2^2 \leq 4\} is not convex: the points (1,0)(1, 0) and (1,0)(-1, 0) both lie in A,A, but their midpoint (0,0)(0, 0) does not.

navigate · Enter open · Esc close · ⌘K/Ctrl K toggle