Convex Sets. Prof. Dan A. Simovici UMB

Size: px
Start display at page:

Download "Convex Sets. Prof. Dan A. Simovici UMB"

Transcription

1 Convex Sets Prof. Dan A. Simovici UMB 1 / 57

2 Outline 1 Closures, Interiors, Borders of Sets in R n 2 Segments and Convex Sets 3 Properties of the Class of Convex Sets 4 Closure and Interior Points of Convex Sets 5 Proximal Point in a Convex Set 6 Separation of Convex Sets 7 Theorems of Alternatives 2 / 57

3 Closures, Interiors, Borders of Sets in R n Open and Closed Spheres Definition An open sphere of radius r centered in x 0 is the set B(x 0, r) = {x R n x x 0 < r}. A closed sphere of radius r centered in x 0 is the set B[x 0, r] = {x R n x x 0 r}. 3 / 57

4 Closures, Interiors, Borders of Sets in R n Closure of a Set Definition Let S be a subset of R n. A point x is in the closure of a set S if S B(x, r) for every r > 0. The closure of S is denoted by K(S). If S = K(S), then S is said to be closed. 4 / 57

5 Closures, Interiors, Borders of Sets in R n Interior of a Set Definition Let S be a subset of R n. A point x is in the interior of a set S if B(x, r) S for some r > 0. The interior of S is denoted by I (S). If S = I (S), then S is said to be open. 5 / 57

6 Closures, Interiors, Borders of Sets in R n Boundary of a Set Definition Let S be a subset of R n. A point x is in the border of a set S if we have both B(x, r) S and B(x, r) (R n S) for every r > 0. The border of S is denoted by (S). 6 / 57

7 Closures, Interiors, Borders of Sets in R n Example The set S = B[0 2, 1] = {x R 2 x1 2 + x 2 2 S = K(S). The interior I (S) is 1} is closed, that is, while the border of S is B(0 2, 1) = {x R 2 x x 2 2 < 1}, S = {x R 2 x x 2 2 = 1}. 7 / 57

8 Segments and Convex Sets Segments Let x, y R n. The closed segment determined by x and y is the set [x, y] = {ax + (1 a)y 0 a 1}. The half-closed segments determined by x and y are the sets [x, y) = {ax + (1 a)y 0 < a 1}, and (x, y] = {ax + (1 a)y 0 a < 1}. The open segment determined by x and y is (x, y) = {ax + (1 a)y 0 < a < 1}. 8 / 57

9 Segments and Convex Sets Definition A subset C of R n is convex if, for all x, y C we have [x, y] C. Note that the empty subset and every singleton {x} of R n is convex. 9 / 57

10 Segments and Convex Sets Example Every linear subspace T of R n is convex. Example The set R n 0 of all vectors of Rn having non-negative components is a convex set called the non-negative orthant of R n. Example The convex subsets of (R, +, ) are the intervals of R. Regular polygons are convex subsets of R / 57

11 Segments and Convex Sets Example An open sphere C(x 0, r) R n is convex, where R n is equipped with the Euclidean norm. Indeed, suppose that x, y C(x 0, r), that is, x x 0 < r and y x 0 < r. Let a [0, 1] and let z = ax + (1 a)y. We have so z C(x 0, r). x 0 z = x 0 ax (1 a)y = a(x 0 x) + (1 a)(x 0 y) a x 0 x +(1 a) x 0 y) r. 11 / 57

12 Segments and Convex Sets Definition Let U be a subset of R n and let x 1,..., x k U. A linear combination of U, a 1 x a k x k is an affine combination of U if k i=1 a i = 1; a non-negative combination of U if a i 0 for 1 i k; a positive combination of U if a i > 0 for 1 i k; a convex combination of U if it is a non-negative combination of U and a a k = / 57

13 Segments and Convex Sets Theorem A subset C of R n is convex if and only if any convex combination of elements of C belongs to C. 13 / 57

14 Properties of the Class of Convex Sets Theorem Let C 1,..., C k be convex subsets of R n. If b 1,..., b k R, then is a convex set. {y = b 1 x b k x k x i C i for 1 i k} 14 / 57

15 Properties of the Class of Convex Sets Theorem If C is a convex subset of R m and f : R m R n is an affine mapping, then the set f (C) is a convex subset of R n. If D is a convex subset of R n, then f 1 (D) = {x R n f (x) D} is a convex subset of R m. Proof: Since f is an affine mapping we have f (x) = Ax + b, where A R n m and b R n for x R m. Therefore, if y 1, y 2 f (C) we can write y 1 = Ax 1 + b and y 2 = Ax 2 + b. This, in turn, allows us to write for a [0, 1]: ay 1 + (1 a)y 2 = a(ax 1 + b) + (1 a)(ax 2 + b) = A(ax 1 + (1 a)x 2 ) + b = h(ax 1 + (1 a)x 2 ). The convexity of C implies ax 1 + (1 a)x 2 C, so ay 1 + (1 a)y 2 f (C), which shows that f (C) is convex. 15 / 57

16 Properties of the Class of Convex Sets Definition A subset D of R n is affine if, for all x, y C and all a R, we have ax + (1 a)y D. In other words, D is an affine set if every point on the line determined by x and y belongs to C. Note that D is a subspace of R n if 0 D and D is an affine set. 16 / 57

17 Properties of the Class of Convex Sets Theorem Let D be a non-empty affine set in R n. There exists translation t u and a unique subspace L of R n such that D = t u (L). 17 / 57

18 Properties of the Class of Convex Sets Proof Let L = {x y x, y D} and let x 0 D. We have 0 = x 0 x 0 L and it is immediate that L is an affine set. Therefore, L is a subspace. Suppose that D = t u (L) = t v (K), where both L and K are subspaces of R n. Since 0 K, it follows that there exists w L such that u + w = v. Similarly, since 0 L, it follows that there exists t K such that u = v + t. Consequently, since w + t = 0, both w and t belong to both subspaces L and K. If s L, it follows that u + s = v + z for some z K. Therefore, s = (v u) + z K because w = v u K. This implies L K. The reverse inclusion can be shown similarly. 18 / 57

19 Properties of the Class of Convex Sets Theorem Let A R m n and let b R m. The set S = {x R n Ax = b} is an affine subset of R n. Conversely, every affine subset of R n is the set of solutions of a system of the form Ax = b. 19 / 57

20 Properties of the Class of Convex Sets Proof It is immediate that the set of solutions of a linear system is affine. Conversely, let S be an affine subset of R n and let L be the linear subspace such that S = u + L. Let {a 1,..., a m } be a basis of L. We have L = {x R n a ix = 0 for 1 i m} = {x R n Ax = 0}, where A is a matrix whose rows are a 1,..., a m. By defining b = Au we have S = {u + x Ax = 0} = {y R n Ay = b}. 20 / 57

