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

Size: px
Start display at page:

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

Transcription

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

2 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 function. f j. R n R,i=1,,m. constraint functions. 1 x. optimal or solution of the problem The constraint can be various and is not limited to 0. 2

3 S. basic feasible set. Q. {x S f j (x) 0,j=1,,m}. feasible set. In general optimization problems are unsolvable. 3

4 Classification of optimization problems 1. Constrained problem. 2. Unconstrained problem. 3. Smooth problem. 4. Nonsmooth problem. 5. Linearly constrained problem. a. Linear optimization problem. b. Quadratic optimization problem. 6. Quadratically optimization problem. 7. Feasible. Strictly feasible... They are just constrains on the type of f 0, f j, S and x! 4

5 Classification of solutions 1. Global solution. 2. Local solution. 5

6 Analyze a method M M. numerical method P. a class of problems Σ. Model. A known part of problem P. O. Oracle. A unit answers the successive question of the method. To solve the problem means to find an approximate solution to M with an accuracy ε>0. Thus we need T ε. a stopping criterion Thus our problem class is F (Σ,O,T ε ). 6

7 Performance: The total amount of computational efforts required by M to solve P. 1. analytical complexity 2. arithmetical complexity Optimal. if upper complexity bounds of the method are proportional to the lower complexity bound of the problem class 7

8 Example: Complexity bounds for global optimization Consider a constrained minimization problem without functional constraints, min f(x). (2) x B n The basic feasible set of this problem is B n, which is an n-dimensional box in R n : B n = { x R n 0 x (i) 1,i=1,,n }. (3) The distance is measured using l -norm. 8

9 We further assume that the function is L-Lipschitzian. We can construct an optimal method for this problem and show that it is not solvable by computers. 9

10 Main fields Goals of the methods Classes of functional components General global optimization: Let s wait for quantum computers! Nonlinear optimization: We can find a local minimum under restrictions[1]. Convex optimization: We can find the global minimum under restrictions. Interior-point polynomial-time methods: We can find the global minimum under restrictions for convex sets and functions with explicit structure. 10

11 Description of the oracle Convex optimization also benefits nonconvex optimization. 11

12 Convex sets Line. Points of the form y=θx 1 +(1 θ)x 2, where θ R, form the line passing through x 1 and x 2. Line segment. y=x 2 +θ(x 1 x 2 ) where 0 θ 1. Affine set. A set C R n is affine if the line through any two distinct points in C lies in C. Affine combination. θ 1 x 1 + +θ k x k where θ 1 + +θ k =1 is an affine combination of the points x 1,,x k. Theorem 1. If C is an affine set, x 1,, x k C, then the affine combination of x 1,,x k also belongs to C. 12

13 Theorem 2. If C is an affine set and x 0 C, then the set is a subspace. V =C x 0 ={x x 0 x C} Dimension of an affine set. Defined to be the dimension of the subspace V =C x 0, where x 0 is any element of C. Affine dimension. The affine dimension of a set C is the dimension of its affine hull 2. Affine hull. The set of all affine combinations fo points of some set C. Denoted by aff C. 2. Unit circle in 2-d space has affine dimension 2 but by most definitions of dimension it has dimension 1. 13

14 Relative interior. The relative interior of the set C is the interior relative to aff C: relintc={x C B(x,r) affc C for some r>0}. Relative boundary. The relative boundary of a set C is clc\relintc, where clc is the clojure of C. The affine hull of C is the smallest affine set that contains C. Convex set. A set C is convex if the line segment between any two points in C lies in C. Convex combination. A convex combination of the points x 1,, x k is θ 1 x θ k x k, where θ θ k = 1 and θ i 0, i=1,,k. 14

15 Theorem 3. A set is convex iff it contains every convex combination of its points. Convex hull. A convex hull of a set C, denoted conv C, is the set of all convex combinations of points in C. It is the smallest convex set that contains C. Theorem 4. Suppose C R n is convex and x is a random vector with x C with probability one. Then Ex C. Cone. A set C is called a cone, or nonnegative homogeneous, if for every x C and θ 0 we have θx C. 15

