Convex Optimization. 2. Convex Sets. Prof. Ying Cui. Department of Electrical Engineering Shanghai Jiao Tong University. SJTU Ying Cui 1 / 33

Size: px
Start display at page:

Download "Convex Optimization. 2. Convex Sets. Prof. Ying Cui. Department of Electrical Engineering Shanghai Jiao Tong University. SJTU Ying Cui 1 / 33"

Transcription

1 Convex Optimization 2. Convex Sets Prof. Ying Cui Department of Electrical Engineering Shanghai Jiao Tong University 2018 SJTU Ying Cui 1 / 33

2 Outline Affine and convex sets Some important examples Operations that preserve convexity Generalized inequalities Separating and supporting hyperplanes Dual cones and generalized inequalities SJTU Ying Cui 2 / 33

3 Lines and line segments line passing through two distinct points x 1,x 2 R n,x 1 x 2 : points of the form sum of x 1 scaled by θ and x 2 scaled by 1 θ y = θx 1 +(1 θ)x 2, θ R sum of base point x 2 and direction x 1 x 2 scaled by θ y = x 2 +θ(x 1 x 2 ), θ R line segment between two distinct points x 1,x 2 R n,x 1 x 2 : points of the form y = θx 1 +(1 θ)x 2, θ [0,1] θ = 1.2 x1 θ = 1 θ = 0.6 x2 θ = 0 θ = 0.2 Figure 2.1 The line passing through x1 and x2 is described parametrically by θx1 +(1 θ)x2, where θ varies over R. The line segment between x1 and x2, which corresponds to θ between 0 and 1, is shown darker. SJTU Ying Cui 3 / 33

4 Affine sets affine set: an affine set C R n contains the line through any two distinct points in C x 1,x 2 C and θ R, θx 1 +(1 θ)x 2 C affine combination of points x 1,,x k : a point of the form θ 1 x 1 + +θ k x k, where θ 1,,θ k R and θ 1 + +θ k = 1 an affine set contains every affine combination of its points affine hull of set C R n : the set of all affine combinations of points in C, i.e., affc = {θ 1 x 1 + +θ k x k x 1,,x k C,θ 1 + +θ k = 1} affc is the smallest affine set that contains C: if S is any affine set with C S, then affc S example: empty set, any single point (i.e., singleton) {x 0 }, line, hyperplane, whole space R n, solution set of linear equations C = {x Ax = b} solution set of a system of linear equations is an affine set every affine set can be expressed as the solution set of a system of linear equations SJTU Ying Cui 4 / 33

5 Convex sets convex set: a convex set C R n contains the line segment between any two distinct points in C x 1,x 2 C and θ [0,1], θx 1 +(1 θ)x 2 C every affine set is also convex convex combination of points x 1,,x k : a point of the form θ 1 x 1 + +θ k x k, where θ 1,,θ k 0 and θ 1 + +θ k = 1 can be generalized to include infinite sums, integrals, and probability distributions a convex set contains every convex combination of its points convex hull of set C R n : the set of all convex combinations of points in C, i.e., convc = {θ 1 x 1 + +θ k x k x i C,θ i 0,i = 1,,k,θ 1 + +θ k = 1} convc is the smallest convex set that contains C: if B is any convex set with C B, then convc B example: line segment, ray Figure 2.2 Some simple convex and nonconvex sets. Left. The hexagon, which includes its boundary (shown darker), is convex. Middle. The kidney shaped set is not convex, since the line segment between the two points in Figure 2.3 The convex hulls of two sets in R 2. Left. The convex hull of a the set shown as dots is not contained in the set. Right. The square contains set of fifteen points (shown as dots) is the pentagon (shown shaded). Right. some boundary points but not others, and is not convex. The convex hull of the kidney shaped set in figure 2.2 is the shaded set. SJTU Ying Cui 5 / 33

6 Cones cone (or nonnegative homogeneous): a set C R n satisfies x C and θ 0, θx C convex cone: a convex cone C R n is convex and a cone x 1,x 2 C and θ 1,θ 2 0, θ 1 x 1 +θ 2 x 2 C conic combination (or nonnegative linear combination) of points x 1,,x k : a point of the form θ 1 x 1 + +θ k x k, where θ 1,,θ k 0 can be generalized to include infinite sums and integrals a convex cone contains all conic combinations of its elements conic hull of set C R n : set of all conic combinations of points in C, {θ 1 x 1 + +θ k x k x i C,θ i 0,i = 1,,k} the smallest convex cone that contains C example: subspace, line passing through origin, ray with base origin x1 x2 0 Figure 2.4 The pie slice shows all points of the form θ1x1 + θ2x2, where θ1, θ2 0. The apex of the slice (which corresponds to θ1 = θ2 = 0) is at 0; its edges (which correspond to θ1 = 0 or θ2 = 0) pass through the points x1 and x2. 0 Figure 2.5 The conic hulls (shown shaded) of the two sets of figure SJTU Ying Cui 6 / 33

