Convex Optimization (EE227BT: UC Berkeley)

Total Page:16

File Type:pdf, Size:1020Kb

Convex Optimization (EE227BT: UC Berkeley) Convex Optimization (EE227BT: UC Berkeley) Lecture 1 (Convex sets and functions) August 28, 2014 ◦ Laurent El Ghaoui (slides by Suvrit Sra) Course organization I Course material and interaction: use bCourse I Relevant texts / references: Convex optimization { Boyd & Vandenberghe (BV) ~ Introductory lectures on convex optimisation { Nesterov ~ Nonlinear programming { Bertsekas ~ Convex Analysis { Rockafellar ~ Numerical optimization { Nocedal & Wright ~ Lectures on modern convex optimization { Nemirovski ~ Optimization for Machine Learning { Sra, Nowozin, Wright ~ Optimization Models { Calafiore, El Ghaoui (to appear in ~ November) I Instructor: Laurent El Ghaoui ([email protected]) I HW + Quizzes (40%); Midterm (30%); Project (30%) I TA: Vu Pham ([email protected]) I Office hours: Thu 9-10am (El Ghaoui), TBA (Vu Pham) I If you email me, please put EE227BT in Subject: Linear algebra recap Eigenvalues and Eigenvectors n×n n Def. If A C and x C . Consider the equation 2 2 Ax = λx; x = 0; λ C: 6 2 If scalar λ and vector x satisfy this equation, then λ is called an eigenvalue and x and eigenvector of A. Above equation may be rewritten equivalently as (λI A)x = 0; x = 0: − 6 Thus, λ is an eigenvalue, if and only if det(λI A) = 0: − Def. pA(t) := det(tI A) is called characteristic polynomial. − Eigenvalues are roots of characteristic polynomial. Eigenvalues and Eigenvectors n×n Theorem Let λ1; : : : ; λn be eigenvalues of A C . Then, 2 X X Y Tr(A) = aii = λi ; det(A) = λi : i i i n×n ∗ ∗ Def. Matrix U C unitary if U U = I ([U ]ij = [¯uji ]) 2 n×n Theorem (Schur factorization). If A C with eigenvalues 2 n×n ∗ λ1; : : : ; λn, then there is a unitary matrix U C (i.e., U U = I ), such that 2 ∗ U AU = T = [tij ] is upper triangular with diagonal entries tii = λi . Corollary. If A∗A = AA∗, then there exists a unitary U such that A = UΛU∗. We will call this the Eigenvector Decomposition. Proof.A = VTV ∗, A∗ = VT ∗V ∗, so AA∗ = TT ∗ = T ∗T = A∗A. But T is upper triangular, so only way for TT ∗ = T ∗T , some easy but tedious induction shows that T must be diagonal. Hence, T = Λ. Singular value decomposition m×n Theorem (SVD) Let A C . There are unitaries s.t. U and V 2 ∗ U AV = Diag(σ1; : : : ; σp); p = min(m; n); where σ1 σ2 σp 0. Usually written as ≥ ≥ · · · ≥ A = UΣV ∗: left singular vectors U are eigenvectors of AA∗ right singular vectors V are eigenvectors of A∗A p ∗ p ∗ nonzero singular values σi = λi (AA ) = λi (A A) Positive definite matrices n×n Def. Let A R be symmetric, i.e., aij = aji . Then, A is called positive definite2 if T X x Ax = xi aij xj > 0; x = 0: ij 8 6 If > replaced by , we call A positive semidefinite. ≥ Theorem A symmetric real matrix is positive semidefinite (positive definite) iff all its eigenvalues are nonnegative (positive). Theorem Every semidefinite matrix can be written as BT B Exercise: Prove this claim. Also prove converse. Notation: A 0 (posdef) or A 0 (semidef) Amongst most important objects in convex optimization! Matrix and vector calculus f (x) f (x) T P r x a = i xi ai a T P T x Ax = ij xi aij xj (A + A )x log det(X ) X −1 P T Tr(XA) = ij xij aji A T P Tr(X A) = ij xij aij A Tr(X T AX ) (A + AT )X Easily derived using \brute-force" rules Wikipedia | Suvrit's ancient notes | Matrix cookbook | Convex Sets Convex sets Convex sets n Def. A set C R is called convex, if for any x; y C, the line-segment θx⊂+ (1 θ)y (here θ 0) also lies in C. 2 − ≥ Combinations Convex: θ1x + θ2y C, where θ1; θ2 0 and θ1 + θ2 = 1. I 2 ≥ I Linear: if restrictions on θ1; θ2 are dropped I Conic: if restriction θ1 + θ2 = 1 is dropped Convex sets Theorem (Intersection). Let C1, C2 be convex sets. Then, C1 C2 is also convex. \ Proof. If C1 C2 = , then true vacuously. \ ; Let x; y C1 C2. Then, x; y C1 and x; y C2. 2 \ 2 2 But C1, C2 are convex, hence θx + (1 θ)y C1, and also in C2. − 2 Thus, θx + (1 θ)y C1 C2. − 2 m\ Inductively follows that Ci is also convex. \i=1 Convex sets { more examples (psdcone image from convexoptimization.com, Dattorro) n Let x1; x2;:::; xm R . Their convex hull is ~ 2 nX X o co(x1;:::; xm) := θi xi θi 0; θi = 1 : i j ≥ i m×n m Let A R , and b R . The set x Ax = b is convex (it ~ is an affine2 space over2 subspace of solutionsf j of Axg= 0). halfspace x aT x b . ~ polyhedron xj Ax ≤ b; Cx = d . ~ f j ≤T g ellipsoid x (x x0) A(x x0) 1 ,(A: semidefinite) ~ j − − P ≤ probability simplex x x 0; xi = 1 ~ f j ≥ i g ◦ Quiz: Prove that these sets are convex. Convex functions Convex functions Def. Function f : I R on interval I called midpoint convex if ! f x+y f (x)+f (y) ; whenever x; y I : 2 ≤ 2 2 Read: f of AM is less than or equal to AM of f . n Def. A function f : R R is called convex if its domain dom(f ) ! is a convex set and for any x; y dom(f ) and θ 0 2 ≥ f (θx + (1 θ)y) θf (x) + (1 θ)f (y): − ≤ − Theorem (J.L.W.V. Jensen). Let f : I R be continuous. Then, f is convex if and only if it is midpoint convex.! n I Theorem extends to functions f : R R. Very useful to checking convexity of a given function.X ⊆ ! Convex functions ) f(y) λ)f(y λf(x) + (1 − f(x) x y f (λx + (1 λ)y) λf (x) + (1 λ)f (y) − ≤ − Convex functions f(x) y i ), x − f(y ) + h∇ f(y f(y) y x f (x) f (y) + f (y); x y ≥ hr − i Convex functions P R Q x z = λx + (1 λ)y y − slope PQ slope PR slope QR ≤ ≤ Recognizing convex functions If f is continuous and midpoint convex, then it is convex. ♠ If f is differentiable, then f is convex if and only if dom f is ♠ convex and f (x) f (y) + f (y); x y for all x; y dom f . ≥ hr − i 2 If f is twice differentiable, then f is convex if and only if dom f ♠ is convex and 2f (x) 0 at every x dom f . r 2 Convex functions I Linear: f (θ1x + θ2y) = θ1f (x) + θ2f (y); θ1; θ2 unrestricted I Concave: f (θx + (1 θ)y) θf (x) + (1 θ)f (y) − ≥ − I Strictly convex: If inequality is strict for x = y 6 Convex functions Example The pointwise maximum of a family of convex functions is convex. That is, if f (x; y) is a convex function of x for every y in some \index set" , then Y f (x) := max f (x; y) y2Y is a convex function of x (set is arbitrary). Y n m×n m Example Let f : R R be convex. Let A R , and b R . Prove that g(x) = f!(Ax + b) is convex. 2 2 Exercise: Verify truth of above examples. Convex functions Theorem Let be a nonempty convex set. Suppose L(x; y) is convex in (x; y), then,Y f (x) := inf L(x; y) y2Y is a convex function of x, provided f (x) > . −∞ Proof. Let u; v dom f . Since f (u) = infy L(u; y), for each > 0, there 2 is a y1 , s.t. f (u) + 2 is not the infimum. Thus, L(u; y1) f (u) + 2 . 2 Y ≤ Similarly, there is y2 , such that L(v; y2) f (v) + 2 . Now we prove that f2(λ Yu + (1 λ)v) λf (u≤) + (1 λ)f (v) directly. − ≤ − f (λu + (1 λ)v) = inf L(λu + (1 λ)v; y) − y2Y − L(λu + (1 λ)v; λy1 + (1 λ)y2) ≤ − − λL(u; y1) + (1 λ)L(v; y2) ≤ − λf (u) + (1 λ)f (v) + . ≤ − Since > 0 is arbitrary, claim follows. Example: Schur complement Let A; B; C be matrices such that C 0, and let AB Z := 0; BT C then the Schur complement A BC −1BT 0. Proof.L (x; y) = [x; y]T Z[x; y] is− convex in (x; y) since Z 0 T −1 T Observe that f (x) = infy L(x; y) = x (A BC B )x is convex. − (We skipped ahead and solved y L(x; y) = 0 to minimize). r Recognizing convex functions If f is continuous and midpoint convex, then it is convex. ♠ If f is differentiable, then f is convex if and only if dom f is ♠ convex and f (x) f (y) + f (y); x y for all x; y dom f . ≥ hr − i 2 If f is twice differentiable, then f is convex if and only if dom f ♠ is convex and 2f (x) 0 at every x dom f . r 2 By showing f to be a pointwise max of convex functions ♠ By showing f : dom(f ) R is convex if and only if its ♠ restriction to any line that! intersects dom(f ) is convex. That is, for any x dom(f ) and any v, the function g(t) = f (x + tv) is convex (on2 its domain t x + tv dom(f ) ). f j 2 g See exercises (Ch.
Recommended publications
  • 1 Overview 2 Elements of Convex Analysis
    AM 221: Advanced Optimization Spring 2016 Prof. Yaron Singer Lecture 2 | Wednesday, January 27th 1 Overview In our previous lecture we discussed several applications of optimization, introduced basic terminol- ogy, and proved Weierstass' theorem (circa 1830) which gives a sufficient condition for existence of an optimal solution to an optimization problem. Today we will discuss basic definitions and prop- erties of convex sets and convex functions. We will then prove the separating hyperplane theorem and see an application of separating hyperplanes in machine learning. We'll conclude by describing the seminal perceptron algorithm (1957) which is designed to find separating hyperplanes. 2 Elements of Convex Analysis We will primarily consider optimization problems over convex sets { sets for which any two points are connected by a line. We illustrate some convex and non-convex sets in Figure 1. Definition. A set S is called a convex set if any two points in S contain their line, i.e. for any x1; x2 2 S we have that λx1 + (1 − λ)x2 2 S for any λ 2 [0; 1]. In the previous lecture we saw linear regression an example of an optimization problem, and men- tioned that the RSS function has a convex shape. We can now define this concept formally. n Definition. For a convex set S ⊆ R , we say that a function f : S ! R is: • convex on S if for any two points x1; x2 2 S and any λ 2 [0; 1] we have that: f (λx1 + (1 − λ)x2) ≤ λf(x1) + 1 − λ f(x2): • strictly convex on S if for any two points x1; x2 2 S and any λ 2 [0; 1] we have that: f (λx1 + (1 − λ)x2) < λf(x1) + (1 − λ) f(x2): We illustrate a convex function in Figure 2.
    [Show full text]
  • CORE View Metadata, Citation and Similar Papers at Core.Ac.Uk
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Bulgarian Digital Mathematics Library at IMI-BAS Serdica Math. J. 27 (2001), 203-218 FIRST ORDER CHARACTERIZATIONS OF PSEUDOCONVEX FUNCTIONS Vsevolod Ivanov Ivanov Communicated by A. L. Dontchev Abstract. First order characterizations of pseudoconvex functions are investigated in terms of generalized directional derivatives. A connection with the invexity is analysed. Well-known first order characterizations of the solution sets of pseudolinear programs are generalized to the case of pseudoconvex programs. The concepts of pseudoconvexity and invexity do not depend on a single definition of the generalized directional derivative. 1. Introduction. Three characterizations of pseudoconvex functions are considered in this paper. The first is new. It is well-known that each pseudo- convex function is invex. Then the following question arises: what is the type of 2000 Mathematics Subject Classification: 26B25, 90C26, 26E15. Key words: Generalized convexity, nonsmooth function, generalized directional derivative, pseudoconvex function, quasiconvex function, invex function, nonsmooth optimization, solution sets, pseudomonotone generalized directional derivative. 204 Vsevolod Ivanov Ivanov the function η from the definition of invexity, when the invex function is pseudo- convex. This question is considered in Section 3, and a first order necessary and sufficient condition for pseudoconvexity of a function is given there. It is shown that the class of strongly pseudoconvex functions, considered by Weir [25], coin- cides with pseudoconvex ones. The main result of Section 3 is applied to characterize the solution set of a nonlinear programming problem in Section 4. The base results of Jeyakumar and Yang in the paper [13] are generalized there to the case, when the function is pseudoconvex.
    [Show full text]
  • Applications of Convex Analysis Within Mathematics
    Noname manuscript No. (will be inserted by the editor) Applications of Convex Analysis within Mathematics Francisco J. Arag´onArtacho · Jonathan M. Borwein · Victoria Mart´ın-M´arquez · Liangjin Yao July 19, 2013 Abstract In this paper, we study convex analysis and its theoretical applications. We first apply important tools of convex analysis to Optimization and to Analysis. We then show various deep applications of convex analysis and especially infimal convolution in Monotone Operator Theory. Among other things, we recapture the Minty surjectivity theorem in Hilbert space, and present a new proof of the sum theorem in reflexive spaces. More technically, we also discuss autoconjugate representers for maximally monotone operators. Finally, we consider various other applications in mathematical analysis. Keywords Adjoint · Asplund averaging · autoconjugate representer · Banach limit · Chebyshev set · convex functions · Fenchel duality · Fenchel conjugate · Fitzpatrick function · Hahn{Banach extension theorem · infimal convolution · linear relation · Minty surjectivity theorem · maximally monotone operator · monotone operator · Moreau's decomposition · Moreau envelope · Moreau's max formula · Moreau{Rockafellar duality · normal cone operator · renorming · resolvent · Sandwich theorem · subdifferential operator · sum theorem · Yosida approximation Mathematics Subject Classification (2000) Primary 47N10 · 90C25; Secondary 47H05 · 47A06 · 47B65 Francisco J. Arag´onArtacho Centre for Computer Assisted Research Mathematics and its Applications (CARMA),
    [Show full text]
  • Convex) Level Sets Integration
    Journal of Optimization Theory and Applications manuscript No. (will be inserted by the editor) (Convex) Level Sets Integration Jean-Pierre Crouzeix · Andrew Eberhard · Daniel Ralph Dedicated to Vladimir Demjanov Received: date / Accepted: date Abstract The paper addresses the problem of recovering a pseudoconvex function from the normal cones to its level sets that we call the convex level sets integration problem. An important application is the revealed preference problem. Our main result can be described as integrating a maximally cycli- cally pseudoconvex multivalued map that sends vectors or \bundles" of a Eu- clidean space to convex sets in that space. That is, we are seeking a pseudo convex (real) function such that the normal cone at each boundary point of each of its lower level sets contains the set value of the multivalued map at the same point. This raises the question of uniqueness of that function up to rescaling. Even after normalising the function long an orienting direction, we give a counterexample to its uniqueness. We are, however, able to show uniqueness under a condition motivated by the classical theory of ordinary differential equations. Keywords Convexity and Pseudoconvexity · Monotonicity and Pseudomono- tonicity · Maximality · Revealed Preferences. Mathematics Subject Classification (2000) 26B25 · 91B42 · 91B16 Jean-Pierre Crouzeix, Corresponding Author, LIMOS, Campus Scientifique des C´ezeaux,Universit´eBlaise Pascal, 63170 Aubi`ere,France, E-mail: [email protected] Andrew Eberhard School of Mathematical & Geospatial Sciences, RMIT University, Melbourne, VIC., Aus- tralia, E-mail: [email protected] Daniel Ralph University of Cambridge, Judge Business School, UK, E-mail: [email protected] 2 Jean-Pierre Crouzeix et al.
    [Show full text]
  • On the Ekeland Variational Principle with Applications and Detours
    Lectures on The Ekeland Variational Principle with Applications and Detours By D. G. De Figueiredo Tata Institute of Fundamental Research, Bombay 1989 Author D. G. De Figueiredo Departmento de Mathematica Universidade de Brasilia 70.910 – Brasilia-DF BRAZIL c Tata Institute of Fundamental Research, 1989 ISBN 3-540- 51179-2-Springer-Verlag, Berlin, Heidelberg. New York. Tokyo ISBN 0-387- 51179-2-Springer-Verlag, New York. Heidelberg. Berlin. Tokyo No part of this book may be reproduced in any form by print, microfilm or any other means with- out written permission from the Tata Institute of Fundamental Research, Colaba, Bombay 400 005 Printed by INSDOC Regional Centre, Indian Institute of Science Campus, Bangalore 560012 and published by H. Goetze, Springer-Verlag, Heidelberg, West Germany PRINTED IN INDIA Preface Since its appearance in 1972 the variational principle of Ekeland has found many applications in different fields in Analysis. The best refer- ences for those are by Ekeland himself: his survey article [23] and his book with J.-P. Aubin [2]. Not all material presented here appears in those places. Some are scattered around and there lies my motivation in writing these notes. Since they are intended to students I included a lot of related material. Those are the detours. A chapter on Nemyt- skii mappings may sound strange. However I believe it is useful, since their properties so often used are seldom proved. We always say to the students: go and look in Krasnoselskii or Vainberg! I think some of the proofs presented here are more straightforward. There are two chapters on applications to PDE.
    [Show full text]
  • Optimization Over Nonnegative and Convex Polynomials with and Without Semidefinite Programming
    OPTIMIZATION OVER NONNEGATIVE AND CONVEX POLYNOMIALS WITH AND WITHOUT SEMIDEFINITE PROGRAMMING GEORGINA HALL ADISSERTATION PRESENTED TO THE FACULTY OF PRINCETON UNIVERSITY IN CANDIDACY FOR THE DEGREE OF DOCTOR OF PHILOSOPHY RECOMMENDED FOR ACCEPTANCE BY THE DEPARTMENT OF OPERATIONS RESEARCH AND FINANCIAL ENGINEERING ADVISER:PROFESSOR AMIR ALI AHMADI JUNE 2018 c Copyright by Georgina Hall, 2018. All rights reserved. Abstract The problem of optimizing over the cone of nonnegative polynomials is a fundamental problem in computational mathematics, with applications to polynomial optimization, con- trol, machine learning, game theory, and combinatorics, among others. A number of break- through papers in the early 2000s showed that this problem, long thought to be out of reach, could be tackled by using sum of squares programming. This technique however has proved to be expensive for large-scale problems, as it involves solving large semidefinite programs (SDPs). In the first part of this thesis, we present two methods for approximately solving large- scale sum of squares programs that dispense altogether with semidefinite programming and only involve solving a sequence of linear or second order cone programs generated in an adaptive fashion. We then focus on the problem of finding tight lower bounds on polyno- mial optimization problems (POPs), a fundamental task in this area that is most commonly handled through the use of SDP-based sum of squares hierarchies (e.g., due to Lasserre and Parrilo). In contrast to previous approaches, we provide the first theoretical framework for constructing converging hierarchies of lower bounds on POPs whose computation simply requires the ability to multiply certain fixed polynomials together and to check nonnegativ- ity of the coefficients of their product.
    [Show full text]
  • Sum of Squares and Polynomial Convexity
    CONFIDENTIAL. Limited circulation. For review only. Sum of Squares and Polynomial Convexity Amir Ali Ahmadi and Pablo A. Parrilo Abstract— The notion of sos-convexity has recently been semidefiniteness of the Hessian matrix is replaced with proposed as a tractable sufficient condition for convexity of the existence of an appropriately defined sum of squares polynomials based on sum of squares decomposition. A multi- decomposition. As we will briefly review in this paper, by variate polynomial p(x) = p(x1; : : : ; xn) is said to be sos-convex if its Hessian H(x) can be factored as H(x) = M T (x) M (x) drawing some appealing connections between real algebra with a possibly nonsquare polynomial matrix M(x). It turns and numerical optimization, the latter problem can be re- out that one can reduce the problem of deciding sos-convexity duced to the feasibility of a semidefinite program. of a polynomial to the feasibility of a semidefinite program, Despite the relative recency of the concept of sos- which can be checked efficiently. Motivated by this computa- convexity, it has already appeared in a number of theo- tional tractability, it has been speculated whether every convex polynomial must necessarily be sos-convex. In this paper, we retical and practical settings. In [6], Helton and Nie use answer this question in the negative by presenting an explicit sos-convexity to give sufficient conditions for semidefinite example of a trivariate homogeneous polynomial of degree eight representability of semialgebraic sets. In [7], Lasserre uses that is convex but not sos-convex. sos-convexity to extend Jensen’s inequality in convex anal- ysis to linear functionals that are not necessarily probability I.
    [Show full text]
  • Subdifferential Properties of Quasiconvex and Pseudoconvex Functions: Unified Approach1
    JOURNAL OF OPTIMIZATION THEORY AND APPLICATIONS: Vol. 97, No. I, pp. 29-45, APRIL 1998 Subdifferential Properties of Quasiconvex and Pseudoconvex Functions: Unified Approach1 D. AUSSEL2 Communicated by M. Avriel Abstract. In this paper, we are mainly concerned with the characteriza- tion of quasiconvex or pseudoconvex nondifferentiable functions and the relationship between those two concepts. In particular, we charac- terize the quasiconvexity and pseudoconvexity of a function by mixed properties combining properties of the function and properties of its subdifferential. We also prove that a lower semicontinuous and radially continuous function is pseudoconvex if it is quasiconvex and satisfies the following optimality condition: 0sdf(x) =f has a global minimum at x. The results are proved using the abstract subdifferential introduced in Ref. 1, a concept which allows one to recover almost all the subdiffer- entials used in nonsmooth analysis. Key Words. Nonsmooth analysis, abstract subdifferential, quasicon- vexity, pseudoconvexity, mixed property. 1. Preliminaries Throughout this paper, we use the concept of abstract subdifferential introduced in Aussel et al. (Ref. 1). This definition allows one to recover almost all classical notions of nonsmooth analysis. The aim of such an approach is to show that a lot of results concerning the subdifferential prop- erties of quasiconvex and pseudoconvex functions can be proved in a unified way, and hence for a large class of subdifferentials. We are interested here in two aspects of convex analysis: the charac- terization of quasiconvex and pseudoconvex lower semicontinuous functions and the relationship between these two concepts. 1The author is indebted to Prof. M. Lassonde for many helpful discussions leading to a signifi- cant improvement in the presentation of the results.
    [Show full text]
  • Chapter 5 Convex Optimization in Function Space 5.1 Foundations of Convex Analysis
    Chapter 5 Convex Optimization in Function Space 5.1 Foundations of Convex Analysis Let V be a vector space over lR and k ¢ k : V ! lR be a norm on V . We recall that (V; k ¢ k) is called a Banach space, if it is complete, i.e., if any Cauchy sequence fvkglN of elements vk 2 V; k 2 lN; converges to an element v 2 V (kvk ¡ vk ! 0 as k ! 1). Examples: Let ­ be a domain in lRd; d 2 lN. Then, the space C(­) of continuous functions on ­ is a Banach space with the norm kukC(­) := sup ju(x)j : x2­ The spaces Lp(­); 1 · p < 1; of (in the Lebesgue sense) p-integrable functions are Banach spaces with the norms Z ³ ´1=p p kukLp(­) := ju(x)j dx : ­ The space L1(­) of essentially bounded functions on ­ is a Banach space with the norm kukL1(­) := ess sup ju(x)j : x2­ The (topologically and algebraically) dual space V ¤ is the space of all bounded linear functionals ¹ : V ! lR. Given ¹ 2 V ¤, for ¹(v) we often write h¹; vi with h¢; ¢i denoting the dual product between V ¤ and V . We note that V ¤ is a Banach space equipped with the norm j h¹; vi j k¹k := sup : v2V nf0g kvk Examples: The dual of C(­) is the space M(­) of Radon measures ¹ with Z h¹; vi := v d¹ ; v 2 C(­) : ­ The dual of L1(­) is the space L1(­). The dual of Lp(­); 1 < p < 1; is the space Lq(­) with q being conjugate to p, i.e., 1=p + 1=q = 1.
    [Show full text]
  • Characterizations of Quasiconvex Functions and Pseudomonotonicity of Subdifferentials
    J. Appl. Environ. Biol. Sci. , 5(6)358-364, 2015 ISSN: 2090-4274 Journal of Applied Environmental © 2015, TextRoad Publication and Biological Sciences www.textroad.com Characterizations of Quasiconvex Functions and Pseudomonotonicity of Subdifferentials Somayeh Yazdani Department of Mathematics, Faculty of Basic Sciences, Nour Branch, Islamic Azad University, Nour, Iran. Received: January 6, 2015 Accepted: March 10, 2015 ABSTRACT In this paper we introduce the concepts of quasimonotone maps and pseudoconvex functions. Moreover, a notion of pseudomonotonicity for multi mappings is introduced; it is shown that, if a function f is continuous, then its pseudoconvexity is equivalent to the pseudomonotonicity of its generalized subdifferential in the sense of Clarke and Rockafellar and prove that a lower semicontinuous function on an infinite dimensional space is quasiconvex if and only if its generalized subdifferential is quasimonotone. KEYWORDS: Quasiconvex functions, pseudoconvex functions, quasimonotone maps, pseudo monotone maps, generalized subdifferentials. I. INTRODUCTION As far as we know quasiconvex functions were first mentioned by Finetti in 1949,[ Finetti,1949]. Since then much effort has been focused on the study of this class of functions for they have much in common with convex functions. One of the most important properties of convex functions is that their level sets are convex . Mapping of the monograph theory in the beginning of methods were obtained in spaces with more banach efforts and evaluation background lightness for the relationship between monograhy on a map and the linkage of premise was created. This study was performed to uniform of non-linear mappings and differential relations and was paid uniformity. The purpose of this paper is to declare these powerful tools and new applications of it in a function in the analysis of the last few decades.
    [Show full text]
  • 1 Lecture 7 Hyperbolic Polynomials
    MIT 6.972 Algebraic techniques and semidefinite optimization March 2, 2006 Lecture 7 Lecturer: Pablo A. Parrilo Scribe: ??? In this lecture we introduce a special class of multivariate polynomials, called hyperbolic. These polynomials were originally studied in the context of partial differential equations. As we will see, they have many surprising properties, and are intimately linked with convex optimization problems that have an algebraic structure. A few good references about the use of hyperbolic polynomials in optimization are [G¨ul97, BGLS01, Ren]. 1 Hyperbolic polynomials Consider a homogeneous multivariate polynomial p ∈ R[x1, . , xn] of degree d. Here homogeneous of degree d means that the sum of degrees of each monomial is constant and equal to d, i.e., � α p(x) = cαx , |α|=d where α = (α1, . , αn), αi ∈ N ∪ {0}, and |α| =α1 + ··· + αn. A homogeneous polynomial satisfies d n p(tw) = t p(w) for all real t and vectors w ∈ R . We denote the set of such polynomials by Hn(d). By identifying a polynomial with its vector of coefficients, we can consider Hn(d) as a normed vector space �n +d−1� of dimension d . n Definition 1. Let e be a fixed vector in R . A polynomial p ∈ Hn(d) is hyperbolic with respect to e if p(e) > 0 and, for all vectors x ∈ Rn, the univariate polynomial t �→ p(x − te) has only real roots. A natural geometric interpretation is the following: consider the hypersurface in Rn given by p(x) = 0. Then, hyperbolicity is equivalent to the condition that every line in Rn parallel to e intersects this hypersurface at exactly d points (counting multiplicities), where d is the degree of the polynomial.
    [Show full text]
  • Analysis of Convex Envelopes of Polynomials and Exact Relaxations of Non-Convex Variational Problems
    Analysis of convex envelopes of polynomials and exact relaxations of non-convex variational problems Ren´eMeziat - Diego Pati˜no Departamento de Matem´aticas, Universidad de los Andes Carrera 1 No 18A - 10, Bogot´a,Colombia [email protected], [email protected] March, 2005 Abstract We solve non-convex, variational problems in the form Z 1 min I(u) = f(u0(x))dx s.t. u(0) = 0, u(1) = a, (1) u 0 1,∞ k k where u ∈ (W (0, 1)) and f : R → R is a non-convex, coercive polynomial. To solve (1) we analise the convex envelope fc at the point a, 1 N k this means to find vectors a , . , a ∈ R and positive values λ1, . , λN satisfying the non-linear equation N X i i (1, a, fc(a)) = λi(1, a , f(a )). (2) i=1 With this information we calculate minimizers of (1) by following a pro- posal of B. Dacorogna in [15]. We represent the solution of (2) as the minimizer of one particular convex, optimization problem defined in prob- ability measures which can be transformed into a semidefinite program by using necessary conditions for the solution of the multidimensional mo- ments problem. To find explicit solutions of (1), we use a constructive, a posteriori approach which exploits the characterization of one dimensional moments on the marginal moments of a bivariate distribution. By follow- ing J.B. Lasserre’s proposal on global optimization of polynomials [25], we determine conditions on f and a to obtain exact semidefinite relaxations of (1).
    [Show full text]