16 Convex cone. A set C is a convex cone if it is convex and a cone, which means for any x 1,x 2 C and θ 1,θ 2 0, we have θ 1 x 1 +θ 2 x 2 C. Conic combination. or nonnegative linear combination. A point of the form θ 1 x 1 + +θ k x k with θ 1,,θ k 0. Theorem 5. A set C is a convex cone iff it contains all conic combinations of its elements. Conic hull. A set of all conic combinations of points in C. This is the smallest convex cone that contains C. 16

17 Examples Hyperplane. A set of the form {x a T x=b}, where a R n,a 0 and b R. (Normal vector is a.) Halfspaces. A hyperplane divides R n into two halfspaces. A (closed) halfspace is a set of the form {x a T x b}, where a 0. The open halfspace uses a strict inequality. Euclidean ball. B(x c,r)={x x x c 2 r}={x c +ru u 2 1}. 17

18 Ellipsoid. E={x (x x c ) T P 1 (x x c ) 1}={x c +Au u 2 1}, where P =P T 0 and A is square and nonsingular. Norm ball. {x x x c r}. Theorem 6. Norm balls are convex. Norm cone. {(x,t) x t} R n For Euclidean norm: {( {(x,t) R n+1 x x 2 t}= t ) ( x t ) T ( I I )( x t ) } 0,t 0. 18

19 Figure 1. An example of norm cone. This is also called Lorentz cone. 19

20 Polyhedron. The solution set of a finite number of linear equalities and inequalities and thus the intersection of a finite number of half spaces and hyperplanes. P = {x a j T x b j, j = 1,, m, c j T x = d j, j = 1,, p}={x Ax b,cx=d}. Theorem 7. The intersection of convex sets is a convex set. Theorem 8. Polyhedra are convex sets. Nonnegative orthant. The set of points with nonnegative components, i.e., R + n ={x R n x i 0,i=1,,n}. 20

21 Affinely independent. k+1 points v 0,,v k are affinely independent if v 1 v 0,,v k v 0 are linearly independent. Simplexes. The simplex determined by k + 1 affinely independent points v 0,,v k R n is C= conv{v 0,,v k }={θ 0 v 0 + +θ k v k θ 0,1 T θ=1}. The affine dimension of this simplex is k. Probability simplex. x 0,1 T x=1. Unit simplex. x 0,1 T x 1. The above simplex can be discribed using polyhedron. 21

22 Theorem 9. A generalization of convex hull is {θ 1 v 1 + +θ k v k θ 1 + +θ m =1,θ i 0,i=1,,k}, where m k 4. This defines a polyhedron, and conversely, every polyhedron can be represented in this form. Positive semidefinite cone. S + n = {X S n X 0}, where S n denotes the set of symmetric n n matrices. 4. We can interpret it as the convex hull of the points v 1,,v m, plus the conic hull of the points v m+1,,v k. 22

23 Operations that preserve convexity Theorem 10. Convexity is preserved under intersection. Theorem 11. Every closed convex set S is a (usually infinite) intersection of halfspaces. In fact, a closed convex set S is the intersection of all halfspaces that contain it: S= {H H halfspace,s H}. Affine function. A function f: R n R m is affine if it is a sum of a linear function and a constant, i.e., f(x)=ax+b. Theorem 12. Convexity is preserved under affine function, i.e., if S is convex and f is an affine function, then f(s) is convex. 23

24 Note that the inverse function of an affine function is an affine function. Examples of affine function include translation and projection. Corollary 13. The partial sum of two convex sets S 1,S 2 R n R m defined as S={(x,y 1 +y 2 ) (x,y 1 ) S 1,(x,y 2 ) S 2 }, where x R n and y i R m is convex. Perspective function. P: R n+1 R n, with domain dom P = R n R ++, as P(z,t)=z/t. The perspective function scales or normalizes vectors so the last component is one, and then drops the last component. 24

25 Theorem 14. If C domp is convex, then its image P(C)={P(x) x C} is convex, where P is perspective function. Proof. For any two points (x,z 1 ),(y,z 2 ) in C we have θx+(1 θ)y θz 1 +(1 θ)z 2 P(C). From this we know the perspective function maps line segments to line segments and thus it preserves the convexity of sets. 25