21 Properties of the Class of Convex Sets Theorem The intersection of any collection of convex (affine) sets in R n is a convex (affine) set. This allows us to define the convex closure K conv (S) of a subset S of R n as the intersection of all convex sets that contain S. This is the least convex set that contains S. Simlarly, K aff (S), the intersection of all affine sets that contain S is the least affine subset of R n that contains S. 21 / 57

22 Closure and Interior Points of Convex Sets Theorem Let S be a convex set in R n with I (S). If x 1 K(S) and x 2 I (S), then ax 1 + (1 a)x 2 S for a (0, 1). 22 / 57

23 Closure and Interior Points of Convex Sets Proof Since x 2 I (S) there exists ɛ > 0 such that B(x 2, ɛ) S. Let y = ax 1 + (1 a)x 2. To show that y I (S) it is sufficient to show that B(y, (1 a)ɛ) S. z 2 z x 2 I (S) z 1 y x 1 K(S) 23 / 57

24 Closure and Interior Points of Convex Sets Proof (cont d) Since x 1 K(S) we have ( ) (1 a)ɛ z y B x 1, S. a In particular, there exists z 1 S such that z 1 x 1 < (1 a)ɛ z y. a z 2 z x 2 I (S) y z 1 24 / 57

25 Closure and Interior Points of Convex Sets Proof (cont d) Define z 1 = z az 1 1 a. This allows us to write z 2 x 2 = z az 1 1 a x 2 = 1 1 a (z y) + a(x 1 z 1 ) 1 1 a ( (z y) +a x 1 z 1 < ɛ, so z 2 S. By the definition of z 2 note that z = az 1 + (1 a)z 2. Since z 1, z 2 S, we have z S. Therefore, y I (S). 25 / 57

26 Closure and Interior Points of Convex Sets Corollary For a convex set S, I (S) is convex. Corollary If S is a convex set and I (S), then K(S) is convex 26 / 57

27 Closure and Interior Points of Convex Sets Proof Let x 1, x 2 K(S) and let z I (S). By the theorem on slide 22, ax 2 + (1 a)z I (S) for each a (0, 1). For b (0, 1) we have bx 1 + (1 b)(ax 2 + (1 a)z)i (S) S. Since lim a 1 bx 1 + (1 b)(ax 2 + (1 a)z) = bx 1 + (1 b)x 2 K(S). 27 / 57

28 Closure and Interior Points of Convex Sets Corollary Let S be a set with I (S). Then, K(I (S)) = K(S). 28 / 57

29 Closure and Interior Points of Convex Sets Proof It is clear that K(I (S)) K(S). Let x K(S) and y I (S) (since I (S) ). Then, ax + (1 a)y I (S) for each a (0, 1). Since x = lim a 1 ax + (1 a)y K(I (S)), the equality follows. 29 / 57

30 Closure and Interior Points of Convex Sets Corollary Let S be a set with I (S). Then I (K(S)) = I (S). 30 / 57

31 Closure and Interior Points of Convex Sets Proof We have I (S) I (K(S)). Let x 1 I (K(S)). There exists ɛ > 0 such that B(x 1, ɛ) K(S). Let x 2 x 1 that belongs to I (S) and let y = (1 + b)x 1 bx 2, ɛ where b = 2 x 2 x 1. Since y x 1 = ɛ 2, we have y K(S). But x 1 = cy + (1 c)x 2, where c = 1 1+b (0, 1). Since y K(S) and x 2 I (S), then x 1 I (S). 31 / 57

32 Proximal Point in a Convex Set The Proximal Point Lemma Let C be a nonempty and closed convex set, C R n and let x 0 C. There exits a unique point u C such that u x 0 is the minimal distance from x 0 to C. 32 / 57

33 Proximal Point in a Convex Set Proof Let µ = min{ x x 0 x C}. There exists a sequence of elements in C, (z n ) such that lim n z n x 0 = µ. By the law of the parallelogram, z k z m 2 = 2 z k x z m x x k +x m 2 x 0 2. Since C is convex, we have x k +x m 2 C; the definition of µ implies that x k + x m 2 x 0 µ 2, 2 so z k z m 2 2 z k x z m x 0 2 4µ / 57

34 Proximal Point in a Convex Set Proof (cont d) Since lim n z n x 0 = µ, for every ɛ > 0, there exists n ɛ such that k, m > n ɛ imply z k x 0 < µɛ and z m x 0 < µɛ. Therefore, if k, m > n ɛ, it follows that z k z m 2 4µ 2 (ɛ 2 1). Thus, (z n ) is a Cauchy sequence. If lim n z n = u, then u C because C is a closed set. 34 / 57

35 Proximal Point in a Convex Set Suppose v C with v v and v x 0 = u x 0. Since C is convex, w = 1 2 (u + v) C and we have 1 2 (u + v) x u x v x 0 = µ. If 1 2 (u + v) x 0 < µ, the definition of µ is violated. Therefore, we have 1 2 (u + v) x 0 = µ, which implies u x 0 = k(v x 0 ) for some k R. This, in turn, implies k = 1. If k = 1 we would have u x 0 = v x 0, so u = v, which is a contradiction. Therefore, a = 1 and this implies x 0 = 1 2 (u + v) C, which is again a contradiction. This implies that u is indeed unique. 35 / 57

36 Proximal Point in a Convex Set The point u whose existence and uniqueness is was established is the C-proximal point to x 0. u 1 1 C x 1 x 0 36 / 57

37 Proximal Point in a Convex Set Lemma Let C be a nonempty and closed convex set, C R n and let x 0 C. Then u C is the C-proximal point to x 0 if and only if for all x C we have (x u) (u x 0 ) / 57

38 Proximal Point in a Convex Set Proof Let x C. Since x x 0 2 = x u + u x 0 2 = x u 2 + u x 0 2 +(x u) (u x 0 ), u x and (x u) (u x 0 ) 0, it follows that x x 0 x u, which means that u is the closest point in C to x 0, and the condition of the lemma is sufficient. 38 / 57

39 Proximal Point in a Convex Set Proof (cont d) Conversely, suppose that u is the proximal point in C to x 0, that is, x x 0 x 0 u for x C. If t is positive and sufficiently small, then u + t(x u) C because x C. Consequently, Since x 0 u t(x u) 2 x 0 u 2. x 0 u t(x u) 2 = x 0 u 2 2t(x 0 u) (x u) + t 2 x u 2 it follows that 2t(x 0 u) (x u) + t 2 x u 2 0, which implies (x u) (u x 0 ) 0, when we divide the previous equality by a / 57

40 Separation of Convex Sets Definition Let S 1, S 2 be two subsets of R n and let H w,a be a hyperplane in R n. H w,a separates S 1 and S 2 if w x a for x S 1 and w x a for x S 2 ; strictly separates S 1 and S 2 if w x > a for x S 1 and w x < a for x S 2 ; strongly separates S 1 and S 2 if w x > a + ɛ for x S 1 and w x < a for x S 2 and some ɛ > / 57

41 Separation of Convex Sets Separation between a Convex Set and a Point Theorem Let S be a non-empty convex set in R n and y S. There exists w 0 n and a R such that w y > a and w x a for x S. 41 / 57

42 Separation of Convex Sets Proof Since S is non-empty and closed and y S there exists a unique closest point x 0 S such that (x x 0 ) (y x 0 ) 0 for each x S. Equivalently, Since for w = y x 0 0 n we have x 0(y x 0 ) x (y x 0 ). y x 0 2 = (y x 0 ) (y x 0 ) = y (y x 0 ) x 0(y x 0 ) y (y x 0 ) x (y x 0 ) = (y x) (y x 0 ), w (y x) y x 0 2, so w y w x+ y x 0 2. If a = sup{w x x S} we have the desired inequalities. 42 / 57

43 Separation of Convex Sets A variation of the previous theorem, where C is just a convex set (not necessarily closed) is given next. Theorem Let C be a nonempty convex set, C R n and let x 0 C. There exists w R n {0 n } and a R such that w (x x 0 ) 0 for x K(C). 43 / 57

44 Separation of Convex Sets Proof Since x 0 C, there exists a sequence (z m ) such that z m K(C) and lim m z m = x 0. By Theorem on slide 41, for each m N there exists w m R n {0 n } such that w mz m > w mx for each x K(C). Without loss of generality we may assume that w m = 1. Since the sequence (w m ) is bounded, it contains a convergent subsequence w ip such that lim p w ip = w and we have w i p z ip > w i p x for each x K(C). Taking p we obtain w x 0 > w x for x K(C). 44 / 57

45 Separation of Convex Sets Theorem Let C be a nonempty convex set, C R n and let x 0 C. There exists w R n {0 n } and a R such that w (x x 0 ) 0 for x K(C). Proof: If x K(C), the statement follows from the Theorem on slide 41. Otherwise, x 0 K(C) C C, so x 0 C and the statement is a consequence of Theorem from slide / 57

46 Separation of Convex Sets Theorem Let C R n be a closed and convex set. Then, C equals the intersection of all half-spaces that contain C. Proof: It is immediate that C is included in the intersection of all half-spaces that contain C. Conversely, suppose that z be a point contained in all halfspaces that contain C such that z C. There exists a half-space that contains C but not z, which contradicts the definition of z. Thus, the intersection of all half-spaces that contain C equals C. 46 / 57

47 Separation of Convex Sets Definition Let S be a non-empty subset of R n and let x 0 (S). A supporting hyperplane of S at x 0 is a hyperplane H w,a such that either S H + w,a where w (x x 0 ) 0 for each x S, or S H w,a where w (x x 0 ) 0 for each x S. Equivalently, H w,a is a supporting hyperplane at x 0 partial(s) if either w x 0 = inf{w x x S}, or w x 0 = sup{w x x S}. 47 / 57

48 Separation of Convex Sets Theorem Let C R n be a nonempty convex set and let x 0 C. There exists a supporting hyperplane of C at x 0. Proof: Since x 0 C, there exists a sequence (z n ) of elements of R n C such that lim n z n = x 0. For each z n there exists w n such that w nz n > a and w nx a for x C. Without loss of generality we may assume that w n = 1. Since the sequence (w n ) is bounded, it contains a convergent subsequence (w im ) such that lim m w im = w. For this subsequence we have w z im > a and w x a. Taking m we obtain w x 0 > a and w x a for all x C, which means that H w,a is a support plane of C at x / 57

49 Separation of Convex Sets Theorem Let S, T be two non-empty convex subsets of R n that are disjoint. There exists w R n {0 n } such that inf{w s s S} sup{w t t T }. Proof: It is easy to see that the set S T defined by S T = {s t s S and t T } is convex. Furthermore 0 n S T because the sets S and T are disjoint. Thus, there exists in S T a proximal point w to 0 n, for which we have (x w) w 0 for every x S T, that is, (s t w) w 0, which is equivalent to s w t w+ w 2 for s S and t T. This implies the inequality of the theorem. 49 / 57

50 Separation of Convex Sets Corollary For any two non-empty convex subsets that are disjoint, there exists a non-zero vector w R n such that inf{w s s S} sup{w t t K(T )}. 50 / 57

51 Theorems of Alternatives Notation For x, y R n we write if x i > y i for 1 i n, if x i y i for 1 i n, and x > y x y x y if x i y i for 1 i n and at least of these inequalities is strict, that is, there exists i such that x i > y i. 51 / 57

52 Theorems of Alternatives Separation results have two important consequences for optimization theory, namely Farkas and Gordan s alternative theorems. Theorem (Farkas Alternative Theorem) Let A R m n and let c R n. Exactly one of the following linear systems has a solution: (i) Ax 0 m and c x > 0; (ii) A y = c and y 0 m. 52 / 57

53 Theorems of Alternatives Proof First System Ax 0 m c x > 0 Second System A y = c y 0 m If the second system has a solution, then A y = c and y 0 m for some y R m. Suppose that x is a solution of the first system. Then, c x = y Ax 0, which contradicts the inequality c x > 0. Thus, if the second system has a solution, the first system has no solution. 53 / 57

54 Theorems of Alternatives First System Ax 0 m c x > 0 Second System A y = c y 0 m Suppose now that the second system has no solution. Note that the set S = {x R n x = A y, y 0 m } is a closed convex set. Furthermore, c S because, otherwise, c would be a solution of the second system. Thus, there exists w R n {0 n } and a R such that w c > a and w x a for x S. In particular, since 0 n S we have a 0 and, therefore, w c > 0. Also, for y 0 m we have a w A y = y Aw. Since y can be made arbitrarily large we must have Aw 0 m. Then w is a solution of the first system. 54 / 57

55 Theorems of Alternatives Theorem (Gordan s Alternative Theorem) Let A R m n be a matrix. Exactly one of the following linear systems has a solution: Ax < 0 m for x R n ; A y = 0 n and y 0 m for y R m. 55 / 57

56 Theorems of Alternatives Proof First System Ax < 0 m Second System A y = 0 n y 0 m Let A be a matrix such that the first system, Ax < 0 m has a solution x 0. Suppose that a solution y 0 of the second system exists. Since Ax 0 < 0 m and y 0 0 m (which implies that at least one component of y 0 is positive) it follows that y 0 Ax 0 < 0, which is equivalent to x 0 A y < 0. This contradicts the assumption that A y = 0 n. Thus, the second system cannot have a solution if the first has one. 56 / 57

57 Theorems of Alternatives Proof (cont d) First System Second System Ax < 0 m A y = 0 n y 0 m Suppose now that the first system has no solution and consider the non-empty convex subsets S, T of R m defined by S = {s R m s = Ax, x R n } and T = {t R m t < 0 m }. These sets are disjoint by the previous supposition. Then, there exists w 0 m such that w As w t for s S and t K(T ). This implies that w 0 m because otherwise the components of t that correspond to a negative component of w could be made arbitrarily negative (and large in absolute value) and this would contradict the above inequality. Thus, w 0 m. Since 0 m K(T ), we also have w As 0 for every s R m. In particular, for s = A w we obtain w A( A w) = A w 2 = 0, so A w = 0 m, which means that the second system has a solution. 57 / 57

Appendix B Convex analysis

Appendix B Convex analysis This version: 28/02/2014 Appendix B Convex analysis In this appendix we review a few basic notions of convexity and related notions that will be important for us at various times. B.1 The Hausdorff distance

More information

Optimality Conditions for Nonsmooth Convex Optimization

Optimality Conditions for Nonsmooth Convex Optimization Optimality Conditions for Nonsmooth Convex Optimization Sangkyun Lee Oct 22, 2014 Let us consider a convex function f : R n R, where R is the extended real field, R := R {, + }, which is proper (f never

More information

Discrete Geometry. Problem 1. Austin Mohr. April 26, 2012

Discrete Geometry. Problem 1. Austin Mohr. April 26, 2012 Discrete Geometry Austin Mohr April 26, 2012 Problem 1 Theorem 1 (Linear Programming Duality). Suppose x, y, b, c R n and A R n n, Ax b, x 0, A T y c, and y 0. If x maximizes c T x and y minimizes b T

More information

Math 341: Convex Geometry. Xi Chen

Math 341: Convex Geometry. Xi Chen Math 341: Convex Geometry Xi Chen 479 Central Academic Building, University of Alberta, Edmonton, Alberta T6G 2G1, CANADA E-mail address: xichen@math.ualberta.ca CHAPTER 1 Basics 1. Euclidean Geometry

More information

Appendix PRELIMINARIES 1. THEOREMS OF ALTERNATIVES FOR SYSTEMS OF LINEAR CONSTRAINTS

Appendix PRELIMINARIES 1. THEOREMS OF ALTERNATIVES FOR SYSTEMS OF LINEAR CONSTRAINTS Appendix PRELIMINARIES 1. THEOREMS OF ALTERNATIVES FOR SYSTEMS OF LINEAR CONSTRAINTS Here we consider systems of linear constraints, consisting of equations or inequalities or both. A feasible solution

More information

Course 212: Academic Year Section 1: Metric Spaces

Course 212: Academic Year Section 1: Metric Spaces Course 212: Academic Year 1991-2 Section 1: Metric Spaces D. R. Wilkins Contents 1 Metric Spaces 3 1.1 Distance Functions and Metric Spaces............. 3 1.2 Convergence and Continuity in Metric Spaces.........

More information

IE 521 Convex Optimization

IE 521 Convex Optimization Lecture 1: 16th January 2019 Outline 1 / 20 Which set is different from others? Figure: Four sets 2 / 20 Which set is different from others? Figure: Four sets 3 / 20 Interior, Closure, Boundary Definition.

More information

In English, this means that if we travel on a straight line between any two points in C, then we never leave C.

In English, this means that if we travel on a straight line between any two points in C, then we never leave C. Convex sets In this section, we will be introduced to some of the mathematical fundamentals of convex sets. In order to motivate some of the definitions, we will look at the closest point problem from

More information

Convex Geometry. Carsten Schütt

Convex Geometry. Carsten Schütt Convex Geometry Carsten Schütt November 25, 2006 2 Contents 0.1 Convex sets... 4 0.2 Separation.... 9 0.3 Extreme points..... 15 0.4 Blaschke selection principle... 18 0.5 Polytopes and polyhedra.... 23

More information

Geometry and topology of continuous best and near best approximations

Geometry and topology of continuous best and near best approximations Journal of Approximation Theory 105: 252 262, Geometry and topology of continuous best and near best approximations Paul C. Kainen Dept. of Mathematics Georgetown University Washington, D.C. 20057 Věra

More information

CHAPTER 2: CONVEX SETS AND CONCAVE FUNCTIONS. W. Erwin Diewert January 31, 2008.

CHAPTER 2: CONVEX SETS AND CONCAVE FUNCTIONS. W. Erwin Diewert January 31, 2008. 1 ECONOMICS 594: LECTURE NOTES CHAPTER 2: CONVEX SETS AND CONCAVE FUNCTIONS W. Erwin Diewert January 31, 2008. 1. Introduction Many economic problems have the following structure: (i) a linear function

More information

Convex Sets with Applications to Economics

Convex Sets with Applications to Economics Convex Sets with Applications to Economics Debasis Mishra March 10, 2010 1 Convex Sets A set C R n is called convex if for all x, y C, we have λx+(1 λ)y C for all λ [0, 1]. The definition says that for

More information

Lecture 9 Monotone VIs/CPs Properties of cones and some existence results. October 6, 2008

Lecture 9 Monotone VIs/CPs Properties of cones and some existence results. October 6, 2008 Lecture 9 Monotone VIs/CPs Properties of cones and some existence results October 6, 2008 Outline Properties of cones Existence results for monotone CPs/VIs Polyhedrality of solution sets Game theory:

More information

Mathematics 530. Practice Problems. n + 1 }

Mathematics 530. Practice Problems. n + 1 } Department of Mathematical Sciences University of Delaware Prof. T. Angell October 19, 2015 Mathematics 530 Practice Problems 1. Recall that an indifference relation on a partially ordered set is defined