7 Hyperplanes and halfspaces hyperplane: set of form {x a T x = b} (a R n,a 0,b R) analytical interpretation: solution set of a nontrivial linear equation hyperplane is an affine set geometric interpretation: set of points with constant inner product b to given vector a hyperplane with normal vector a and offset from the origin determined by b: an offset x 0 plus all vectors orthogonal to normal vector a {x a T (x x 0) = 0} = x 0 +{v a T v = 0} }{{} a where x 0 is any point in the hyperplane satisfying a T x 0 = b and a denotes the orthogonal complement of a a x0 x a T x = b Figure 2.6 Hyperplane in R 2, with normal vector a and a point x0 in the hyperplane. For any point x in the hyperplane, x x0 (shown as the darker arrow) is orthogonal to a. SJTU Ying Cui 7 / 33

8 Hyperplanes and halfspaces halfspace: set of form {x a T x b} (a R n,a 0,b R) analytical interpretation: solution set of a nontrivial linear inequality halfspace is not an affine set, but a convex set geometric interpretation: an offset x 0 plus all vectors making an obtuse (or right) angle with outward normal vector a {x a T (x x 0 ) 0} = x 0 +{v a T v 0} where x 0 is any point in the hyperplane satisfying a T x 0 = b a x0 a T x b a T x b Figure 2.7 A hyperplane defined by a T x = b in R 2 determines two halfspaces. The halfspace determined by a T x b (not shaded) is the halfspace extending in the direction a. The halfspace determined by a T x b (which is shown shaded) extends in the direction a. The vector a is the outward normal of this halfspace. a hyperplane divides R n into two halfspaces the boundary of a halfspace is a hyperplane SJTU Ying Cui 8 / 33

9 Euclidean balls and ellipsoids (Euclidean) ball with center x c and radius r: B(x c,r) = {x x x c 2 r} = {x c +ru u 2 1} u 2 = (u T u) 1/2 denotes the Euclidean norm (l 2 norm) convex set ellipsoid with center x c : E = {x (x x c ) T P 1 (x x c ) 1}, where P S n ++ E = {x c +Au u 2 1}, where A S n ++ P determines how far the ellipsoid extends in every direction from x c, the lengths of the semi-axes of the ellipsoid are given by λ i, where λ i are eigenvalues of P when P = r 2 I, ellipsoid becomes ball when A = P 1/2, two representations are the same convex set xc Figure 2.9 An ellipsoid in R 2, shown shaded. The center xc is shown as a dot, and the two semi-axes are shown as line segments. SJTU Ying Cui 9 / 33

10 t Norm balls and norm cones norm: a function : R n R (measure of length of vector) nonnegative: x 0 for all x R n definite: x = 0 only if x = 0 homogeneous: tx = t x, for all x R n and t R triangle inequality: x +y x + y, for all x,y R n norm ball with center x c and radius r: {x x x c r} convex set norm cone: {(x,t) x t} R n+1 convex cone second-order (Euclidean norm) cone, i.e., {(x,t) x 2 t} x2 1 1 x1 0 1 Figure 2.10 Boundary of second-order cone in R 3, {(x1, x2, t) (x 2 1+x 2 2) 1/2 t}. SJTU Ying Cui 10 / 33

11 Polyhedra polyhedron: solution set of a finite number of linear inequalities and equalities (can be bounded or unbounded) P ={x a T j x b j,j = 1,,m, c T j x = d j,j = 1,,p} ={x Ax b,cx = d} where A = a T 1. a T m, C = c T 1. c T p, denotes vector inequality intersection of a finite number of halfspaces and hyperplanes affine sets (e.g., subspaces, hyperplanes, lines), rays, line segments, and halfspaces are all polyhedra a1 a2 P a5 a3 a4 Figure 2.11 The polyhedron P (shown shaded) is the intersection of five halfspaces, with outward normal vectors a1,...., a5. SJTU Ying Cui 11 / 33

12 z Positive semidefinite cone S n = {X R n n X = X T }: set of symmetric n n matrices vector space with dimension n(n+1)/2 convex cone S n + = {X Sn X 0}: set of symmetric positive semidefinite n n matrices, X S n + z T Xz 0 for all z R n convex cone, referred [ ] to as positive semidefinite cone x y example: X = S y z 2 + x 0,z 0,xz y y 1 0 x Figure 2.12 Boundary of positive semidefinite cone in S 2. S n ++ = {X S n X 0}: set of symmetric positive definite n n matrices, X S n ++ zt Xz > 0 for all z R n,z 0 not cone (as origin not in it) SJTU Ying Cui 12 / 33

13 Determine or establish convexity of sets apply definition: a set C is convex if for all x 1,x 2 C and θ [0,1], we have θx 1 +(1 θ)x 2 C use operations that preserve convexity: show that C is obtained from simple convex sets (hyperplanes, halfspaces, norm balls,... ) by operations that preserve convexity intersection affine functions perspective functions linear-fractional functions SJTU Ying Cui 13 / 33

14 Intersection the intersection of (any number of) convex sets is convex if S a is convex for every a A, then a A S a is convex examples: a polyhedron is the intersection of halfspaces and hyperplanes (which are convex), and so is convex P ={x a T j x b j,j = 1,,m, c T j x = d j,j = 1,,p} =( m j=1{x a T j x b j }) ( p j=1 {x ct j x = d j }) {x a T j x b j }: halfspace; {x c T j x = d j }: hyperplane the positive semidefinite cone is the intersection of an infinite number of halfspaces, and so is convex S n + ={X Sn X 0} = z Rn,z 0{X S n : z T Xz 0} z T Xz, z 0: linear function of X; {X S n : z T Xz 0}: halfspace in S n SJTU Ying Cui 14 / 33

15 Affine functions affine function f : R n R m : f(x) = Ax +b where A R m n and b R m the image of a convex set under an affine function is convex S R n convex = f(s) = {f(x) x S} convex the inverse image of a convex set under an affine function is convex S R n convex = f 1 (S) = {x f(x) S} convex SJTU Ying Cui 15 / 33

16 Affine functions Examples: the scaling and translation of a convex set are convex S R n convex, α R, a R n = αs = {αx x S} convex, S +a = {x +a x S} convex the projection of a convex set onto some coordinates is convex S R m R n convex = {x 1 R m (x 1,x 2 ) S,x 2 R n } convex the sum of two convex sets is convex S 1 and S 2 convex = Cartesian produce S 1 S 2 = {(x 1,x 2 ) x 1 S 1,x 2 S 2 } convex, and hence S 1 +S 2 = {x 1 +x 2 x 1 S 1,x 2 S 2 } convex polyhedron {x Ax b,cx = d} is convex the inverse image of R m + {0} under affine function f : R n R m+p given by f = (b Ax,d Cx) the solution set of linear matrix inequality {x A(x) B} is convex, where A(x) = x 1 A 1 + +x n A n, B,A i S m the inverse image of the positive semidefinite cone under affine function f : R n S m given by f(x) = B A(x) SJTU Ying Cui 16 / 33

17 Perspective functions perspective function P : R n+1 R n : P(z,t) = z/t, domp = R n R ++ scales or normalizes vectors so the last component is one, and then drops the last component the image of a convex set under a perspective function is convex C domp convex = P(C) = {P(x) x C} convex the inverse image of a convex set under a perspective function is convex C R n convex = P 1 (C) = {(x,t) R n+1 x t C,t > 0} convex SJTU Ying Cui 17 / 33

18 Linear-fractional functions linear-fractional (or projective) function f : R n R m : f(x) = (Ax +b)/(c T x +d), domf = {x c T x +d > 0} where A R m n,b R m,c R n,d R composes the perspective function with an affine function: f = P g perspective function P : R m+1 R m, i.e., P(z,t) = z/t affine function g : R n R m+1, i.e,. g(x) = [ A c T ] x + example: conditional probabilities u {1,,n} and v {1,,m} are r.v.s, and let p ij = Pr(u = i,v = j) and f ij = Pr(u = i v = j) f ij = pij nk=1 p kj is a linear-fractional function the image of a convex set under a perspective function is convex C domf convex = f(c) = {f(x) x C} convex the inverse image of a convex set under a perspective function is convex C R m convex = f 1 (C) = {x f(x) C} convex SJTU Ying Cui 18 / 33 [ b d ]

19 Proper cones and generalized inequalities a cone K R n is a proper cone if K is convex closed (contains its boundary) solid (has nonempty interior) pointed (contains no line, i.e., x, x K = x = 0) (nonstrict) generalized inequality defined by a proper cone K R n is a partial ordering on R n x K y (y K x) y x K strict generalized inequality defined by a proper cone K R n is a strict partial ordering on R n x K y (y K x) y x intk (nonstrict and strict) generalized inequalities include as a special case ordinary (nonstrict and strict) inequality in R when K = R +, partial ordering K is usual ordering on R, and strict partial ordering K is usual strict ordering < on R SJTU Ying Cui 19 / 33

20 Proper cones and generalized inequalities Examples nonnegative orthant and componentwise inequality: R n + = {x R n x i 0,i = 1,,n} is a proper cone R n + corresponds to componentwise inequality between vectors: x R n + y x i y i, i = 1,,n drop subscript R n +, understood when appears between vectors positive semidefinite cone and matrix inequality S n + is a proper cone S n + corresponds to matrix inequality: X S n + Y Y X S n + drop subscript S n +, understood when appears between symmetric matrices SJTU Ying Cui 20 / 33

21 Proper cones and generalized inequalities Properties of generalized inequalities preserved under addition: x K y,u K v = x +u K y +v transitive: x K y,y K z = x K z preserved under nonnegative scaling: x K y,α 0 = αx K αy reflexive: x K x antisymmetric: x K y,y K x = x = y preserved under limits: x i K y i for i = 1,2,...,x i x,y i y as i = x K y SJTU Ying Cui 21 / 33

22 Minimum and minimal elements on R is a linear ordering: any two points are comparable, i.e., either x y or y x K is not in general a linear ordering: not any two points are comparable, i.e., we can have x K y and y K x concepts like minimum and maximum are more complicated in the context of generalized inequalities when K = R + (partial ordering K is usual ordering on R), the concepts of minimal and minimum are the same, i.e., usual definition of the minimum element of a set SJTU Ying Cui 22 / 33

23 Minimum and minimal elements x S is the minimum element of S with respect to K if for every y S, we have x K y iff S x +K, where x +K denotes all the points that are comparable to x and greater than or equal to x (w.r.t. K ) if a set has a minimum element, then it is unique x S is a minimal element of S with respect to K if y S, y K x only if y = x iff (x K) S = {x}, where x K denotes all the points that are comparable to x and less than or equal to x (w.r.t. K ) SJTU Ying Cui 23 / 33

24 Minimum and minimal elements example K = R n +: R n + corresponds to componentwise inequality x S is the minimum element of a set S means all other points of S lie above and to the right of x x S is a minimal element of a set S means that no other point of S lies to the left and below x S2 S1 x2 x1 Figure 2.17 Left. The set S1 has a minimum element x1 with respect to componentwise inequality in R 2. The set x1 + K is shaded lightly; x1 is the minimum element of S1 since S1 x1 + K. Right. The point x2 is a minimal point of S2. The set x2 K is shown lightly shaded. The point x2 is minimal because x2 K and S2 intersect only at x2. SJTU Ying Cui 24 / 33

25 Separating hyperplane theorem separating hyperplane theorem: Suppose C and D are two nonempty convex sets that do not intersect, i.e., C D =. Then there exist a 0 and b such that a T x b for all x C, a T x b for all x D i.e., affine function f(x) = a T x b is nonpositive on C and nonnegative on D separating hyperplane for sets C and D: {x a T x = b} a T x b a T x b D C a Figure 2.19 The hyperplane {x a T x = b} separates the disjoint convex sets C and D. The affine function a T x b is nonpositive on C and nonnegative on D. SJTU Ying Cui 25 / 33

26 Supporting hyperplane theorem supporting hyperplane to set C at x 0 bdc = clc \intc: {x a T x = a T x 0 } if a 0 satisfies a T x a T x 0 for all x C geometric interpretation: hyperplane {x a T x = a T x 0 } is tangent to C at x 0, and halfspace {x a T x a T x 0 } contains C a C x0 Figure 2.21 The hyperplane {x a T x = a T x0} supports C at x0. supporting hyperplane theorem: for any nonempty convex set C, and any x 0 bdc, there exists a supporting hyperplane to C at x 0 SJTU Ying Cui 26 / 33

27 Dual cones dual cone of a cone K: K = {y y T x 0 for all x K} K is a cone and is always convex (even when original cone K is not), i.e., convex cone geometric interpretation: y K iff y is the normal of a hyperplane that supports K at the origin y K z K Figure 2.22 Left. The halfspace with inward normal y contains the cone K, so y K. Right. The halfspace with inward normal z does not contain K, so z K. SJTU Ying Cui 27 / 33

28 Dual cones examples nonnegative orthant: K = R n +, K = R n + positive semidefinite cone: K = S n +, K = S n + dual of a l 2 norm cone: K = {(x,t) x 2 t}, K = {(x,t) x 2 t} dual of a l 1 norm cone: K = {(x,t) x 1 t}, K = {(x,t) x t} first three examples are self-dual cones SJTU Ying Cui 28 / 33

29 Dual cones properties K is closed and convex if K is solid (has nonempty interior), then K is pointed (contains no line) if the closure of K is pointed, then K is solid K is the closure of the convex hull of K ( = if K is convex and closed, K = K) K 1 K 2 implies K 2 K 1 Suppose K is a proper cone (convex, closed, solid and pointed). By the first three properties, its dual K is a proper cone, and moreover, by the fourth property, K = K. SJTU Ying Cui 29 / 33

30 Dual generalized inequalities dual cone K of a proper cone K is proper K is proper, inducing generalized inequality K K is proper, inducing generalized inequality K refer to K as the dual of K properties for proper cone K: x K y iff λ T x λ T y for all λ K 0 x K y iff λ T x < λ T y for all λ K 0,λ 0 hold if K and K are swapped (as K = K ) SJTU Ying Cui 30 / 33

31 Minimum and minimal elements via dual inequalities Dual characterization of minimum element x is the minimum element of S w.r.t. K iff for all λ K 0, x is the unique minimizer of λ T z over z S geometric interpretation: for all λ K 0, the hyperplane {z λ T (z x) = 0} is a strict supporting hyperplane to S at x (i.e., intersects S only at the point x) S x Figure 2.23 Dual characterization of minimum element. The point x is the minimum element of the set S with respect to R 2 +. This is equivalent to: for every λ 0, the hyperplane {z λ T (z x) = 0} strictly supports S at x, i.e., contains S on one side, and touches it only at x. SJTU Ying Cui 31 / 33

32 Minimum and minimal elements via dual inequalities Dual characterization of minimal elements if x minimizes λ T z over z S for some λ K 0, then x is minimal λ1 x1 S x2 λ2 Figure 2.24 A set S R 2. Its set of minimal points, with respect to R 2 +, is shown as the darker section of its (lower, left) boundary. The minimizer of λ T 1 z over S is x1, and is minimal since λ1 0. The minimizer of λ T 2 z over S is x2, which is another minimal point of S, since λ2 0. converse is in general false, i.e., x can be minimal in S, but not a minimizer of λ T z over z S for any λ if x is a minimal element of a convex set S, then there exists a nonzero λ K 0 such that x minimizes λ T z over z S convexity plays an important role in the converse SJTU Ying Cui 32 / 33

33 Optimal production frontier different production methods use different amounts of resources x R n production set P: resource vectors x for all possible production methods efficient (Pareto optimal) methods correspond to resource vectors x that are minimal w.r.t. R n + example (n = 2): x 1, x 2, x 3 are efficient; x 4, x 5 are not fuel P x1 x2 x5 x4 λ x3 labor Figure 2.27 The production set P, for a product that requires labor and fuel to produce, is shown shaded. The two dark curves show the efficient production frontier. The points x1, x2 and x3 are efficient. The points x4 and x5 are not (since in particular, x2 corresponds to a production method that uses no more fuel, and less labor). The point x1 is also the minimum cost production method for the price vector λ (which is positive). The point x2 is efficient, but cannot be found by minimizing the total cost λ T x for any price vector λ 0. SJTU Ying Cui 33 / 33

2. Convex sets. x 1. x 2. affine set: contains the line through any two distinct points in the set

2. Convex sets. x 1. x 2. affine set: contains the line through any two distinct points in the set 2. Convex sets Convex Optimization Boyd & Vandenberghe affine and convex sets some important examples operations that preserve convexity generalized inequalities separating and supporting hyperplanes dual

More information

Convex Optimization. Convex Sets. ENSAE: Optimisation 1/24

Convex Optimization. Convex Sets. ENSAE: Optimisation 1/24 Convex Optimization Convex Sets ENSAE: Optimisation 1/24 Today affine and convex sets some important examples operations that preserve convexity generalized inequalities separating and supporting hyperplanes

More information

Convex Sets. CSCI5254: Convex Optimization & Its Applications. subspaces, affine sets, and convex sets. operations that preserve convexity

Convex Sets. CSCI5254: Convex Optimization & Its Applications. subspaces, affine sets, and convex sets. operations that preserve convexity CSCI5254: Convex Optimization & Its Applications Convex Sets subspaces, affine sets, and convex sets operations that preserve convexity generalized inequalities separating and supporting hyperplanes dual

More information

2. Convex sets. affine and convex sets. some important examples. operations that preserve convexity. generalized inequalities

2. Convex sets. affine and convex sets. some important examples. operations that preserve convexity. generalized inequalities 2. Convex sets Convex Optimization Boyd & Vandenberghe affine and convex sets some important examples operations that preserve convexity generalized inequalities separating and supporting hyperplanes dual

More information

EE/ACM Applications of Convex Optimization in Signal Processing and Communications Lecture 6

EE/ACM Applications of Convex Optimization in Signal Processing and Communications Lecture 6 EE/ACM 150 - Applications of Convex Optimization in Signal Processing and Communications Lecture 6 Andre Tkacenko Signal Processing Research Group Jet Propulsion Laboratory April 19, 2012 Andre Tkacenko

More information

Convex Optimization - Chapter 1-2. Xiangru Lian August 28, 2015

Convex Optimization - Chapter 1-2. Xiangru Lian August 28, 2015 Convex Optimization - Chapter 1-2 Xiangru Lian August 28, 2015 1 Mathematical optimization minimize f 0 (x) s.t. f j (x) 0, j=1,,m, (1) x S x. (x 1,,x n ). optimization variable. f 0. R n R. objective

More information

Lecture: Convex Sets

Lecture: Convex Sets /24 Lecture: Convex Sets http://bicmr.pku.edu.cn/~wenzw/opt-27-fall.html Acknowledgement: this slides is based on Prof. Lieven Vandenberghe s lecture notes Introduction 2/24 affine and convex sets some

More information

Lecture 2 Convex Sets

Lecture 2 Convex Sets Optimization Theory and Applications Lecture 2 Convex Sets Prof. Chun-Hung Liu Dept. of Electrical and Computer Engineering National Chiao Tung University Fall 2016 2016/9/29 Lecture 2: Convex Sets 1 Outline

More information

COM Optimization for Communications Summary: Convex Sets and Convex Functions

COM Optimization for Communications Summary: Convex Sets and Convex Functions 1 Convex Sets Affine Sets COM524500 Optimization for Communications Summary: Convex Sets and Convex Functions A set C R n is said to be affine if A point x 1, x 2 C = θx 1 + (1 θ)x 2 C, θ R (1) y = k θ

More information

CS675: Convex and Combinatorial Optimization Spring 2018 Convex Sets. Instructor: Shaddin Dughmi

CS675: Convex and Combinatorial Optimization Spring 2018 Convex Sets. Instructor: Shaddin Dughmi CS675: Convex and Combinatorial Optimization Spring 2018 Convex Sets Instructor: Shaddin Dughmi Outline 1 Convex sets, Affine sets, and Cones 2 Examples of Convex Sets 3 Convexity-Preserving Operations

More information

CS599: Convex and Combinatorial Optimization Fall 2013 Lecture 4: Convex Sets. Instructor: Shaddin Dughmi

CS599: Convex and Combinatorial Optimization Fall 2013 Lecture 4: Convex Sets. Instructor: Shaddin Dughmi CS599: Convex and Combinatorial Optimization Fall 2013 Lecture 4: Convex Sets Instructor: Shaddin Dughmi Announcements New room: KAP 158 Today: Convex Sets Mostly from Boyd and Vandenberghe. Read all of

More information

Lecture 2: August 29, 2018

Lecture 2: August 29, 2018 10-725/36-725: Convex Optimization Fall 2018 Lecturer: Ryan Tibshirani Lecture 2: August 29, 2018 Scribes: Adam Harley Note: LaTeX template courtesy of UC Berkeley EECS dept. Disclaimer: These notes have

More information

Lecture 4: Convexity

Lecture 4: Convexity 10-725: Convex Optimization Fall 2013 Lecture 4: Convexity Lecturer: Barnabás Póczos Scribes: Jessica Chemali, David Fouhey, Yuxiong Wang Note: LaTeX template courtesy of UC Berkeley EECS dept. Disclaimer:

More information

Convex Optimization M2

Convex Optimization M2 Convex Optimization M2 Lecture 1 A. d Aspremont. Convex Optimization M2. 1/49 Today Convex optimization: introduction Course organization and other gory details... Convex sets, basic definitions. A. d

More information

Convex sets and convex functions

Convex sets and convex functions Convex sets and convex functions Convex optimization problems Convex sets and their examples Separating and supporting hyperplanes Projections on convex sets Convex functions, conjugate functions ECE 602,

More information

Convex sets and convex functions

Convex sets and convex functions Convex sets and convex functions Convex optimization problems Convex sets and their examples Separating and supporting hyperplanes Projections on convex sets Convex functions, conjugate functions ECE 602,

More information

Lecture 2: August 29, 2018

Lecture 2: August 29, 2018 10-725/36-725: Convex Optimization Fall 2018 Lecturer: Ryan Tibshirani Lecture 2: August 29, 2018 Scribes: Yingjing Lu, Adam Harley, Ruosong Wang Note: LaTeX template courtesy of UC Berkeley EECS dept.

More information

Shiqian Ma, MAT-258A: Numerical Optimization 1. Chapter 2. Convex Optimization

Shiqian Ma, MAT-258A: Numerical Optimization 1. Chapter 2. Convex Optimization Shiqian Ma, MAT-258A: Numerical Optimization 1 Chapter 2 Convex Optimization Shiqian Ma, MAT-258A: Numerical Optimization 2 2.1. Convex Optimization General optimization problem: min f 0 (x) s.t., f i

More information

60 2 Convex sets. {x a T x b} {x ã T x b}

60 2 Convex sets. {x a T x b} {x ã T x b} 60 2 Convex sets Exercises Definition of convexity 21 Let C R n be a convex set, with x 1,, x k C, and let θ 1,, θ k R satisfy θ i 0, θ 1 + + θ k = 1 Show that θ 1x 1 + + θ k x k C (The definition of convexity

More information

Tutorial on Convex Optimization for Engineers

Tutorial on Convex Optimization for Engineers Tutorial on Convex Optimization for Engineers M.Sc. Jens Steinwandt Communications Research Laboratory Ilmenau University of Technology PO Box 100565 D-98684 Ilmenau, Germany jens.steinwandt@tu-ilmenau.de

More information

Lecture 2: August 31

Lecture 2: August 31 10-725/36-725: Convex Optimization Fall 2016 Lecture 2: August 31 Lecturer: Lecturer: Ryan Tibshirani Scribes: Scribes: Lidan Mu, Simon Du, Binxuan Huang 2.1 Review A convex optimization problem is of

More information

Affine function. suppose f : R n R m is affine (f(x) =Ax + b with A R m n, b R m ) the image of a convex set under f is convex

Affine function. suppose f : R n R m is affine (f(x) =Ax + b with A R m n, b R m ) the image of a convex set under f is convex Affine function suppose f : R n R m is affine (f(x) =Ax + b with A R m n, b R m ) the image of a convex set under f is convex S R n convex = f(s) ={f(x) x S} convex the inverse image f 1 (C) of a convex

More information

Lecture 2. Topology of Sets in R n. August 27, 2008

Lecture 2. Topology of Sets in R n. August 27, 2008 Lecture 2 Topology of Sets in R n August 27, 2008 Outline Vectors, Matrices, Norms, Convergence Open and Closed Sets Special Sets: Subspace, Affine Set, Cone, Convex Set Special Convex Sets: Hyperplane,

More information

Convexity I: Sets and Functions

Convexity I: Sets and Functions Convexity I: Sets and Functions Lecturer: Aarti Singh Co-instructor: Pradeep Ravikumar Convex Optimization 10-725/36-725 See supplements for reviews of basic real analysis basic multivariate calculus basic

More information

2. Convex sets. affine and convex sets. some important examples. operations that preserve convexity. generalized inequalities

2. Convex sets. affine and convex sets. some important examples. operations that preserve convexity. generalized inequalities 2. Convex sets Convex Optimization Boyd & Vandenberghe affine and convex sets some important examples operations that preserve convexity generalized inequalities separating and supporting hyperplanes dual

More information

Convex Sets (cont.) Convex Functions

Convex Sets (cont.) Convex Functions Convex Sets (cont.) Convex Functions Optimization - 10725 Carlos Guestrin Carnegie Mellon University February 27 th, 2008 1 Definitions of convex sets Convex v. Non-convex sets Line segment definition:

More information

Convex Sets. Pontus Giselsson

Convex Sets. Pontus Giselsson Convex Sets Pontus Giselsson 1 Today s lecture convex sets convex, affine, conical hulls closure, interior, relative interior, boundary, relative boundary separating and supporting hyperplane theorems

More information

Simplex Algorithm in 1 Slide

Simplex Algorithm in 1 Slide Administrivia 1 Canonical form: Simplex Algorithm in 1 Slide If we do pivot in A r,s >0, where c s

More information

Introduction to Modern Control Systems

Introduction to Modern Control Systems Introduction to Modern Control Systems Convex Optimization, Duality and Linear Matrix Inequalities Kostas Margellos University of Oxford AIMS CDT 2016-17 Introduction to Modern Control Systems November

More information

Numerical Optimization

Numerical Optimization Convex Sets Computer Science and Automation Indian Institute of Science Bangalore 560 012, India. NPTEL Course on Let x 1, x 2 R n, x 1 x 2. Line and line segment Line passing through x 1 and x 2 : {y

More information

Lecture 3: Convex sets

Lecture 3: Convex sets Lecture 3: Convex sets Rajat Mittal IIT Kanpur We denote the set of real numbers as R. Most of the time we will be working with space R n and its elements will be called vectors. Remember that a subspace

More information

Convexity: an introduction

Convexity: an introduction Convexity: an introduction Geir Dahl CMA, Dept. of Mathematics and Dept. of Informatics University of Oslo 1 / 74 1. Introduction 1. Introduction what is convexity where does it arise main concepts and

More information

Mathematical Programming and Research Methods (Part II)

Mathematical Programming and Research Methods (Part II) Mathematical Programming and Research Methods (Part II) 4. Convexity and Optimization Massimiliano Pontil (based on previous lecture by Andreas Argyriou) 1 Today s Plan Convex sets and functions Types

More information

Lecture 2 September 3

Lecture 2 September 3 EE 381V: Large Scale Optimization Fall 2012 Lecture 2 September 3 Lecturer: Caramanis & Sanghavi Scribe: Hongbo Si, Qiaoyang Ye 2.1 Overview of the last Lecture The focus of the last lecture was to give

More information

Convex Geometry arising in Optimization

Convex Geometry arising in Optimization Convex Geometry arising in Optimization Jesús A. De Loera University of California, Davis Berlin Mathematical School Summer 2015 WHAT IS THIS COURSE ABOUT? Combinatorial Convexity and Optimization PLAN

More information

DM545 Linear and Integer Programming. Lecture 2. The Simplex Method. Marco Chiarandini

DM545 Linear and Integer Programming. Lecture 2. The Simplex Method. Marco Chiarandini DM545 Linear and Integer Programming Lecture 2 The Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark Outline 1. 2. 3. 4. Standard Form Basic Feasible Solutions

More information

Chapter 4 Concepts from Geometry

Chapter 4 Concepts from Geometry Chapter 4 Concepts from Geometry An Introduction to Optimization Spring, 2014 Wei-Ta Chu 1 Line Segments The line segment between two points and in R n is the set of points on the straight line joining

More information

Lecture 5: Properties of convex sets

Lecture 5: Properties of convex sets Lecture 5: Properties of convex sets Rajat Mittal IIT Kanpur This week we will see properties of convex sets. These properties make convex sets special and are the reason why convex optimization problems

More information

Convex Optimization. Chapter 1 - chapter 2.2

Convex Optimization. Chapter 1 - chapter 2.2 Convex Optimization Chapter 1 - chapter 2.2 Introduction In optimization literatures, one will frequently encounter terms like linear programming, convex set convex cone, convex hull, semidefinite cone

More information

Convexity Theory and Gradient Methods

Convexity Theory and Gradient Methods Convexity Theory and Gradient Methods Angelia Nedić angelia@illinois.edu ISE Department and Coordinated Science Laboratory University of Illinois at Urbana-Champaign Outline Convex Functions Optimality

More information

Chapter 4 Convex Optimization Problems

Chapter 4 Convex Optimization Problems Chapter 4 Convex Optimization Problems Shupeng Gui Computer Science, UR October 16, 2015 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, 2015 1 / 58 Outline 1 Optimization problems

More information

Conic Duality. yyye

Conic Duality.  yyye Conic Linear Optimization and Appl. MS&E314 Lecture Note #02 1 Conic Duality Yinyu Ye Department of Management Science and Engineering Stanford University Stanford, CA 94305, U.S.A. http://www.stanford.edu/

More information

Alternating Projections

Alternating Projections Alternating Projections Stephen Boyd and Jon Dattorro EE392o, Stanford University Autumn, 2003 1 Alternating projection algorithm Alternating projections is a very simple algorithm for computing a point

More information

Combinatorial Geometry & Topology arising in Game Theory and Optimization

Combinatorial Geometry & Topology arising in Game Theory and Optimization Combinatorial Geometry & Topology arising in Game Theory and Optimization Jesús A. De Loera University of California, Davis LAST EPISODE... We discuss the content of the course... Convex Sets A set is

More information

Introduction to Convex Optimization. Prof. Daniel P. Palomar

Introduction to Convex Optimization. Prof. Daniel P. Palomar Introduction to Convex Optimization Prof. Daniel P. Palomar The Hong Kong University of Science and Technology (HKUST) MAFS6010R- Portfolio Optimization with R MSc in Financial Mathematics Fall 2018-19,

More information

CS675: Convex and Combinatorial Optimization Fall 2014 Convex Functions. Instructor: Shaddin Dughmi

CS675: Convex and Combinatorial Optimization Fall 2014 Convex Functions. Instructor: Shaddin Dughmi CS675: Convex and Combinatorial Optimization Fall 2014 Convex Functions Instructor: Shaddin Dughmi Outline 1 Convex Functions 2 Examples of Convex and Concave Functions 3 Convexity-Preserving Operations

More information

Lecture 5: Duality Theory

Lecture 5: Duality Theory Lecture 5: Duality Theory Rajat Mittal IIT Kanpur The objective of this lecture note will be to learn duality theory of linear programming. We are planning to answer following questions. What are hyperplane

More information

Math 414 Lecture 2 Everyone have a laptop?

Math 414 Lecture 2 Everyone have a laptop? Math 44 Lecture 2 Everyone have a laptop? THEOREM. Let v,...,v k be k vectors in an n-dimensional space and A = [v ;...; v k ] v,..., v k independent v,..., v k span the space v,..., v k a basis v,...,

More information

13. Cones and semidefinite constraints

13. Cones and semidefinite constraints CS/ECE/ISyE 524 Introduction to Optimization Spring 2017 18 13. Cones and semidefinite constraints ˆ Geometry of cones ˆ Second order cone programs ˆ Example: robust linear program ˆ Semidefinite constraints

More information

However, this is not always true! For example, this fails if both A and B are closed and unbounded (find an example).

However, this is not always true! For example, this fails if both A and B are closed and unbounded (find an example). 98 CHAPTER 3. PROPERTIES OF CONVEX SETS: A GLIMPSE 3.2 Separation Theorems It seems intuitively rather obvious that if A and B are two nonempty disjoint convex sets in A 2, then there is a line, H, separating

More information

Locally convex topological vector spaces

Locally convex topological vector spaces Chapter 4 Locally convex topological vector spaces 4.1 Definition by neighbourhoods Let us start this section by briefly recalling some basic properties of convex subsets of a vector space over K (where

More information

Lecture 3. Corner Polyhedron, Intersection Cuts, Maximal Lattice-Free Convex Sets. Tepper School of Business Carnegie Mellon University, Pittsburgh

Lecture 3. Corner Polyhedron, Intersection Cuts, Maximal Lattice-Free Convex Sets. Tepper School of Business Carnegie Mellon University, Pittsburgh Lecture 3 Corner Polyhedron, Intersection Cuts, Maximal Lattice-Free Convex Sets Gérard Cornuéjols Tepper School of Business Carnegie Mellon University, Pittsburgh January 2016 Mixed Integer Linear Programming

More information

MATH 890 HOMEWORK 2 DAVID MEREDITH

MATH 890 HOMEWORK 2 DAVID MEREDITH MATH 890 HOMEWORK 2 DAVID MEREDITH (1) Suppose P and Q are polyhedra. Then P Q is a polyhedron. Moreover if P and Q are polytopes then P Q is a polytope. The facets of P Q are either F Q where F is a facet

More information

Math 5593 Linear Programming Lecture Notes

Math 5593 Linear Programming Lecture Notes Math 5593 Linear Programming Lecture Notes Unit II: Theory & Foundations (Convex Analysis) University of Colorado Denver, Fall 2013 Topics 1 Convex Sets 1 1.1 Basic Properties (Luenberger-Ye Appendix B.1).........................

More information

LECTURE 1 Basic definitions, the intersection poset and the characteristic polynomial

LECTURE 1 Basic definitions, the intersection poset and the characteristic polynomial R. STANLEY, HYPERPLANE ARRANGEMENTS LECTURE Basic definitions, the intersection poset and the characteristic polynomial.. Basic definitions The following notation is used throughout for certain sets of

More information

Lecture 2 - Introduction to Polytopes

Lecture 2 - Introduction to Polytopes Lecture 2 - Introduction to Polytopes Optimization and Approximation - ENS M1 Nicolas Bousquet 1 Reminder of Linear Algebra definitions Let x 1,..., x m be points in R n and λ 1,..., λ m be real numbers.

More information

maximize c, x subject to Ax b,

maximize c, x subject to Ax b, Lecture 8 Linear programming is about problems of the form maximize c, x subject to Ax b, where A R m n, x R n, c R n, and b R m, and the inequality sign means inequality in each row. The feasible set

More information

MA4254: Discrete Optimization. Defeng Sun. Department of Mathematics National University of Singapore Office: S Telephone:

MA4254: Discrete Optimization. Defeng Sun. Department of Mathematics National University of Singapore Office: S Telephone: MA4254: Discrete Optimization Defeng Sun Department of Mathematics National University of Singapore Office: S14-04-25 Telephone: 6516 3343 Aims/Objectives: Discrete optimization deals with problems of

More information

FACES OF CONVEX SETS

FACES OF CONVEX SETS FACES OF CONVEX SETS VERA ROSHCHINA Abstract. We remind the basic definitions of faces of convex sets and their basic properties. For more details see the classic references [1, 2] and [4] for polytopes.

More information

Revisiting Frank-Wolfe: Projection-Free Sparse Convex Optimization. Author: Martin Jaggi Presenter: Zhongxing Peng

Revisiting Frank-Wolfe: Projection-Free Sparse Convex Optimization. Author: Martin Jaggi Presenter: Zhongxing Peng Revisiting Frank-Wolfe: Projection-Free Sparse Convex Optimization Author: Martin Jaggi Presenter: Zhongxing Peng Outline 1. Theoretical Results 2. Applications Outline 1. Theoretical Results 2. Applications

More information

LECTURE 10 LECTURE OUTLINE

LECTURE 10 LECTURE OUTLINE We now introduce a new concept with important theoretical and algorithmic implications: polyhedral convexity, extreme points, and related issues. LECTURE 1 LECTURE OUTLINE Polar cones and polar cone theorem

More information

Applied Integer Programming

Applied Integer Programming Applied Integer Programming D.S. Chen; R.G. Batson; Y. Dang Fahimeh 8.2 8.7 April 21, 2015 Context 8.2. Convex sets 8.3. Describing a bounded polyhedron 8.4. Describing unbounded polyhedron 8.5. Faces,

More information

3. The Simplex algorithmn The Simplex algorithmn 3.1 Forms of linear programs

3. The Simplex algorithmn The Simplex algorithmn 3.1 Forms of linear programs 11 3.1 Forms of linear programs... 12 3.2 Basic feasible solutions... 13 3.3 The geometry of linear programs... 14 3.4 Local search among basic feasible solutions... 15 3.5 Organization in tableaus...

More information

We have set up our axioms to deal with the geometry of space but have not yet developed these ideas much. Let s redress that imbalance.

We have set up our axioms to deal with the geometry of space but have not yet developed these ideas much. Let s redress that imbalance. Solid geometry We have set up our axioms to deal with the geometry of space but have not yet developed these ideas much. Let s redress that imbalance. First, note that everything we have proven for the

More information

Advanced Operations Research Techniques IE316. Quiz 1 Review. Dr. Ted Ralphs

Advanced Operations Research Techniques IE316. Quiz 1 Review. Dr. Ted Ralphs Advanced Operations Research Techniques IE316 Quiz 1 Review Dr. Ted Ralphs IE316 Quiz 1 Review 1 Reading for The Quiz Material covered in detail in lecture. 1.1, 1.4, 2.1-2.6, 3.1-3.3, 3.5 Background material

More information

This lecture: Convex optimization Convex sets Convex functions Convex optimization problems Why convex optimization? Why so early in the course?

This lecture: Convex optimization Convex sets Convex functions Convex optimization problems Why convex optimization? Why so early in the course? Lec4 Page 1 Lec4p1, ORF363/COS323 This lecture: Convex optimization Convex sets Convex functions Convex optimization problems Why convex optimization? Why so early in the course? Instructor: Amir Ali Ahmadi

More information

EC 521 MATHEMATICAL METHODS FOR ECONOMICS. Lecture 2: Convex Sets

EC 521 MATHEMATICAL METHODS FOR ECONOMICS. Lecture 2: Convex Sets EC 51 MATHEMATICAL METHODS FOR ECONOMICS Lecture : Convex Sets Murat YILMAZ Boğaziçi University In this section, we focus on convex sets, separating hyperplane theorems and Farkas Lemma. And as an application

More information

Linear programming and duality theory

Linear programming and duality theory Linear programming and duality theory Complements of Operations Research Giovanni Righini Linear Programming (LP) A linear program is defined by linear constraints, a linear objective function. Its variables

More information

On Unbounded Tolerable Solution Sets

On Unbounded Tolerable Solution Sets Reliable Computing (2005) 11: 425 432 DOI: 10.1007/s11155-005-0049-9 c Springer 2005 On Unbounded Tolerable Solution Sets IRENE A. SHARAYA Institute of Computational Technologies, 6, Acad. Lavrentiev av.,

More information

9.5 Equivalence Relations

9.5 Equivalence Relations 9.5 Equivalence Relations You know from your early study of fractions that each fraction has many equivalent forms. For example, 2, 2 4, 3 6, 2, 3 6, 5 30,... are all different ways to represent the same

More information

Polytopes Course Notes

Polytopes Course Notes Polytopes Course Notes Carl W. Lee Department of Mathematics University of Kentucky Lexington, KY 40506 lee@ms.uky.edu Fall 2013 i Contents 1 Polytopes 1 1.1 Convex Combinations and V-Polytopes.....................

More information

Convex Optimization Lecture 2

Convex Optimization Lecture 2 Convex Optimization Lecture 2 Today: Convex Analysis Center-of-mass Algorithm 1 Convex Analysis Convex Sets Definition: A set C R n is convex if for all x, y C and all 0 λ 1, λx + (1 λ)y C Operations that

More information

Some Advanced Topics in Linear Programming

Some Advanced Topics in Linear Programming Some Advanced Topics in Linear Programming Matthew J. Saltzman July 2, 995 Connections with Algebra and Geometry In this section, we will explore how some of the ideas in linear programming, duality theory,

More information

Linear Programming in Small Dimensions

Linear Programming in Small Dimensions Linear Programming in Small Dimensions Lekcija 7 sergio.cabello@fmf.uni-lj.si FMF Univerza v Ljubljani Edited from slides by Antoine Vigneron Outline linear programming, motivation and definition one dimensional

More information

Open problems in convex geometry

Open problems in convex geometry Open problems in convex geometry 10 March 2017, Monash University Seminar talk Vera Roshchina, RMIT University Based on joint work with Tian Sang (RMIT University), Levent Tunçel (University of Waterloo)

More information

Mathematical and Algorithmic Foundations Linear Programming and Matchings

Mathematical and Algorithmic Foundations Linear Programming and Matchings Adavnced Algorithms Lectures Mathematical and Algorithmic Foundations Linear Programming and Matchings Paul G. Spirakis Department of Computer Science University of Patras and Liverpool Paul G. Spirakis

More information

CS-9645 Introduction to Computer Vision Techniques Winter 2019

CS-9645 Introduction to Computer Vision Techniques Winter 2019 Table of Contents Projective Geometry... 1 Definitions...1 Axioms of Projective Geometry... Ideal Points...3 Geometric Interpretation... 3 Fundamental Transformations of Projective Geometry... 4 The D

More information

Intersection Cuts with Infinite Split Rank

Intersection Cuts with Infinite Split Rank Intersection Cuts with Infinite Split Rank Amitabh Basu 1,2, Gérard Cornuéjols 1,3,4 François Margot 1,5 April 2010; revised April 2011; revised October 2011 Abstract We consider mixed integer linear programs

More information

EM225 Projective Geometry Part 2

EM225 Projective Geometry Part 2 EM225 Projective Geometry Part 2 eview In projective geometry, we regard figures as being the same if they can be made to appear the same as in the diagram below. In projective geometry: a projective point

More information

A mini-introduction to convexity

A mini-introduction to convexity A mini-introduction to convexity Geir Dahl March 14, 2017 1 Introduction Convexity, or convex analysis, is an area of mathematics where one studies questions related to two basic objects, namely convex

More information

REVIEW OF FUZZY SETS

REVIEW OF FUZZY SETS REVIEW OF FUZZY SETS CONNER HANSEN 1. Introduction L. A. Zadeh s paper Fuzzy Sets* [1] introduces the concept of a fuzzy set, provides definitions for various fuzzy set operations, and proves several properties

More information

arxiv: v1 [math.co] 12 Dec 2017

arxiv: v1 [math.co] 12 Dec 2017 arxiv:1712.04381v1 [math.co] 12 Dec 2017 Semi-reflexive polytopes Tiago Royer Abstract The Ehrhart function L P(t) of a polytope P is usually defined only for integer dilation arguments t. By allowing

More information

Linear Optimization. Andongwisye John. November 17, Linkoping University. Andongwisye John (Linkoping University) November 17, / 25

Linear Optimization. Andongwisye John. November 17, Linkoping University. Andongwisye John (Linkoping University) November 17, / 25 Linear Optimization Andongwisye John Linkoping University November 17, 2016 Andongwisye John (Linkoping University) November 17, 2016 1 / 25 Overview 1 Egdes, One-Dimensional Faces, Adjacency of Extreme

More information

LP Geometry: outline. A general LP. minimize x c T x s.t. a T i. x b i, i 2 M 1 a T i x = b i, i 2 M 3 x j 0, j 2 N 1. where

LP Geometry: outline. A general LP. minimize x c T x s.t. a T i. x b i, i 2 M 1 a T i x = b i, i 2 M 3 x j 0, j 2 N 1. where LP Geometry: outline I Polyhedra I Extreme points, vertices, basic feasible solutions I Degeneracy I Existence of extreme points I Optimality of extreme points IOE 610: LP II, Fall 2013 Geometry of Linear

More information

Chapter 6 Some Applications of the Integral

Chapter 6 Some Applications of the Integral Chapter 6 Some Applications of the Integral More on Area More on Area Integrating the vertical separation gives Riemann Sums of the form More on Area Example Find the area A of the set shaded in Figure

More information

4 LINEAR PROGRAMMING (LP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1

4 LINEAR PROGRAMMING (LP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 4 LINEAR PROGRAMMING (LP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 Mathematical programming (optimization) problem: min f (x) s.t. x X R n set of feasible solutions with linear objective function

More information

Chapter 15: Functions of Several Variables

Chapter 15: Functions of Several Variables Chapter 15: Functions of Several Variables Section 15.1 Elementary Examples a. Notation: Two Variables b. Example c. Notation: Three Variables d. Functions of Several Variables e. Examples from the Sciences

More information

Advanced Operations Research Techniques IE316. Quiz 2 Review. Dr. Ted Ralphs

Advanced Operations Research Techniques IE316. Quiz 2 Review. Dr. Ted Ralphs Advanced Operations Research Techniques IE316 Quiz 2 Review Dr. Ted Ralphs IE316 Quiz 2 Review 1 Reading for The Quiz Material covered in detail in lecture Bertsimas 4.1-4.5, 4.8, 5.1-5.5, 6.1-6.3 Material

More information

Aspects of Convex, Nonconvex, and Geometric Optimization (Lecture 1) Suvrit Sra Massachusetts Institute of Technology

Aspects of Convex, Nonconvex, and Geometric Optimization (Lecture 1) Suvrit Sra Massachusetts Institute of Technology Aspects of Convex, Nonconvex, and Geometric Optimization (Lecture 1) Suvrit Sra Massachusetts Institute of Technology Hausdorff Institute for Mathematics (HIM) Trimester: Mathematics of Signal Processing

More information

CMU-Q Lecture 9: Optimization II: Constrained,Unconstrained Optimization Convex optimization. Teacher: Gianni A. Di Caro

CMU-Q Lecture 9: Optimization II: Constrained,Unconstrained Optimization Convex optimization. Teacher: Gianni A. Di Caro CMU-Q 15-381 Lecture 9: Optimization II: Constrained,Unconstrained Optimization Convex optimization Teacher: Gianni A. Di Caro GLOBAL FUNCTION OPTIMIZATION Find the global maximum of the function f x (and

More information

Lecture Notes 2: The Simplex Algorithm

Lecture Notes 2: The Simplex Algorithm Algorithmic Methods 25/10/2010 Lecture Notes 2: The Simplex Algorithm Professor: Yossi Azar Scribe:Kiril Solovey 1 Introduction In this lecture we will present the Simplex algorithm, finish some unresolved

More information

2 A topological interlude

2 A topological interlude 2 A topological interlude 2.1 Topological spaces Recall that a topological space is a set X with a topology: a collection T of subsets of X, known as open sets, such that and X are open, and finite intersections

More information

Division of the Humanities and Social Sciences. Convex Analysis and Economic Theory Winter Separation theorems

Division of the Humanities and Social Sciences. Convex Analysis and Economic Theory Winter Separation theorems Division of the Humanities and Social Sciences Ec 181 KC Border Convex Analysis and Economic Theory Winter 2018 Topic 8: Separation theorems 8.1 Hyperplanes and half spaces Recall that a hyperplane in

More information

Definition. Given a (v,k,λ)- BIBD, (X,B), a set of disjoint blocks of B which partition X is called a parallel class.

Definition. Given a (v,k,λ)- BIBD, (X,B), a set of disjoint blocks of B which partition X is called a parallel class. Resolvable BIBDs Definition Given a (v,k,λ)- BIBD, (X,B), a set of disjoint blocks of B which partition X is called a parallel class. A partition of B into parallel classes (there must be r of them) is

More information

Topological properties of convex sets

Topological properties of convex sets Division of the Humanities and Social Sciences Ec 181 KC Border Convex Analysis and Economic Theory Winter 2018 Topic 5: Topological properties of convex sets 5.1 Interior and closure of convex sets Let

More information

GEOMETRIC TOOLS FOR COMPUTER GRAPHICS

GEOMETRIC TOOLS FOR COMPUTER GRAPHICS GEOMETRIC TOOLS FOR COMPUTER GRAPHICS PHILIP J. SCHNEIDER DAVID H. EBERLY MORGAN KAUFMANN PUBLISHERS A N I M P R I N T O F E L S E V I E R S C I E N C E A M S T E R D A M B O S T O N L O N D O N N E W

More information

AMS : Combinatorial Optimization Homework Problems - Week V

AMS : Combinatorial Optimization Homework Problems - Week V AMS 553.766: Combinatorial Optimization Homework Problems - Week V For the following problems, A R m n will be m n matrices, and b R m. An affine subspace is the set of solutions to a a system of linear

More information

CAT(0)-spaces. Münster, June 22, 2004

CAT(0)-spaces. Münster, June 22, 2004 CAT(0)-spaces Münster, June 22, 2004 CAT(0)-space is a term invented by Gromov. Also, called Hadamard space. Roughly, a space which is nonpositively curved and simply connected. C = Comparison or Cartan

More information

M3P1/M4P1 (2005) Dr M Ruzhansky Metric and Topological Spaces Summary of the course: definitions, examples, statements.

M3P1/M4P1 (2005) Dr M Ruzhansky Metric and Topological Spaces Summary of the course: definitions, examples, statements. M3P1/M4P1 (2005) Dr M Ruzhansky Metric and Topological Spaces Summary of the course: definitions, examples, statements. Chapter 1: Metric spaces and convergence. (1.1) Recall the standard distance function

More information

On the positive semidenite polytope rank

On the positive semidenite polytope rank On the positive semidenite polytope rank Davíd Trieb Bachelor Thesis Betreuer: Tim Netzer Institut für Mathematik Universität Innsbruck February 16, 017 On the positive semidefinite polytope rank - Introduction

More information