Convexity in Rn 1 N CONVEXITY in R Juan Pablo Xandri

Total Page:16

File Type:pdf, Size:1020Kb

Convexity in Rn 1 N CONVEXITY in R Juan Pablo Xandri Convexity in Rn 1 N CONVEXITY IN R Juan Pablo Xandri Up to this point we have studied metric spaces from a very general perspective. What we aim to do now is to study optimization problems on these spaces. Even when there are well de…ned optimization methods on metric spaces, the challenge that we will face now is that these are quite diverse. In this chapter we will focus on the analysis of concepts and properties that are speci…c to the case of Rn, and which will help us in the next chapter to analyze the main optimization methods in Rn. In this and following notes we will introduce the concepts of convexity and di¤erentiability for the particular case of normed spaces, as is the case of Rn. Even when these concepts can be generalized to spaces such as Rm; Rk , (R) or even spaces of bounded sequences, this will not be necessaryB for this course.L Convex Sets De…nition We say that a set is convex if whenever we consider any two elements of the set, then the line segment connecting these elements is also contained in this set. Graphically, if we have the points x; y A as in Figure 10, then the line segment that joins them (xy) is also contained in2 the set. Figure 10 In Figure 11 we present an example of a set that is not convex: by considering the points x and y in the set A, we see that there is an element z xy such that z = A. 2 2 Figure 11 In this section we will formalize the concept of convex sets and present some of their properties. De…nition 1 (Convex Combination) Given x; y Rn, we say that z Rn is a linear convex combination of x and y there2 exists [0; 1] such2 that () 2 z = x + (1 ) y: De…nition 2 (Convex Set) We say that a set C Rn is a convex set if for all pair of points x; y C and for all [0; 1], the point z x + (1 ) y C. Equivalently, a set2 is said to be convex2 if whenever x; y C, then also all2 their linear convex combinations are contained in C. 2 2 Convexity in Rn Hence, in order to prove that a set C is convex, we need to prove a "theorem": basically, we consider any two points x; y C and a number [0; 1] as given, and we need to prove that x + (1 ) 2C. We will now consider2 some simple examples of convex sets. 2 Examples of Convex Sets (1) Normed Ball: In this example we prove that for any norm N, the set n BN (a; r) = x R : N (x a) < r dN (x; a) < r f 2 () g is a convex set. Consider any x; y BN (a; r) and [0; 1]. We want to 2 2 show that the point z = x + (1 ) y is contained in BN (a; r). In order to do so, notice that N (z a) = N (x + (1 ) y a) = N ( (x a) + (1 )(y a)) N ( (x a)) + N ((1 )(y a)) = N (x a) + (1 ) N (y a) (1) (2) < r + (1 ) r = r; (3) where in (1) we use the subadditivity of normed spaces, in (2) the property that states that N ( x) = N (x), and in (3) the fact that x; y BN (a; r). j j 2 (2) Polyhedra: A polyhedron is a set characterized by a collection of linear equalities and P inequalities. Let A be a matrix m n, B a matrix p n, and a Rm and 2 b Rp two vectors. A polyhedron is characterized as follows: 2 n = x R : Ax a and Bx = b : P f 2 g We will prove that any polyhedron is a convex set. Once again, we prove that if x; y and [0; 1], then z = x + (1 ) y . Thus, we have 2 P 2 2 P to prove that Az a and Bz = b. Notice that Az = A (x + (1 ) y) = Ax + (1 ) Ay a + (1 ) a = a; Bz = B (x + (1 ) y) = Bx + (1 ) By = b + (1 ) b = b: Therefore, z . 2 P Convexity in Rn 3 Properties of Convex Sets In this section we will prove that convexity is preserved under certain operations over sets. These properties will aid us to de…ne some fundamental concepts involv- ing convex sets. Proposition 3 (Interesection of Convex Sets) Let be a collection of sets F in Rn such that every C is convex. Then, the set 2 F = C C C \2F is also convex. Proof. Consider x; y and [0; 1]. We want to prove that z = x + (1 ) y . Notice then2 C that 2 2 C x x C for all C and 2 C () 2 2 F y y C for all C . 2 C () 2 2 F Hence, x (1 ) y C for all C = x + (1 ) y , which is what we wanted to prove.2 2 2 F ) 2 C This proposition will enable us to de…ne the concept of convex hull of a set. De…nition 4 (Convex Hull) Let A Rn be any set. We say that C A is the convex hull of A (and we write C = co(A)) if it is the "smallest" convex set that contains A. By smallest we mean that if A B and B is convex, then co (A) B. n n Theorem 5 Given a set A R , de…ne A = C R : A C and C is convex . Then, F f g co (A) = C = ?: 6 C A \2F n Proof. The fact that C = ? is obvious given that R A. Since A C 6 2 F C A \2F for every C A = A C, and by the previous proposition we know that 2 F ) C A \2F C is a convex set. Hence, this set is a candidate to be the convex hull of A. C A Since\2F co (A) is the smallest convex set that contains A, it must also be the case that, since C is convex, we must have that co (A) C. On the other C A C A \2F \2F 4 Convexity in Rn hand, if there is an x C such that x = co (A) = x = C. Hence, we 2 2 ) 2 C A C A \2F \2F conclude that co (A) = C. C A \2F We will now prove a result that will be very useful when we want to show that certain sets are convex: the Cartesian product of convex sets is also a convex set. m k Proposition 6 (Product of Convex Sets) Let C1 R and C2 R be con- m k vex sets. Then, C = C1 C2 R R is a convex set. Proof. Consider x = (x1; x2) C1 C2 and y = (y1; y2) C1 C2, and pick a [0; 1]. We have that 2 2 2 x+(1 ) y = (x1; x2)+(1 )(y1; y2) = (x1 + (1 ) y1; x2 + (1 ) x2) C1 C2 2 given that C1 and C2 are convex sets. Separation of Convex Sets One of the fundamental results regarding convex sets is the so called Hyperplane Separation Theorem. Basically, this theorem tells us that if we take two convex sets C; D Rn such that C D = ?, then we can …nd a hyperplane that separates them. In order to understand\ this, consider the case of n = 2. This theorem tells us that we can trace a straight line between both sets which separates the plane n into two half-planes, S1 and S2 such that S1 S2 = R and C S1 and D S2. We can see this graphically in Figure 12. [ Figure 12 (Separation of Convex Sets) In Figure 13 we can also appreciate an example of how this theorem might not hold if one of the two sets is not convex. Figure 13 In order to be able to prove this theorem, we must formalize the concepts of "lines" and half-spaces. De…nition 7 (Hyperplanes) Given a vector a Rn and a constant b R, we 2 2 say that the set (a; b) Rn is a hyperplane if x (a; b) aT x = b. H 2 H () Convexity in Rn 5 + De…nition 8 (Half-spaces) Given a hyperplane (a; b), de…ne the sets S (a; b) ;S (a; b) H Rn as + n T S (a; b) = x R : a x b , and 2 n T S (a; b) = x R : a x b . 2 We say that S+ (a; b) is the positive half-space of and, accordingly, that H S (a; b) is the negative half-space of . H Now that we have de…ned the previous concepts, we can state the Hyperplane Separation Theorem. Theorem 9 (Hyperplane Separation Theorem) Let C; D Rn be two non- empty convex sets such that C D = ?. Then, there exist a Rn and b R such + \ 2 2 that C S (a; b) and D S (a; b). This theorem will be very relevant for many applications, for example, for the proof of the Second Welfare Theorem (if we have enough time, we will consider it later on as an example). Brouwer’sFixed-Point Theorem In this section we will once again study …xed-point problems. Brouwer’stheorem, which is very relevant for many applications, is easy to understand, but extremely di¢ cult to prove (it requires the knowledge of concepts of algebraic topology that are well beyond the scope of this course).
Recommended publications
  • Locally Solid Riesz Spaces with Applications to Economics / Charalambos D
    http://dx.doi.org/10.1090/surv/105 alambos D. Alipr Lie University \ Burkinshaw na University-Purdue EDITORIAL COMMITTEE Jerry L. Bona Michael P. Loss Peter S. Landweber, Chair Tudor Stefan Ratiu J. T. Stafford 2000 Mathematics Subject Classification. Primary 46A40, 46B40, 47B60, 47B65, 91B50; Secondary 28A33. Selected excerpts in this Second Edition are reprinted with the permissions of Cambridge University Press, the Canadian Mathematical Bulletin, Elsevier Science/Academic Press, and the Illinois Journal of Mathematics. For additional information and updates on this book, visit www.ams.org/bookpages/surv-105 Library of Congress Cataloging-in-Publication Data Aliprantis, Charalambos D. Locally solid Riesz spaces with applications to economics / Charalambos D. Aliprantis, Owen Burkinshaw.—2nd ed. p. cm. — (Mathematical surveys and monographs, ISSN 0076-5376 ; v. 105) Rev. ed. of: Locally solid Riesz spaces. 1978. Includes bibliographical references and index. ISBN 0-8218-3408-8 (alk. paper) 1. Riesz spaces. 2. Economics, Mathematical. I. Burkinshaw, Owen. II. Aliprantis, Char­ alambos D. III. Locally solid Riesz spaces. IV. Title. V. Mathematical surveys and mono­ graphs ; no. 105. QA322 .A39 2003 bib'.73—dc22 2003057948 Copying and reprinting. Individual readers of this publication, and nonprofit libraries acting for them, are permitted to make fair use of the material, such as to copy a chapter for use in teaching or research. Permission is granted to quote brief passages from this publication in reviews, provided the customary acknowledgment of the source is given. Republication, systematic copying, or multiple reproduction of any material in this publication is permitted only under license from the American Mathematical Society.
    [Show full text]
  • Techniques of Variational Analysis
    J. M. Borwein and Q. J. Zhu Techniques of Variational Analysis An Introduction October 8, 2004 Springer Berlin Heidelberg NewYork Hong Kong London Milan Paris Tokyo To Tova, Naomi, Rachel and Judith. To Charles and Lilly. And in fond and respectful memory of Simon Fitzpatrick (1953-2004). Preface Variational arguments are classical techniques whose use can be traced back to the early development of the calculus of variations and further. Rooted in the physical principle of least action they have wide applications in diverse ¯elds. The discovery of modern variational principles and nonsmooth analysis further expand the range of applications of these techniques. The motivation to write this book came from a desire to share our pleasure in applying such variational techniques and promoting these powerful tools. Potential readers of this book will be researchers and graduate students who might bene¯t from using variational methods. The only broad prerequisite we anticipate is a working knowledge of un- dergraduate analysis and of the basic principles of functional analysis (e.g., those encountered in a typical introductory functional analysis course). We hope to attract researchers from diverse areas { who may fruitfully use varia- tional techniques { by providing them with a relatively systematical account of the principles of variational analysis. We also hope to give further insight to graduate students whose research already concentrates on variational analysis. Keeping these two di®erent reader groups in mind we arrange the material into relatively independent blocks. We discuss various forms of variational princi- ples early in Chapter 2. We then discuss applications of variational techniques in di®erent areas in Chapters 3{7.
    [Show full text]
  • Notes on Convex Sets, Polytopes, Polyhedra, Combinatorial Topology, Voronoi Diagrams and Delaunay Triangulations
    Notes on Convex Sets, Polytopes, Polyhedra, Combinatorial Topology, Voronoi Diagrams and Delaunay Triangulations Jean Gallier and Jocelyn Quaintance Department of Computer and Information Science University of Pennsylvania Philadelphia, PA 19104, USA e-mail: [email protected] April 20, 2017 2 3 Notes on Convex Sets, Polytopes, Polyhedra, Combinatorial Topology, Voronoi Diagrams and Delaunay Triangulations Jean Gallier Abstract: Some basic mathematical tools such as convex sets, polytopes and combinatorial topology, are used quite heavily in applied fields such as geometric modeling, meshing, com- puter vision, medical imaging and robotics. This report may be viewed as a tutorial and a set of notes on convex sets, polytopes, polyhedra, combinatorial topology, Voronoi Diagrams and Delaunay Triangulations. It is intended for a broad audience of mathematically inclined readers. One of my (selfish!) motivations in writing these notes was to understand the concept of shelling and how it is used to prove the famous Euler-Poincar´eformula (Poincar´e,1899) and the more recent Upper Bound Theorem (McMullen, 1970) for polytopes. Another of my motivations was to give a \correct" account of Delaunay triangulations and Voronoi diagrams in terms of (direct and inverse) stereographic projections onto a sphere and prove rigorously that the projective map that sends the (projective) sphere to the (projective) paraboloid works correctly, that is, maps the Delaunay triangulation and Voronoi diagram w.r.t. the lifting onto the sphere to the Delaunay diagram and Voronoi diagrams w.r.t. the traditional lifting onto the paraboloid. Here, the problem is that this map is only well defined (total) in projective space and we are forced to define the notion of convex polyhedron in projective space.
    [Show full text]
  • Convex Sets and Convex Functions 1 Convex Sets
    Convex Sets and Convex Functions 1 Convex Sets, In this section, we introduce one of the most important ideas in economic modelling, in the theory of optimization and, indeed in much of modern analysis and computatyional mathematics: that of a convex set. Almost every situation we will meet will depend on this geometric idea. As an independent idea, the notion of convexity appeared at the end of the 19th century, particularly in the works of Minkowski who is supposed to have said: \Everything that is convex interests me." We discuss other ideas which stem from the basic definition, and in particular, the notion of a convex and concave functions which which are so prevalent in economic models. The geometric definition, as we will see, makes sense in any vector space. Since, for the most of our work we deal only with Rn, the definitions will be stated in that context. The interested student may, however, reformulate the definitions either, in an ab stract setting or in some concrete vector space as, for example, C([0; 1]; R)1. Intuitively if we think of R2 or R3, a convex set of vectors is a set that contains all the points of any line segment joining two points of the set (see the next figure). Here is the definition. Definition 1.1 Let u; v 2 V . Then the set of all convex combinations of u and v is the set of points fwλ 2 V : wλ = (1 − λ)u + λv; 0 ≤ λ ≤ 1g: (1.1) In, say, R2 or R3, this set is exactly the line segment joining the two points u and v.
    [Show full text]
  • A Tutorial on Convex Optimization
    A Tutorial on Convex Optimization Haitham Hindi Palo Alto Research Center (PARC), Palo Alto, California email: [email protected] Abstract— In recent years, convex optimization has be- quickly deduce the convexity (and hence tractabil- come a computational tool of central importance in engi- ity) of many problems, often by inspection; neering, thanks to it’s ability to solve very large, practical 2) to review and introduce some canonical opti- engineering problems reliably and efficiently. The goal of this tutorial is to give an overview of the basic concepts of mization problems, which can be used to model convex sets, functions and convex optimization problems, so problems and for which reliable optimization code that the reader can more readily recognize and formulate can be readily obtained; engineering problems using modern convex optimization. 3) to emphasize modeling and formulation; we do This tutorial coincides with the publication of the new book not discuss topics like duality or writing custom on convex optimization, by Boyd and Vandenberghe [7], who have made available a large amount of free course codes. material and links to freely available code. These can be We assume that the reader has a working knowledge of downloaded and used immediately by the audience both linear algebra and vector calculus, and some (minimal) for self-study and to solve real problems. exposure to optimization. Our presentation is quite informal. Rather than pro- I. INTRODUCTION vide details for all the facts and claims presented, our Convex optimization can be described as a fusion goal is instead to give the reader a flavor for what is of three disciplines: optimization [22], [20], [1], [3], possible with convex optimization.
    [Show full text]
  • OPTIMIZATION METHODS: CLASS 3 Linearity, Convexity, ANity
    OPTIMIZATION METHODS: CLASS 3 Linearity, convexity, anity The exercises are on the opposite side. D: A set A ⊆ Rd is an ane space, if A is of the form L + v for some linear space L and a shift vector v 2 Rd. By A is of the form L + v we mean a bijection between vectors of L and vectors of A given as b(u) = u + v. Each ane space has a dimension, dened as the dimension of its associated linear space L. D: A vector is an ane combination of a nite set of vectors if Pn , where x a1; a2; : : : an x = i=1 αiai are real number satisfying Pn . αi i=1 αi = 1 A set of vectors V ⊆ Rd is anely independent if it holds that no vector v 2 V is an ane combination of the rest. D: GIven a set of vectors V ⊆ Rd, we can think of its ane span, which is a set of vectors A that are all possible ane combinations of any nite subset of V . Similar to the linear spaces, ane spaces have a nite basis, so we do not need to consider all nite subsets of V , but we can generate the ane span as ane combinations of the base. D: A hyperplane is any ane space in Rd of dimension d − 1. Thus, on a 2D plane, any line is a hyperplane. In the 3D space, any plane is a hyperplane, and so on. A hyperplane splits the space Rd into two halfspaces. We count the hyperplane itself as a part of both halfspaces.
    [Show full text]
  • Vector Space and Affine Space
    Preliminary Mathematics of Geometric Modeling (1) Hongxin Zhang & Jieqing Feng State Key Lab of CAD&CG Zhejiang University Contents Coordinate Systems Vector and Affine Spaces Vector Spaces Points and Vectors Affine Combinations, Barycentric Coordinates and Convex Combinations Frames 11/20/2006 State Key Lab of CAD&CG 2 Coordinate Systems Cartesian coordinate system 11/20/2006 State Key Lab of CAD&CG 3 Coordinate Systems Frame Origin O Three Linear-Independent r rur Vectors ( uvw ,, ) 11/20/2006 State Key Lab of CAD&CG 4 Vector Spaces Definition A nonempty set ς of elements is called a vector space if in ς there are two algebraic operations, namely addition and scalar multiplication Examples of vector space Linear Independence and Bases 11/20/2006 State Key Lab of CAD&CG 5 Vector Spaces Addition Addition associates with every pair of vectors and a unique vector which is called the sum of and and is written For 2D vectors, the summation is componentwise, i.e., if and , then 11/20/2006 State Key Lab of CAD&CG 6 Vector Spaces Addition parallelogram illustration 11/20/2006 State Key Lab of CAD&CG 7 Addition Properties Commutativity Associativity Zero Vector Additive Inverse Vector Subtraction 11/20/2006 State Key Lab of CAD&CG 8 Commutativity for any two vectors and in ς , 11/20/2006 State Key Lab of CAD&CG 9 Associativity for any three vectors , and in ς, 11/20/2006 State Key Lab of CAD&CG 10 Zero Vector There is a unique vector in ς called the zero vector and denoted such that for every vector 11/20/2006 State Key Lab of CAD&CG 11 Additive
    [Show full text]
  • Convex Sets and Convex Functions (Part I)
    Convex Sets and Convex Functions (part I) Prof. Dan A. Simovici UMB 1 / 79 Outline 1 Convex and Affine Sets 2 The Convex and Affine Closures 3 Operations on Convex Sets 4 Cones 5 Extreme Points 2 / 79 Convex and Affine Sets n Special Subsets in R Let L be a real linear space and let x; y 2 L. The closed segment determined by x and y is the set [x; y] = f(1 − a)x + ay j 0 6 a 6 1g: The half-closed segments determined by x and y are the sets [x; y) = f(1 − a)x + ay j 0 6 a < 1g; and (x; y] = f(1 − a)x + ay j 0 < a 6 1g: The open segment determined by x and y is (x; y) = f(1 − a)x + ay j 0 < a < 1g: The line determined by x and y is the set `x;y = f(1 − a)x + ay j a 2 Rg: 3 / 79 Convex and Affine Sets Definition A subset C of L is convex if we have [x; y] ⊆ C for all x; y 2 C. Note that the empty subset and every singleton fxg of L are convex. 4 / 79 Convex and Affine Sets Convex vs. Non-convex x3 x4 x2 x4 x x y x2 x3 y x1 x1 (a) (b) 5 / 79 Convex and Affine Sets Example The set n of all vectors of n having non-negative components is a R>0 R n convex set called the non-negative orthant of R . 6 / 79 Convex and Affine Sets Example The convex subsets of (R; +; ·) are the intervals of R.
    [Show full text]
  • Lecture 2 - Introduction to Polytopes
    Lecture 2 - Introduction to Polytopes Optimization and Approximation - ENS M1 Nicolas Bousquet 1 Reminder of Linear Algebra definitions n Pm Let x1; : : : ; xm be points in R and λ1; : : : ; λm be real numbers. Then x = i=1 λixi is said to be a: • Linear combination (of x1; : : : ; xm) if the λi are arbitrary scalars. • Conic combination if λi ≥ 0 for every i. Pm • Convex combination if i=1 λi = 1 and λi ≥ 0 for every i. In the following, λ will still denote a scalar (since we consider in real spaces, λ is a real number). The linear space spanned by X = fx1; : : : ; xmg (also called the span of X), denoted by Span(X), is the set of n n points x of R which can be expressed as linear combinations of x1; : : : ; xm. Given a set X of R , the span of X is the smallest vectorial space containing the set X. In the following we will consider a little bit further the other types of combinations. Pm A set x1; : : : ; xm of vectors are linearly independent if i=1 λixi = 0 implies that for every i ≤ m, λi = 0. The dimension of the space spanned by x1; : : : ; xm is the cardinality of a maximum subfamily of x1; : : : ; xm which is linearly independent. The points x0; : : : ; x` of an affine space are said to be affinely independent if the vectors x1−x0; : : : ; x`− x0 are linearly independent. In other words, if we consider the space to be “centered” on x0 then the vectors corresponding to the other points in the vectorial space are independent.
    [Show full text]
  • An Introduction to Convex Polytopes
    Graduate Texts in Mathematics Arne Brondsted An Introduction to Convex Polytopes 9, New YorkHefdelbergBerlin Graduate Texts in Mathematics90 Editorial Board F. W. GehringP. R. Halmos (Managing Editor) C. C. Moore Arne Brondsted An Introduction to Convex Polytopes Springer-Verlag New York Heidelberg Berlin Arne Brondsted K, benhavns Universitets Matematiske Institut Universitetsparken 5 2100 Kobenhavn 0 Danmark Editorial Board P. R. Halmos F. W. Gehring C. C. Moore Managing Editor University of Michigan University of California Indiana University Department of at Berkeley Department of Mathematics Department of Mathematics Ann Arbor, MI 48104 Mathematics Bloomington, IN 47405 U.S.A. Berkeley, CA 94720 U.S.A. U.S.A. AMS Subject Classifications (1980): 52-01, 52A25 Library of Congress Cataloging in Publication Data Brondsted, Arne. An introduction to convex polytopes. (Graduate texts in mathematics; 90) Bibliography : p. 1. Convex polytopes.I. Title.II. Series. QA64.0.3.B76 1982 514'.223 82-10585 With 3 Illustrations. © 1983 by Springer-Verlag New York Inc. All rights reserved. No part of this book may be translated or reproduced in any form without written permission from Springer-Verlag, 175 Fifth Avenue, New York, New York 10010, U.S.A. Typeset by Composition House Ltd., Salisbury, England. Printed and bound by R. R. Donnelley & Sons, Harrisonburg, VA. Printed in the United States of America. 987654321 ISBN 0-387-90722-X Springer-Verlag New York Heidelberg Berlin ISBN 3-540-90722-X Springer-Verlag Berlin Heidelberg New York Preface The aim of this book is to introduce the reader to the fascinating world of convex polytopes. The highlights of the book are three main theorems in the combinatorial theory of convex polytopes, known as the Dehn-Sommerville Relations, the Upper Bound Theorem and the Lower Bound Theorem.
    [Show full text]
  • Weak Matrix Majorization Francisco D
    Linear Algebra and its Applications 403 (2005) 343–368 www.elsevier.com/locate/laa Weak matrix majorization Francisco D. Martínez Pería a,∗, Pedro G. Massey a, Luis E. Silvestre b aDepartamento de Matemática, Facultad de Ciencias Exactas, Universidad Nacional de La Plata, CC 172, La Plata, Argentina bDepartment of Mathematics, University of Texas at Austin, Austin, USA Received 19 May 2004; accepted 10 February 2005 Available online 31 March 2005 Submitted by R.A. Brualdi Abstract × Given X, Y ∈ Rn m we introduce the following notion of matrix majorization, called weak matrix majorization, n×n X w Y if there exists a row-stochastic matrix A ∈ R such that AX = Y, and consider the relations between this concept, strong majorization (s) and directional maj- orization (). It is verified that s⇒⇒w, but none of the reciprocal implications is true. Nevertheless, we study the implications w⇒s and ⇒s under additional hypotheses. We give characterizations of strong, directional and weak matrix majorization in terms of convexity. We also introduce definitions for majorization between Abelian families of selfadjoint matrices, called joint majorizations. They are induced by the previously mentioned matrix majorizations. We obtain descriptions of these relations using convexity arguments. © 2005 Elsevier Inc. All rights reserved. AMS classification: Primary 15A51; 15A60; 15A45 Keywords: Multivariate and directional matrix majorizations; Row stochastic matrices; Mutually com- muting selfadjoint matrices; Convex sets and functions ∗ Corresponding author. E-mail addresses: [email protected] (F.D. Mart´ınez Per´ıa), [email protected] (P.G. Massey), [email protected] (L.E. Silvestre).
    [Show full text]
  • Convex Functions: Constructions, Characterizations and Counterexamples C 20081
    Convex Functions: Constructions, Characterizations and Counterexamples c 20081 Jonathan M. Borwein and Jon Vanderwerff August 26, 2008 1Do not circulate without permission 2 To our wives. Judith and Judith. ii Preface This book on convex functions emerges out of fifteen years of collaboration be- tween the authors. It is by far from the first on the subject nor will it be the last. It is neither a book on Convex analysis such as Rockafellar’s foundational 1970 book [342] nor a book on Convex programming such as Boyd and Vanden- berghe’s excellent recent text [121]. There are a number of fine books—both recent and less so—on both those subjects or on Convexity and relatedly on Variational analysis. Books such as [344, 236, 351, 237, 115, 90, 295, 304] com- plement or overlap in various ways with our own focus which is to explore the interplay between the structure of a normed space and the properties of convex functions which can exist thereon. In some ways, among the most similar books to ours are those of Phelps [320] and of Giles [214] in that both also straddle the fields of geometric functional analysis and convex analysis—but without the convex function itself being the central character. We have structured this book so as to accommodate a variety of readers. This leads to some intentional repetition. Chapter one makes the case for the ubiquity of convexity, largely by way of example; many but not all of which are followed up in later chapters. Chapter two then provides a foundation for the study of convex functions in Euclidean (finite-dimensional) space, and Chap- ter three reprises important special structures such as polyhedrality, eigenvalue optimization and semidefinite programming.
    [Show full text]