More information

Problem Set 2: Solutions Math 201A: Fall 2016

Problem Set 2: Solutions Math 201A: Fall 2016 Problem Set 2: s Math 201A: Fall 2016 Problem 1. (a) Prove that a closed subset of a complete metric space is complete. (b) Prove that a closed subset of a compact metric space is compact. (c) Prove that

More information

Lecture 1: Convex Sets January 23

Lecture 1: Convex Sets January 23 IE 521: Convex Optimization Instructor: Niao He Lecture 1: Convex Sets January 23 Spring 2017, UIUC Scribe: Niao He Courtesy warning: These notes do not necessarily cover everything discussed in the class.

More information

Chapter 2 Convex Analysis

Chapter 2 Convex Analysis Chapter 2 Convex Analysis The theory of nonsmooth analysis is based on convex analysis. Thus, we start this chapter by giving basic concepts and results of convexity (for further readings see also [202,

More information

Convex Analysis and Optimization Chapter 2 Solutions

Convex Analysis and Optimization Chapter 2 Solutions Convex Analysis and Optimization Chapter 2 Solutions Dimitri P. Bertsekas with Angelia Nedić and Asuman E. Ozdaglar Massachusetts Institute of Technology Athena Scientific, Belmont, Massachusetts http://www.athenasc.com

More information

Chapter 2: Preliminaries and elements of convex analysis

Chapter 2: Preliminaries and elements of convex analysis Chapter 2: Preliminaries and elements of convex analysis Edoardo Amaldi DEIB Politecnico di Milano edoardo.amaldi@polimi.it Website: http://home.deib.polimi.it/amaldi/opt-14-15.shtml Academic year 2014-15

More information

Numerical Optimization

Numerical Optimization Linear Programming Computer Science and Automation Indian Institute of Science Bangalore 560 012, India. NPTEL Course on min x s.t. Transportation Problem ij c ijx ij 3 j=1 x ij a i, i = 1, 2 2 i=1 x ij

More information

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University February 7, 2007 2 Contents 1 Metric Spaces 1 1.1 Basic definitions...........................

More information

Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem

Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem 56 Chapter 7 Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem Recall that C(X) is not a normed linear space when X is not compact. On the other hand we could use semi

More information

Lecture 5. Ch. 5, Norms for vectors and matrices. Norms for vectors and matrices Why?

Lecture 5. Ch. 5, Norms for vectors and matrices. Norms for vectors and matrices Why? KTH ROYAL INSTITUTE OF TECHNOLOGY Norms for vectors and matrices Why? Lecture 5 Ch. 5, Norms for vectors and matrices Emil Björnson/Magnus Jansson/Mats Bengtsson April 27, 2016 Problem: Measure size of

More information

Optimization and Optimal Control in Banach Spaces

Optimization and Optimal Control in Banach Spaces Optimization and Optimal Control in Banach Spaces Bernhard Schmitzer October 19, 2017 1 Convex non-smooth optimization with proximal operators Remark 1.1 (Motivation). Convex optimization: easier to solve,

More information

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3 Index Page 1 Topology 2 1.1 Definition of a topology 2 1.2 Basis (Base) of a topology 2 1.3 The subspace topology & the product topology on X Y 3 1.4 Basic topology concepts: limit points, closed sets,

More information

1 Directional Derivatives and Differentiability

1 Directional Derivatives and Differentiability Wednesday, January 18, 2012 1 Directional Derivatives and Differentiability Let E R N, let f : E R and let x 0 E. Given a direction v R N, let L be the line through x 0 in the direction v, that is, L :=

More information

Appendix A: Separation theorems in IR n

Appendix A: Separation theorems in IR n Appendix A: Separation theorems in IR n These notes provide a number of separation theorems for convex sets in IR n. We start with a basic result, give a proof with the help on an auxiliary result and

More information

The proximal mapping

The proximal mapping The proximal mapping http://bicmr.pku.edu.cn/~wenzw/opt-2016-fall.html Acknowledgement: this slides is based on Prof. Lieven Vandenberghes lecture notes Outline 2/37 1 closed function 2 Conjugate function

More information

Summer School: Semidefinite Optimization

Summer School: Semidefinite Optimization Summer School: Semidefinite Optimization Christine Bachoc Université Bordeaux I, IMB Research Training Group Experimental and Constructive Algebra Haus Karrenberg, Sept. 3 - Sept. 7, 2012 Duality Theory

More information

POLARS AND DUAL CONES

POLARS AND DUAL CONES POLARS AND DUAL CONES VERA ROSHCHINA Abstract. The goal of this note is to remind the basic definitions of convex sets and their polars. For more details see the classic references [1, 2] and [3] for polytopes.

More information

Convex Analysis and Optimization Chapter 4 Solutions

Convex Analysis and Optimization Chapter 4 Solutions Convex Analysis and Optimization Chapter 4 Solutions Dimitri P. Bertsekas with Angelia Nedić and Asuman E. Ozdaglar Massachusetts Institute of Technology Athena Scientific, Belmont, Massachusetts http://www.athenasc.com

More information

A strongly polynomial algorithm for linear systems having a binary solution

A strongly polynomial algorithm for linear systems having a binary solution A strongly polynomial algorithm for linear systems having a binary solution Sergei Chubanov Institute of Information Systems at the University of Siegen, Germany e-mail: sergei.chubanov@uni-siegen.de 7th

More information

58 Appendix 1 fundamental inconsistent equation (1) can be obtained as a linear combination of the two equations in (2). This clearly implies that the

58 Appendix 1 fundamental inconsistent equation (1) can be obtained as a linear combination of the two equations in (2). This clearly implies that the Appendix PRELIMINARIES 1. THEOREMS OF ALTERNATIVES FOR SYSTEMS OF LINEAR CONSTRAINTS Here we consider systems of linear constraints, consisting of equations or inequalities or both. A feasible solution

More information

The Vapnik-Chervonenkis Dimension

The Vapnik-Chervonenkis Dimension The Vapnik-Chervonenkis Dimension Prof. Dan A. Simovici UMB 1 / 91 Outline 1 Growth Functions 2 Basic Definitions for Vapnik-Chervonenkis Dimension 3 The Sauer-Shelah Theorem 4 The Link between VCD and

More information

Convex Analysis and Economic Theory Winter 2018

Convex Analysis and Economic Theory Winter 2018 Division of the Humanities and Social Sciences Ec 181 KC Border Convex Analysis and Economic Theory Winter 2018 Supplement A: Mathematical background A.1 Extended real numbers The extended real number

More information

Linear Programming. Larry Blume Cornell University, IHS Vienna and SFI. Summer 2016

Linear Programming. Larry Blume Cornell University, IHS Vienna and SFI. Summer 2016 Linear Programming Larry Blume Cornell University, IHS Vienna and SFI Summer 2016 These notes derive basic results in finite-dimensional linear programming using tools of convex analysis. Most sources

More information

Notes for Functional Analysis

Notes for Functional Analysis Notes for Functional Analysis Wang Zuoqin (typed by Xiyu Zhai) November 6, 2015 1 Lecture 18 1.1 The convex hull Let X be any vector space, and E X a subset. Definition 1.1. The convex hull of E is the

More information

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space.

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space. Chapter 1 Preliminaries The purpose of this chapter is to provide some basic background information. Linear Space Hilbert Space Basic Principles 1 2 Preliminaries Linear Space The notion of linear space

More information

Copositive Plus Matrices

Copositive Plus Matrices Copositive Plus Matrices Willemieke van Vliet Master Thesis in Applied Mathematics October 2011 Copositive Plus Matrices Summary In this report we discuss the set of copositive plus matrices and their

More information

NORMS ON SPACE OF MATRICES

NORMS ON SPACE OF MATRICES NORMS ON SPACE OF MATRICES. Operator Norms on Space of linear maps Let A be an n n real matrix and x 0 be a vector in R n. We would like to use the Picard iteration method to solve for the following system

More information

Chapter 1. Preliminaries

Chapter 1. Preliminaries Introduction This dissertation is a reading of chapter 4 in part I of the book : Integer and Combinatorial Optimization by George L. Nemhauser & Laurence A. Wolsey. The chapter elaborates links between

More information

Chapter 2. Convex Sets: basic results

Chapter 2. Convex Sets: basic results Chapter 2 Convex Sets: basic results In this chapter, we introduce one of the most important tools in the mathematical approach to Economics, namely the theory of convex sets. Almost every situation we

More information

Set, functions and Euclidean space. Seungjin Han

Set, functions and Euclidean space. Seungjin Han Set, functions and Euclidean space Seungjin Han September, 2018 1 Some Basics LOGIC A is necessary for B : If B holds, then A holds. B A A B is the contraposition of B A. A is sufficient for B: If A holds,

More information

Lecture 9. Econ August 20

Lecture 9. Econ August 20 Lecture 9 Econ 2001 2015 August 20 Lecture 9 Outline 1 Linear Functions 2 Linear Representation of Matrices 3 Analytic Geometry in R n : Lines and Hyperplanes 4 Separating Hyperplane Theorems Back to vector

More information

MAT-INF4110/MAT-INF9110 Mathematical optimization

MAT-INF4110/MAT-INF9110 Mathematical optimization MAT-INF4110/MAT-INF9110 Mathematical optimization Geir Dahl August 20, 2013 Convexity Part IV Chapter 4 Representation of convex sets different representations of convex sets, boundary polyhedra and polytopes:

More information

Introduction to Convex Analysis Microeconomics II - Tutoring Class

Introduction to Convex Analysis Microeconomics II - Tutoring Class Introduction to Convex Analysis Microeconomics II - Tutoring Class Professor: V. Filipe Martins-da-Rocha TA: Cinthia Konichi April 2010 1 Basic Concepts and Results This is a first glance on basic convex

More information

Introduction to Functional Analysis

Introduction to Functional Analysis Introduction to Functional Analysis Carnegie Mellon University, 21-640, Spring 2014 Acknowledgements These notes are based on the lecture course given by Irene Fonseca but may differ from the exact lecture

More information

Lecture 5. Theorems of Alternatives and Self-Dual Embedding

Lecture 5. Theorems of Alternatives and Self-Dual Embedding IE 8534 1 Lecture 5. Theorems of Alternatives and Self-Dual Embedding IE 8534 2 A system of linear equations may not have a solution. It is well known that either Ax = c has a solution, or A T y = 0, c

More information

Introduction to Real Analysis Alternative Chapter 1

Introduction to Real Analysis Alternative Chapter 1 Christopher Heil Introduction to Real Analysis Alternative Chapter 1 A Primer on Norms and Banach Spaces Last Updated: March 10, 2018 c 2018 by Christopher Heil Chapter 1 A Primer on Norms and Banach Spaces

More information

Convex Analysis and Economic Theory Winter 2018

Convex Analysis and Economic Theory Winter 2018 Division of the Humanities and Social Sciences Ec 181 KC Border Convex Analysis and Economic Theory Winter 2018 Topic 0: Vector spaces 0.1 Basic notation Here are some of the fundamental sets and spaces

More information

Jensen s inequality for multivariate medians

Jensen s inequality for multivariate medians Jensen s inequality for multivariate medians Milan Merkle University of Belgrade, Serbia emerkle@etf.rs Given a probability measure µ on Borel sigma-field of R d, and a function f : R d R, the main issue

More information

Numerical Optimization

Numerical Optimization Constrained Optimization Computer Science and Automation Indian Institute of Science Bangalore 560 012, India. NPTEL Course on Constrained Optimization Constrained Optimization Problem: min h j (x) 0,

More information

3. Linear Programming and Polyhedral Combinatorics

3. Linear Programming and Polyhedral Combinatorics Massachusetts Institute of Technology 18.433: Combinatorial Optimization Michel X. Goemans February 28th, 2013 3. Linear Programming and Polyhedral Combinatorics Summary of what was seen in the introductory

More information

Finite-Dimensional Cones 1

Finite-Dimensional Cones 1 John Nachbar Washington University March 28, 2018 1 Basic Definitions. Finite-Dimensional Cones 1 Definition 1. A set A R N is a cone iff it is not empty and for any a A and any γ 0, γa A. Definition 2.

More information

A LOCALIZATION PROPERTY AT THE BOUNDARY FOR MONGE-AMPERE EQUATION

A LOCALIZATION PROPERTY AT THE BOUNDARY FOR MONGE-AMPERE EQUATION A LOCALIZATION PROPERTY AT THE BOUNDARY FOR MONGE-AMPERE EQUATION O. SAVIN. Introduction In this paper we study the geometry of the sections for solutions to the Monge- Ampere equation det D 2 u = f, u

More information

Def. A topological space X is disconnected if it admits a non-trivial splitting: (We ll abbreviate disjoint union of two subsets A and B meaning A B =

Def. A topological space X is disconnected if it admits a non-trivial splitting: (We ll abbreviate disjoint union of two subsets A and B meaning A B = CONNECTEDNESS-Notes Def. A topological space X is disconnected if it admits a non-trivial splitting: X = A B, A B =, A, B open in X, and non-empty. (We ll abbreviate disjoint union of two subsets A and

More information

Mathematical Analysis Outline. William G. Faris

Mathematical Analysis Outline. William G. Faris Mathematical Analysis Outline William G. Faris January 8, 2007 2 Chapter 1 Metric spaces and continuous maps 1.1 Metric spaces A metric space is a set X together with a real distance function (x, x ) d(x,

More information

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

More information

LECTURE 4 LECTURE OUTLINE

LECTURE 4 LECTURE OUTLINE LECTURE 4 LECTURE OUTLINE Relative interior and closure Algebra of relative interiors and closures Continuity of convex functions Closures of functions Reading: Section 1.3 All figures are courtesy of

More information

Topological properties

Topological properties CHAPTER 4 Topological properties 1. Connectedness Definitions and examples Basic properties Connected components Connected versus path connected, again 2. Compactness Definition and first examples Topological

More information

Rose-Hulman Undergraduate Mathematics Journal

Rose-Hulman Undergraduate Mathematics Journal Rose-Hulman Undergraduate Mathematics Journal Volume 17 Issue 1 Article 5 Reversing A Doodle Bryan A. Curtis Metropolitan State University of Denver Follow this and additional works at: http://scholar.rose-hulman.edu/rhumj

More information

Course Summary Math 211

Course Summary Math 211 Course Summary Math 211 table of contents I. Functions of several variables. II. R n. III. Derivatives. IV. Taylor s Theorem. V. Differential Geometry. VI. Applications. 1. Best affine approximations.

More information

Subgradient. Acknowledgement: this slides is based on Prof. Lieven Vandenberghes lecture notes. definition. subgradient calculus

Subgradient. Acknowledgement: this slides is based on Prof. Lieven Vandenberghes lecture notes. definition. subgradient calculus 1/41 Subgradient Acknowledgement: this slides is based on Prof. Lieven Vandenberghes lecture notes definition subgradient calculus duality and optimality conditions directional derivative Basic inequality

More information

Spaces of continuous functions

Spaces of continuous functions Chapter 2 Spaces of continuous functions 2.8 Baire s Category Theorem Recall that a subset A of a metric space (X, d) is dense if for all x X there is a sequence from A converging to x. An equivalent definition

More information

Metric Spaces and Topology

Metric Spaces and Topology Chapter 2 Metric Spaces and Topology From an engineering perspective, the most important way to construct a topology on a set is to define the topology in terms of a metric on the set. This approach underlies

More information

On bisectors in Minkowski normed space.

On bisectors in Minkowski normed space. On bisectors in Minkowski normed space. Á.G.Horváth Department of Geometry, Technical University of Budapest, H-1521 Budapest, Hungary November 6, 1997 Abstract In this paper we discuss the concept of

More information

Real Analysis Notes. Thomas Goller

Real Analysis Notes. Thomas Goller Real Analysis Notes Thomas Goller September 4, 2011 Contents 1 Abstract Measure Spaces 2 1.1 Basic Definitions........................... 2 1.2 Measurable Functions........................ 2 1.3 Integration..............................

More information

Convex Sets Strict Separation in Hilbert Spaces

Convex Sets Strict Separation in Hilbert Spaces Applied Mathematical Sciences, Vol. 8, 2014, no. 64, 3155-3160 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.44257 Convex Sets Strict Separation in Hilbert Spaces M. A. M. Ferreira 1

More information

Convex Sets and Functions (part III)

Convex Sets and Functions (part III) Convex Sets and Functions (part III) Prof. Dan A. Simovici UMB 1 / 14 Outline 1 The epigraph and hypograph of functions 2 Constructing Convex Functions 2 / 14 The epigraph and hypograph of functions Definition

More information

3. Linear Programming and Polyhedral Combinatorics

3. Linear Programming and Polyhedral Combinatorics Massachusetts Institute of Technology 18.453: Combinatorial Optimization Michel X. Goemans April 5, 2017 3. Linear Programming and Polyhedral Combinatorics Summary of what was seen in the introductory

More information

Introduction to Convex and Quasiconvex Analysis

Introduction to Convex and Quasiconvex Analysis Introduction to Convex and Quasiconvex Analysis J.B.G.Frenk Econometric Institute, Erasmus University, Rotterdam G.Kassay Faculty of Mathematics, Babes Bolyai University, Cluj August 27, 2001 Abstract

More information

When are Sums Closed?

When are Sums Closed? Division of the Humanities and Social Sciences Ec 181 KC Border Convex Analysis and Economic Theory Fall 2018 Winter 2019 Topic 20: When are Sums Closed? 20.1 Is a sum of closed sets closed? Example 0.2.2

More information

g 2 (x) (1/3)M 1 = (1/3)(2/3)M.

g 2 (x) (1/3)M 1 = (1/3)(2/3)M. COMPACTNESS If C R n is closed and bounded, then by B-W it is sequentially compact: any sequence of points in C has a subsequence converging to a point in C Conversely, any sequentially compact C R n is

More information

MACHINE LEARNING - CS671 - Part 2a The Vapnik-Chervonenkis Dimension

MACHINE LEARNING - CS671 - Part 2a The Vapnik-Chervonenkis Dimension MACHINE LEARNING - CS671 - Part 2a The Vapnik-Chervonenkis Dimension Prof. Dan A. Simovici UMB Prof. Dan A. Simovici (UMB) MACHINE LEARNING - CS671 - Part 2a The Vapnik-Chervonenkis Dimension 1 / 30 The

More information

Boundary Behavior of Excess Demand Functions without the Strong Monotonicity Assumption

Boundary Behavior of Excess Demand Functions without the Strong Monotonicity Assumption Boundary Behavior of Excess Demand Functions without the Strong Monotonicity Assumption Chiaki Hara April 5, 2004 Abstract We give a theorem on the existence of an equilibrium price vector for an excess

More information

REAL RENORMINGS ON COMPLEX BANACH SPACES

REAL RENORMINGS ON COMPLEX BANACH SPACES REAL RENORMINGS ON COMPLEX BANACH SPACES F. J. GARCÍA PACHECO AND A. MIRALLES Abstract. In this paper we provide two ways of obtaining real Banach spaces that cannot come from complex spaces. In concrete

More information

1. Let A R be a nonempty set that is bounded from above, and let a be the least upper bound of A. Show that there exists a sequence {a n } n N

1. Let A R be a nonempty set that is bounded from above, and let a be the least upper bound of A. Show that there exists a sequence {a n } n N Applied Analysis prelim July 15, 216, with solutions Solve 4 of the problems 1-5 and 2 of the problems 6-8. We will only grade the first 4 problems attempted from1-5 and the first 2 attempted from problems

More information

This chapter reviews some basic geometric facts that we will need during the course.

This chapter reviews some basic geometric facts that we will need during the course. Chapter 1 Some Basic Geometry This chapter reviews some basic geometric facts that we will need during the course. 1.1 Affine Geometry We will assume that you are familiar with the basic notions of linear

More information

SOME STABILITY RESULTS FOR THE SEMI-AFFINE VARIATIONAL INEQUALITY PROBLEM. 1. Introduction

SOME STABILITY RESULTS FOR THE SEMI-AFFINE VARIATIONAL INEQUALITY PROBLEM. 1. Introduction ACTA MATHEMATICA VIETNAMICA 271 Volume 29, Number 3, 2004, pp. 271-280 SOME STABILITY RESULTS FOR THE SEMI-AFFINE VARIATIONAL INEQUALITY PROBLEM NGUYEN NANG TAM Abstract. This paper establishes two theorems

More information

Best approximations in normed vector spaces

Best approximations in normed vector spaces Best approximations in normed vector spaces Mike de Vries 5699703 a thesis submitted to the Department of Mathematics at Utrecht University in partial fulfillment of the requirements for the degree of

More information

Centre for Mathematics and Its Applications The Australian National University Canberra, ACT 0200 Australia. 1. Introduction

Centre for Mathematics and Its Applications The Australian National University Canberra, ACT 0200 Australia. 1. Introduction ON LOCALLY CONVEX HYPERSURFACES WITH BOUNDARY Neil S. Trudinger Xu-Jia Wang Centre for Mathematics and Its Applications The Australian National University Canberra, ACT 0200 Australia Abstract. In this

More information

A NICE PROOF OF FARKAS LEMMA

A NICE PROOF OF FARKAS LEMMA A NICE PROOF OF FARKAS LEMMA DANIEL VICTOR TAUSK Abstract. The goal of this short note is to present a nice proof of Farkas Lemma which states that if C is the convex cone spanned by a finite set and if

More information

2.31 Definition By an open cover of a set E in a metric space X we mean a collection {G α } of open subsets of X such that E α G α.

2.31 Definition By an open cover of a set E in a metric space X we mean a collection {G α } of open subsets of X such that E α G α. Chapter 2. Basic Topology. 2.3 Compact Sets. 2.31 Definition By an open cover of a set E in a metric space X we mean a collection {G α } of open subsets of X such that E α G α. 2.32 Definition A subset

More information

CONSTRAINT QUALIFICATIONS, LAGRANGIAN DUALITY & SADDLE POINT OPTIMALITY CONDITIONS

CONSTRAINT QUALIFICATIONS, LAGRANGIAN DUALITY & SADDLE POINT OPTIMALITY CONDITIONS CONSTRAINT QUALIFICATIONS, LAGRANGIAN DUALITY & SADDLE POINT OPTIMALITY CONDITIONS A Dissertation Submitted For The Award of the Degree of Master of Philosophy in Mathematics Neelam Patel School of Mathematics

More information

Optimization methods NOPT048

Optimization methods NOPT048 Optimization methods NOPT048 Jirka Fink https://ktiml.mff.cuni.cz/ fink/ Department of Theoretical Computer Science and Mathematical Logic Faculty of Mathematics and Physics Charles University in Prague

More information

Chapter 2 Metric Spaces

Chapter 2 Metric Spaces Chapter 2 Metric Spaces The purpose of this chapter is to present a summary of some basic properties of metric and topological spaces that play an important role in the main body of the book. 2.1 Metrics

More information

Handout 2: Elements of Convex Analysis

Handout 2: Elements of Convex Analysis ENGG 5501: Foundations of Optimization 2018 19 First Term Handout 2: Elements of Convex Analysis Instructor: Anthony Man Cho So September 10, 2018 As briefly mentioned in Handout 1, the notion of convexity

More information

CHAPTER 7. Connectedness

CHAPTER 7. Connectedness CHAPTER 7 Connectedness 7.1. Connected topological spaces Definition 7.1. A topological space (X, T X ) is said to be connected if there is no continuous surjection f : X {0, 1} where the two point set

More information

IE 521 Convex Optimization Homework #1 Solution

IE 521 Convex Optimization Homework #1 Solution IE 521 Convex Optimization Homework #1 Solution your NAME here your NetID here February 13, 2019 Instructions. Homework is due Wednesday, February 6, at 1:00pm; no late homework accepted. Please use the

More information

Problem Set 6: Solutions Math 201A: Fall a n x n,

Problem Set 6: Solutions Math 201A: Fall a n x n, Problem Set 6: Solutions Math 201A: Fall 2016 Problem 1. Is (x n ) n=0 a Schauder basis of C([0, 1])? No. If f(x) = a n x n, n=0 where the series converges uniformly on [0, 1], then f has a power series

More information

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi

Real Analysis Math 131AH Rudin, Chapter #1. Dominique Abdi Real Analysis Math 3AH Rudin, Chapter # Dominique Abdi.. If r is rational (r 0) and x is irrational, prove that r + x and rx are irrational. Solution. Assume the contrary, that r+x and rx are rational.

More information

Numerical Sequences and Series

Numerical Sequences and Series Numerical Sequences and Series Written by Men-Gen Tsai email: b89902089@ntu.edu.tw. Prove that the convergence of {s n } implies convergence of { s n }. Is the converse true? Solution: Since {s n } is

More information

Extreme Abridgment of Boyd and Vandenberghe s Convex Optimization

Extreme Abridgment of Boyd and Vandenberghe s Convex Optimization Extreme Abridgment of Boyd and Vandenberghe s Convex Optimization Compiled by David Rosenberg Abstract Boyd and Vandenberghe s Convex Optimization book is very well-written and a pleasure to read. The

More information

Farkas Lemma. Rudi Pendavingh. Optimization in R n, lecture 2. Eindhoven Technical University. Rudi Pendavingh (TUE) Farkas Lemma ORN2 1 / 15

Farkas Lemma. Rudi Pendavingh. Optimization in R n, lecture 2. Eindhoven Technical University. Rudi Pendavingh (TUE) Farkas Lemma ORN2 1 / 15 Farkas Lemma Rudi Pendavingh Eindhoven Technical University Optimization in R n, lecture 2 Rudi Pendavingh (TUE) Farkas Lemma ORN2 1 / 15 Today s Lecture Theorem (Farkas Lemma, 1894) Let A be an m n matrix,

More information

2. Dual space is essential for the concept of gradient which, in turn, leads to the variational analysis of Lagrange multipliers.

2. Dual space is essential for the concept of gradient which, in turn, leads to the variational analysis of Lagrange multipliers. Chapter 3 Duality in Banach Space Modern optimization theory largely centers around the interplay of a normed vector space and its corresponding dual. The notion of duality is important for the following

More information

Normal Fans of Polyhedral Convex Sets

Normal Fans of Polyhedral Convex Sets Set-Valued Analysis manuscript No. (will be inserted by the editor) Normal Fans of Polyhedral Convex Sets Structures and Connections Shu Lu Stephen M. Robinson Received: date / Accepted: date Dedicated

More information

Division of the Humanities and Social Sciences. Supergradients. KC Border Fall 2001 v ::15.45

Division of the Humanities and Social Sciences. Supergradients. KC Border Fall 2001 v ::15.45 Division of the Humanities and Social Sciences Supergradients KC Border Fall 2001 1 The supergradient of a concave function There is a useful way to characterize the concavity of differentiable functions.

More information

Convex Optimization Theory. Chapter 5 Exercises and Solutions: Extended Version

Convex Optimization Theory. Chapter 5 Exercises and Solutions: Extended Version Convex Optimization Theory Chapter 5 Exercises and Solutions: Extended Version Dimitri P. Bertsekas Massachusetts Institute of Technology Athena Scientific, Belmont, Massachusetts http://www.athenasc.com

More information

MATH 202B - Problem Set 5

MATH 202B - Problem Set 5 MATH 202B - Problem Set 5 Walid Krichene (23265217) March 6, 2013 (5.1) Show that there exists a continuous function F : [0, 1] R which is monotonic on no interval of positive length. proof We know there

More information

Constraint qualifications for convex inequality systems with applications in constrained optimization

Constraint qualifications for convex inequality systems with applications in constrained optimization Constraint qualifications for convex inequality systems with applications in constrained optimization Chong Li, K. F. Ng and T. K. Pong Abstract. For an inequality system defined by an infinite family

More information