26 Theorem 15. The inverse image of a convex set under the perspective function is also convex. If C R n is convex, then is convex. P 1 (C)={(x,t) R n+1 x/t C,t>0} Linear-fractional function. Compose the perspective function with an( affine function. Suppose g: R n R m+1 is affine: ) g(x)=, then A c T ) x+ ( b d f =P g=(ax+b)/(c T x+d), domf ={x c T x+d>0} is a linear-fractional function. Affine function is a special case of linear-fractional function. 26

27 Corollary 16. Linear-fractional functions preserve convexity. Example 17. (Conditional probabilities) Let p ij denote prob(u = 1, v = j). Then the conditional probability f,j = prob(u = v = j) = p,j n is obtained by a linear-fractional k=1 p kj mapping from p,j. It follows that if C is a convex set of joint probabilities for (u, v), then the associated set of conditional probabilities of u given v is also convex. 27

28 Generalized inequalities Proper cone. A cone R n that 1. convex 2. closed 3. solid, which means it has nonempty interior 4. pointed, which means that it is x K, x K oriented, x=0. proper cone can be used to define a partial ordering on R n. Generalized inequality. x K y y x K, x K y y x intk. 28

29 Linear ordering. Any two points are comparable. on R is linear ordering but generalized inequality generally does not have this property 5. Example 18. When K= R +, K is the usual ordering on R. Properties of generalized inequalities 1. Preserved under addition. 2. Transitive. 3. Preserved under nonnegative scaling. 4. Reflexive. 5. Antisymmetric. 5. This makes concepts like minimun and maximum more complicated. 29

30 6. Preserved under limits. Minimum and minimal elements Minimum. x S is the minimum element of S with respect to the generalized inequality K if for every y S we have x K y. Minimal. x S is a minimal element of S with respect to the generalized inequality K if y S,y K x only if y=x. Maximum/Maximal. Defined in a similar way. Theorem 19. If a set has a minimum element, then it is unique. A set can have many different minimal elements. Theorem 20. A point x S is the minimum element of S iff S x+k. 30

31 Theorem 21. A point x S is a minimal element iff (x K) S= {x}. Figure 2. Left: minimum. Right: minimal. 31

32 Example 22. (Minimum and minimal elements of a set of symmetric matrices) We associate with eacha S n ++ an ellipsoid centered at the origin, given by E A ={x x T A 1 x 1}. We have A B iff E A E B. Let v 1,,v k R n be given and define S={P S n ++ v T i P 1 v i 1,i=1,,k}, which corresponds to the set of ellipsoids that contain the points v 1,, v k. The set does not have a minimum element but have minimal elements. 32

33 Figure 3. E 2 is a minimal element. 33

34 Separating and supporting hyperplanes Theorem 23. (Separating hyperplane theorem) Suppose C and D are two convex sets that do not intersect, i.e., C D=. Then there exists a0and b such that a T x b for all x C and a T x b for all x D. The hyperplane {x a T x=b} is called a separating hyperplane for the sets C and D. Proof. Construct a plane orthogonal to the line formed by two points achieving the dist(c, D). Strict separation. If the inequalities in separation become strict, it is called a strict separation. Strict separation is not always 34

35 possible even for closed convex sets. Theorem 24. Any two convex sets C and D, at least one of which open, are disjoint iff there exists a separating hyperplane. Supporting hyperplane. Suppose C R n, and x 0 is a point in its boundary bdc= clc\intc. If a 0 satisfies a T x a T x 0 for all x C, then the hyperplane {x a T x=a T x 0 } is called a supporting hyperplane to C at the point x This is equivalent to saying that the point x 0 and the set C are separated by the hyperplane. 35

36 Figure 4. The supporting hyperplane. Theorem 25. (Supporting hyperplane theorem) For any nonempty convex set C, and any x 0 bdc, there exists a supporting hyperplane to C at x 0. 36

37 Theorem 26. If a set is closed, has nonempty interior, and has a supporting hyperplane at every point in its boundary, then it is convex. 37

38 Dual cones and generalized inequalities Dual cone. Let K be a cone. The set K ={y x T y 0for allx K} is called the dual cone of K. Figure 5. y is in K and z is not. Geometrically, y K iff y is the normal of a hyperplane that supports K at the origin. 38

39 Theorem 27. K is a cone, and is always convex, even when the original cone is not. Example 28. (Positive semidefinite cone) The positive semidefinite cone S n + is self-dual under the standard inner product tr(xy)= n i,j=1 X ij Y ji = n i,j=1 X ij Y ij. Dual norm. u = sup{u T x x 1}. Example 29. (Dual of a norm cone) The dual of the norm cone K={(x,t) R n+1 x t} is the cone defined by the dual norm, 39

40 i.e., K ={(u,v) R n+1 u v}. The properties of dual cone 1. K is closed and convex. 2. K 1 K 2 K 2 K If K has nonempty interior, then K is pointed. 4. If the closure of K is pointed then K has nonempty interior. 5. K is the closure of the convex hull of K. (Hence if K is convex and closed, K =K.) 40

41 Theorem 30. If K is a proper cone, then so is its dual K. Dual generalized inequalities Dual generalized inequality. K. Note that if the convex cone K is proper, then K is proper. Since for a proper cone K = K, the dual generalized inequality associated with K is K. Theorem x K y iff λ T x λ T y for all λ K x K y iff λ T x<λ T y for all λ K 0. 0,λ The geometric interpretation is easy to get. 41

42 Example 32. (Theorem of alternatives for linear strict generalized inequalities) Suppose K R m is a proper cone. Consider the strict generalized inequality where x R n. Ax K b, An alternative is there exists a λ such that λ T A=0, λ T b 0, λ K 0, λ 0. Theorem 33. x is the minimum element of S, with respect to the generalized inequality K, iff for all λ K 0, x is the unique minimizer of λ T z over z S. 42

43 Figure 6. 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. 43

44 Theorem 34. If λ K 0 and x minimizes λ T z over z S, then x is minimal. Note that the converse is generally false. Theorem 35. Provided that the set S is convex, we can say that for any minimal element x there exists a nonzero λ K 0 such that x minimizes λ T z over z S. 44

45 45

46 Figure 8. Why the converse is not true and why instead of. K=R + 2 for example. Left. The point x 1 S 1 is minimal, but is not a minimizer of λ T z over S 1 for any λ 0. Right. The point x 2 S 2 is not minimal, but it does minimize λ T z over z S 2 for λ=(0,1) 0. 46

47 Bibliography [1] Xiangru Lian, Yijun Huang, Yuncheng Li and Ji Liu. Asynchronous parallel stochastic gradient for nonconvex optimization. ArXiv preprint arxiv: ,,

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

Convex Optimization. 2. Convex Sets. Prof. Ying Cui. Department of Electrical Engineering Shanghai Jiao Tong University. SJTU Ying Cui 1 / 33 Convex Optimization 2. Convex Sets Prof. Ying Cui Department of Electrical Engineering Shanghai Jiao Tong University 2018 SJTU Ying Cui 1 / 33 Outline Affine and convex sets Some important examples Operations

More information

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

CS 435, 2018 Lecture 2, Date: 1 March 2018 Instructor: Nisheeth Vishnoi. Convex Programming and Efficiency

CS 435, 2018 Lecture 2, Date: 1 March 2018 Instructor: Nisheeth Vishnoi. Convex Programming and Efficiency CS 435, 2018 Lecture 2, Date: 1 March 2018 Instructor: Nisheeth Vishnoi Convex Programming and Efficiency In this lecture, we formalize convex programming problem, discuss what it means to solve it efficiently

More information

Lecture 1: Introduction

Lecture 1: Introduction CSE 599: Interplay between Convex Optimization and Geometry Winter 218 Lecturer: Yin Tat Lee Lecture 1: Introduction Disclaimer: Please tell me any mistake you noticed. 1.1 Course Information Objective:

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

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

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

Lecture 19: Convex Non-Smooth Optimization. April 2, 2007

Lecture 19: Convex Non-Smooth Optimization. April 2, 2007 : Convex Non-Smooth Optimization April 2, 2007 Outline Lecture 19 Convex non-smooth problems Examples Subgradients and subdifferentials Subgradient properties Operations with subgradients and subdifferentials

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

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

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

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

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

Support Vector Machines.

Support Vector Machines. Support Vector Machines srihari@buffalo.edu SVM Discussion Overview 1. Overview of SVMs 2. Margin Geometry 3. SVM Optimization 4. Overlapping Distributions 5. Relationship to Logistic Regression 6. Dealing

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

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

Week 5. Convex Optimization

Week 5. Convex Optimization Week 5. Convex Optimization Lecturer: Prof. Santosh Vempala Scribe: Xin Wang, Zihao Li Feb. 9 and, 206 Week 5. Convex Optimization. The convex optimization formulation A general optimization problem is

More information

Introduction to optimization

Introduction to optimization Introduction to optimization G. Ferrari Trecate Dipartimento di Ingegneria Industriale e dell Informazione Università degli Studi di Pavia Industrial Automation Ferrari Trecate (DIS) Optimization Industrial

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

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

ORIE 6300 Mathematical Programming I September 2, Lecture 3

ORIE 6300 Mathematical Programming I September 2, Lecture 3 ORIE 6300 Mathematical Programming I September 2, 2014 Lecturer: David P. Williamson Lecture 3 Scribe: Divya Singhvi Last time we discussed how to take dual of an LP in two different ways. Today we will

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

Characterizing Improving Directions Unconstrained Optimization

Characterizing Improving Directions Unconstrained Optimization Final Review IE417 In the Beginning... In the beginning, Weierstrass's theorem said that a continuous function achieves a minimum on a compact set. Using this, we showed that for a convex set S and y not

More information

Linear and Integer Programming :Algorithms in the Real World. Related Optimization Problems. How important is optimization?

Linear and Integer Programming :Algorithms in the Real World. Related Optimization Problems. How important is optimization? Linear and Integer Programming 15-853:Algorithms in the Real World Linear and Integer Programming I Introduction Geometric Interpretation Simplex Method Linear or Integer programming maximize z = c T x

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

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

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

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

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

POLYHEDRAL GEOMETRY. Convex functions and sets. Mathematical Programming Niels Lauritzen Recall that a subset C R n is convex if

POLYHEDRAL GEOMETRY. Convex functions and sets. Mathematical Programming Niels Lauritzen Recall that a subset C R n is convex if POLYHEDRAL GEOMETRY Mathematical Programming Niels Lauritzen 7.9.2007 Convex functions and sets Recall that a subset C R n is convex if {λx + (1 λ)y 0 λ 1} C for every x, y C and 0 λ 1. A function f :

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

Lec13p1, ORF363/COS323

Lec13p1, ORF363/COS323 Lec13 Page 1 Lec13p1, ORF363/COS323 This lecture: Semidefinite programming (SDP) Definition and basic properties Review of positive semidefinite matrices SDP duality SDP relaxations for nonconvex optimization

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

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

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. Curves and Surfaces. 6.1 Graphs as Surfaces

Chapter 6. Curves and Surfaces. 6.1 Graphs as Surfaces Chapter 6 Curves and Surfaces In Chapter 2 a plane is defined as the zero set of a linear function in R 3. It is expected a surface is the zero set of a differentiable function in R n. To motivate, graphs

More information

The Simplex Algorithm

The Simplex Algorithm The Simplex Algorithm Uri Feige November 2011 1 The simplex algorithm The simplex algorithm was designed by Danzig in 1947. This write-up presents the main ideas involved. It is a slight update (mostly

More information

Programming, numerics and optimization

Programming, numerics and optimization Programming, numerics and optimization Lecture C-4: Constrained optimization Łukasz Jankowski ljank@ippt.pan.pl Institute of Fundamental Technological Research Room 4.32, Phone +22.8261281 ext. 428 June

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

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

6 Randomized rounding of semidefinite programs

6 Randomized rounding of semidefinite programs 6 Randomized rounding of semidefinite programs We now turn to a new tool which gives substantially improved performance guarantees for some problems We now show how nonlinear programming relaxations can

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

Perspective Mappings. Contents

Perspective Mappings. Contents Perspective Mappings David Eberly, Geometric Tools, Redmond WA 98052 https://www.geometrictools.com/ This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy

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

A primal-dual Dikin affine scaling method for symmetric conic optimization

A primal-dual Dikin affine scaling method for symmetric conic optimization A primal-dual Dikin affine scaling method for symmetric conic optimization Ali Mohammad-Nezhad Tamás Terlaky Department of Industrial and Systems Engineering Lehigh University July 15, 2015 A primal-dual

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

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