Preliminaries and Convex Cone Structures

Total Page:16

File Type:pdf, Size:1020Kb

Preliminaries and Convex Cone Structures LCoP Part II – Preliminaries and Convex Cone Structures Shu-Cherng Fang Department of Industrial and Systems Engineering Graduate Program in Operations Research North Carolina State University December 2017 Conic Programming 1 / 38 Preliminaries and Convex Cone Structures Content • Vectors, Matrices, and Spaces • Inner Products and Norms • Open, Closed, Interior, and Boundary Sets • Functions • Linear Systems • Convex Sets and Functions Conic Programming 2 / 38 Vectors, Matrices and Spaces • Real numbers: R, R+, R++ • Euclidean space: Rn Rn • First orthant: + • n-dimensional (column) vector: T x = (x1; x2; : : : ; xn) • Matrices space: Rm×n m×n • Matrix: M 2 R , ith row Mi·, jth column M·j, ijth entry Mij(Mi;j) • Symmetric square matrices space (n(n + 1)=2-dimensional space): Sn = fM 2 Rn×n j M = M T g: Conic Programming 3 / 38 Vectors, Matrices and Spaces Given M 2 Rm×n, N 2 Rn×m, S 2 Rn×n • Determinant: det(S) • Trace: tr(S) tr(MN) = tr(NM) • Null space: N (M)= fx 2 RnjMx = 0g: • Range space: R(M)= fy 2 Rmjy = Mx for some x 2 Rng: • Positive semidefinite matrix: S 0 () zT Sz ≥ 0; 8 z 2 Rn • Positive definite matrix: S 0 () zT Sz > 0; 8 z 2 Rn and z 6= 0 Conic Programming 4 / 38 Vectors, Matrices and Spaces Theorem: (Schur complementary theorem) Given AB X = and S = C − BT A−1B; BT C if A 0 then X ()0 , S ()0 Conic Programming 5 / 38 Inner Products and Norms • Inner products: T P x • y = x y = i xiyi T P X • Y = tr(X Y ) = i;j XijYij • Norms: p • Euclidean norm: kxk2 = x • x Pn p 1=p • p-norm: kxkp = ( i=1 jxij ) for p ≥ 1 • Infinity-norm: kxk1 = maxfjx1j;:::; jxnjg • Frobenius norm: p p T kXkF = X • X = tr(X X) • Note that: xT Ax = A • xxT Conic Programming 6 / 38 Open, Closed, Interior and Boundary Sets • Neighborhood: N(x0; ) = fx 2 Rnj kx − x0k < g: • Open: X ⊂ Rn is open if for any x 2 X , there exists > 0 such that N(x; ) ⊂ X . • Closed: X ⊂ Rn is closed, if RnnX = fx 2 Rnjx2 = X g is open. • Closure of a set X ⊂ Rn is the smallest closed set containing X and is denoted as cl(X ). Conic Programming 7 / 38 Open, Closed, Interior and Boundary Sets • Interior: the interior of a given set X ⊂ Rn is int(X ) = fx 2 X j9 x > 0 such that N(x; x) ⊂ X g • Boundary of a set X ⊂ Rn: bdry(X )= cl(X )nint(X ) = fx 2 cl(X )jx2 = int(X )g • Bounded: a set X ⊂ Rn is bounded if there exist an r > 0 such that kxk < r; 8x 2 X Conic Programming 8 / 38 Functions • Continuous: f : X ⊂ Rn is continuous at x0 if ( i ) x0 2 X 0 (i i) limx!x0 f(x) = f(x ) • Continuous function: f 2 C0(X ) means f is continuous at all points in X ⊂ Rn. • Gradient: For f : X ⊂ Rn ! R @f(x) @f(x) rf(x) = [ ; ··· ; ]1×n @x1 @xn • Hessian: For f : X ⊂ Rn ! R @2f(x) F (x) = [ ]n×n @xi@xj • Continuously differentiable function: f 2 Cp(X ) (p = 1; 2; ··· ) means f is p-th continuously differentiable over X ⊂ Rn. Conic Programming 9 / 38 Functions Theorem (Taylor theorem) Let X be open, f 2 Cp(X ), x1; x2 2 X , x1 6= x2 and x(θ) = θx1 + (1 − θ)x2 2 X ; 8 0 ≤ θ ≤ 1: Then 9 x¯ = θx¯ 1 + (1 − θ¯)x2 2 X , 0 < θ¯ < 1, s.t. p−1 X 1 1 f(x2) = f(x1) + dkf(x1; x2 − x1) + dpf(¯x; x2 − x1) k! p! k=1 where dkf(x; h) is the k-th order differential of function f along h. Conic Programming 10 / 38 Functions: Big O and Small o Let g(·) be a real-valued function on R. • g(x) = O(m(x)) 9 c ≥ 0 such that g(x) ≤ c as x ! 0 (or + 1) m(x) • g(x) = o(m(x)) g(x) = 0 as x ! 0 (or + 1) m(x) Conic Programming 11 / 38 Functions Taylor theorem in small o formulation: • p = 1 f(x + h) = f(x) + rf(x)h + o(khk) • p = 2 1 f(x + h) = f(x) + rf(x)h + hT F (x)h + o(khk2) 2 Conic Programming 12 / 38 Linear Systems Given x1; ··· ; xm 2 Rn • Linear combination: m X i λix ; i=1 where λi 2 R, i = 1; : : : ; m. • Linearly independent m X i λix = 0 ) λ1 = ··· = λm = 0 i=1 • Affine combination: a linear combination with m X λi = 1 i=1 • Affinely independent: if x2 − x1, ··· , xm − x1 are linearly independent. Conic Programming 13 / 38 Linear Systems • Convex combination: a linear combination with m X λi = 1 and λi ≥ 0; i = 1; : : : ; m i=1 • Hyperplane: n n T X X = fx 2 R ja x = aixi = bg i=1 • Affine space: affine combination of any two points in the space is still in the space. (An intersection of finitely many hyperplanes.) • Linear subspace: an affine space containing the origin. We can always transform an affine space Y ⊂ Rn into a linear subspace X ⊂ Rn by choosing x0 2 Y such that X = fx − x0jx 2 Yg Conic Programming 14 / 38 Linear Systems • Half space: n n T X X = fx 2 R ja x = aixi ≤ bg i=1 • Polyhedron: an intersection of finitely many half spaces. • Polytope: a bounded polyhedron • Dimension of a linear subspace: the maximum number of linearly independent vectors in the subspace. • Dimension of an affine space: the dimension of the transformed linear subspace. • Dimension of a polyhedron: the dimension of the smallest affine space containing it. Conic Programming 15 / 38 Linear Systems • Linear equations 1 a • x = b1 a2 • x = b 2 ) Ax = b; ········· m a • x = bm where a1; ··· ; am and x are all in Rn. A1 • X = b1 A • X = b 2 2 )A X = b; ········· Am • X = bm n where A1; ··· ;Am and X are all in S . ∗ Pm • For convenience, A y = i=1 yiAi. Conic Programming 16 / 38 Convex Sets and Properties • A set X ⊂ Rn is convex if for any x1 2 X and x2 2 X , we have λx1 + (1 − λ)x2 2 X , for all 0 ≤ λ ≤ 1. • Convex hull: the smallest convex set containing a given set Rn Pm i N conv(X )= fx 2 jx = i=1 λiy for some m 2 +; Pm i λi ≥ 0; i=1 λi = 1; and y 2 X ; i = 1; : : : ; mg • Dimension of a convex set: the dimension of the smallest affine space containing it. • Relative interior of a convex set X ⊂ Rn: suppose H is the smallest affine space containing X , ri(X )= fx 2 Rnj9 open set Y ⊆ Rn such that x 2 Y \ H ⊂ X g • Supporting hyperplane H = fx 2 RnjaT x = bg of a convex set X : aT y ≥ b; 8 y 2 X and X \ H 6= ;: Conic Programming 17 / 38 Convex Functions and Properties • Epigraph of a function f : X ⊂ Rn ! R epif = f(x; λ) 2 Rn+1jλ ≥ f(x); x 2 X g • Closed function: if epif is a closed set. • Convex function: if epif is a convex set. • Concave function: if −f is a convex function. • Convex hull function conv(f) of a function f : X ⊂ Rn ! R is a function on X such that epi(conv(f)) = conv(epi(f)): Lemma f : X ⊂ Rn ! R is a convex function if and only if for any x1, x2 2 X and 0 ≤ λ ≤ 1, we have f(λx1 + (1 − λ)x2) ≤ λf(x1) + (1 − λ)f(x2): Conic Programming 18 / 38 Convex Functions and Properties • Subgradient d 2 Rn of a convex function f : X ⊂ Rn at x 2 X : if for any y 2 X , f(y) ≥ f(x) + dT (y − x) • The set f(y; λ) 2 Rn+1jλ − dT y = f(x) − dT xg is a supporting hyperplane of epif at x. • Subdifferential of a convex function f : X ⊂ Rn at x 2 X : @f(x) = fd 2 Rnjd is a subgradient of f at xg Conic Programming 19 / 38 Convex Functions and Properties Figure: (x; f(x)) $ (m; b) or (y; h(y)) Conic Programming 20 / 38 Convex Functions and Properties • Conjugate (transform) of f : X ⊂ Rn ! R: h(y) = supfy • x − f(x)g x2X with h being defined on Y = fy 2 Rnjh(y) < +1g. Lemma h : Y is a closed, convex function. Lemma (Fenchel’s inequality) Given f : X and its conjugate h : Y, then x • y ≤ f(x) + h(y); 8 x 2 X and y 2 Y: Moreover, x • y = f(x) + h(y) () y 2 @f(x) Conic Programming 21 / 38 Conjugate Functions and Properties Let f : X ⊂ Rn ! R be a function with its conjugate transform h : Y. • For α 2 R, the conjugate of f + α is h − α. • For a 2 Rn, the conjugate of f~(x) = f(x) + x • a on X is h~(y) = h(y − a), 8 y 2 Y. • For a 2 Rn, the conjugate of f¯(x) = f(x − a) on X is h¯(y) = h(y) + y • a, 8 y 2 Y. • y For λ > 0, the conjugate of f1(x) = λf(x) on X is h1(y) = λh( λ ), 8 y 2 λY. • x For λ > 0, the conjugate of f2(x) = f( λ ) on λX is h2(y) = h(λy), 8 y 2 Y/λ. Theorem Assume that f1 : X and f2 : X have the same convex hull function.
Recommended publications
  • On the Cone of a Finite Dimensional Compact Convex Set at a Point
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector On the Cone of a Finite Dimensional Compact Convex Set at a Point C. H. Sung Department of Mathematics University of Califmia at San Diego La Joll41, California 92093 and Department of Mathematics San Diego State University San Diego, California 92182 and B. S. Tam* Department of Mathematics Tamkang University Taipei, Taiwan 25137, Republic of China Submitted by Robert C. Thompson ABSTRACT Four equivalent conditions for a convex cone in a Euclidean space to be an F,-set are given. Our result answers in the negative a recent open problem posed by Tam [5], characterizes the barrier cone of a convex set, and also provides an alternative proof for the known characterizations of the inner aperture of a convex set as given by BrBnsted [2] and Larman [3]. 1. INTRODUCTION Let V be a Euclidean space and C be a nonempty convex set in V. For each y E C, the cone of C at y, denoted by cone(y, C), is the cone *The work of this author was supported in part by the National Science Council of the Republic of China. LINEAR ALGEBRA AND ITS APPLICATIONS 90:47-55 (1987) 47 0 Elsevier Science Publishing Co., Inc., 1987 52 Vanderbilt Ave., New York, NY 10017 00243795/87/$3.50 48 C. H. SUNG AND B. S. TAM { a(r - Y) : o > 0 and x E C} (informally called a point’s cone). On 23 August 1983, at the International Congress of Mathematicians in Warsaw, in a short communication session, the second author presented the paper [5] and posed the following open question: Is it true that, given any cone K in V, there always exists a compact convex set C whose point’s cone at some given point y is equal to K? In view of the relation cone(y, C) = cone(0, C - { y }), the given point y may be taken to be the origin of the space.
    [Show full text]
  • Contents 1. Introduction 1 2. Cones in Vector Spaces 2 2.1. Ordered Vector Spaces 2 2.2
    ORDERED VECTOR SPACES AND ELEMENTS OF CHOQUET THEORY (A COMPENDIUM) S. COBZAS¸ Contents 1. Introduction 1 2. Cones in vector spaces 2 2.1. Ordered vector spaces 2 2.2. Ordered topological vector spaces (TVS) 7 2.3. Normal cones in TVS and in LCS 7 2.4. Normal cones in normed spaces 9 2.5. Dual pairs 9 2.6. Bases for cones 10 3. Linear operators on ordered vector spaces 11 3.1. Classes of linear operators 11 3.2. Extensions of positive operators 13 3.3. The case of linear functionals 14 3.4. Order units and the continuity of linear functionals 15 3.5. Locally order bounded TVS 15 4. Extremal structure of convex sets and elements of Choquet theory 16 4.1. Faces and extremal vectors 16 4.2. Extreme points, extreme rays and Krein-Milman's Theorem 16 4.3. Regular Borel measures and Riesz' Representation Theorem 17 4.4. Radon measures 19 4.5. Elements of Choquet theory 19 4.6. Maximal measures 21 4.7. Simplexes and uniqueness of representing measures 23 References 24 1. Introduction The aim of these notes is to present a compilation of some basic results on ordered vector spaces and positive operators and functionals acting on them. A short presentation of Choquet theory is also included. They grew up from a talk I delivered at the Seminar on Analysis and Optimization. The presentation follows mainly the books [3], [9], [19], [22], [25], and [11], [23] for the Choquet theory. Note that the first two chapters of [9] contains a thorough introduction (with full proofs) to some basics results on ordered vector spaces.
    [Show full text]
  • Some Applications of the Hahn-Banach Separation Theorem 1
    Some Applications of the Hahn-Banach Separation Theorem 1 Frank Deutsch , Hein Hundal, Ludmil Zikatanov January 1, 2018 arXiv:1712.10250v1 [math.FA] 29 Dec 2017 1We dedicate this paper to our friend and colleague Professor Yair Censor on the occasion of his 75th birthday. Abstract We show that a single special separation theorem (namely, a consequence of the geometric form of the Hahn-Banach theorem) can be used to prove Farkas type theorems, existence theorems for numerical quadrature with pos- itive coefficients, and detailed characterizations of best approximations from certain important cones in Hilbert space. 2010 Mathematics Subject Classification: 41A65, 52A27. Key Words and Phrases: Farkas-type theorems, numerical quadrature, characterization of best approximations from convex cones in Hilbert space. 1 Introduction We show that a single separation theorem|the geometric form of the Hahn- Banach theorem|has a variety of different applications. In section 2 we state this general separation theorem (Theorem 2.1), but note that only a special consequence of it is needed for our applications (Theorem 2.2). The main idea in Section 2 is the notion of a functional being positive relative to a set of functionals (Definition 2.3). Then a useful characterization of this notion is given in Theorem 2.4. Some applications of this idea are given in Section 3. They include a proof of the existence of numerical quadrature with positive coefficients, new proofs of Farkas type theorems, an application to determining best approximations from certain convex cones in Hilbert space, and a specific application of the latter to determine best approximations that are also shape-preserving.
    [Show full text]
  • Complemented Brunn–Minkowski Inequalities and Isoperimetry for Homogeneous and Non-Homogeneous Measures
    Complemented Brunn{Minkowski Inequalities and Isoperimetry for Homogeneous and Non-Homogeneous Measures Emanuel Milman1 and Liran Rotem2 Abstract Elementary proofs of sharp isoperimetric inequalities on a normed space (Rn; k·k) equipped with a measure µ = w(x)dx so that wp is homogeneous are provided, along with a characterization of the corresponding equality cases. When p 2 (0; 1] and in addition wp is assumed concave, the result is an immediate corollary of the Borell{Brascamp{Lieb extension of the classical Brunn{Minkowski inequality, providing a new elementary proof of a recent result of Cabr´e{RosOton{Serra. When p 2 (−1=n; 0), the relevant property turns out to be a novel \q{complemented Brunn{Minkowski" inequality: n n n 8λ 2 (0; 1) 8 Borel sets A; B ⊂ R such that µ(R n A); µ(R n B) < 1 ; n n q n q 1=q µ∗(R n (λA + (1 − λ)B)) ≤ (λµ(R n A) + (1 − λ)µ(R n B) ) ; p 1 1 which we show is always satisfied by µ when w is homogeneous with q = p + n; in par- ticular, this is satisfied by the Lebesgue measure with q = 1=n. This gives rise to a new class of measures, which are \complemented" analogues of the class of convex measures introduced by Borell, but which have vastly different properties. The resulting isoperi- metric inequality and characterization of isoperimetric minimizers extends beyond the re- cent results of Ca~nete{Rosalesand Howe. The isoperimetric and Brunn-Minkowski type inequalities also extend to the non-homogeneous setting, under a certain log-convexity assumption on the density.
    [Show full text]
  • Conic Linear Programming
    Conic Linear Programming Yinyu Ye December 2004, revised January 2015 i ii Preface This monograph is developed for MS&E 314, \Conic Linear Programming", which I am teaching at Stanford. Information, lecture slides, supporting mate- rials, and computer programs related to this book may be found at the following address on the World-Wide Web: http://www.stanford.edu/class/msande314 Please report any question, comment and error to the address: [email protected] A little story in the development of semidefinite programming (SDP), a major subclass of conic linear programming. One day in 1990, I visited the Computer Science Department of the University of Minnesota and met a young graduate student, Farid Alizadeh. He, working then on combinatorial optimiza- tion, introduced me “semidefinite optimization" or linear programming over the positive definite matrix cone. We had a very extensive discussion that afternoon and concluded that interior-point linear programming algorithms could be ap- plicable to solving SDPs. I suggested Farid to look at the linear programming (LP) interior-point algorithms and to develop an SDP (primal) potential reduc- tion algorithm. He worked hard for several months, and one afternoon showed up in my office in Iowa City, about 300 miles from Minneapolis. He had every- thing worked out, including potential function, algorithm, complexity bound, and even a \dictionary" list between LP and SDP. But he was stuck on one problem that was on how to keep the symmetry of the scaled directional ma- trix. We went to a bar nearby on Clinton Street in Iowa City (I paid for him since I was a third-year professor then and eager to demonstrate that I could take care of my students).
    [Show full text]
  • From Hahn–Banach Type Theorems to the Markov Moment Problem, Sandwich Theorems and Further Applications
    mathematics Review From Hahn–Banach Type Theorems to the Markov Moment Problem, Sandwich Theorems and Further Applications Octav Olteanu Department of Mathematics-Informatics, University Politehnica of Bucharest, 060042 Bucharest, Romania; [email protected] or [email protected] Received: 23 July 2020; Accepted: 5 August 2020; Published: 10 August 2020 Abstract: The aim of this review paper is to recall known solutions for two Markov moment problems, which can be formulated as Hahn–Banach extension theorems, in order to emphasize their relationship with the following problems: (1) pointing out a previously published sandwich theorem of the type f h g, where f, g are convex functionals and h is an affine functional, over a finite-simplicial ≤ ≤ − set X, and proving a topological version for this result; (2) characterizing isotonicity of convex operators over arbitrary convex cones; giving a sharp direct proof for one of the generalizations of Hahn–Banach theorem applied to the isotonicity; (3) extending inequalities assumed to be valid on a small subset, to the entire positive cone of the domain space, via Krein–Milman or Carathéodory’s theorem. Thus, we point out some earlier, as well as new applications of the Hahn–Banach type theorems, emphasizing the topological versions of these applications. Keywords: Hahn–Banach type theorems; Markov moment problem; sandwich theorem; finite-simplicial set; isotone convex operator; necessary and sufficient conditions 1. Introduction We recall the classical formulation of the moment problem, under the terms of T. Stieltjes, given in 1894–1895 (see the basic book of N.I. Akhiezer [1] for details): find the repartition of the positive mass on the nonnegative semi-axis, if the moments of arbitrary orders k (k = 0, 1, 2, ::: ) are given.
    [Show full text]
  • The Weierstrass-Stone Theorem for Convex-Cone-Valued Functions
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector JOURNAL OF COMPUTATIONAL AND APPLIED MATHEMATICS ELSEVIER Journal of Computational and Applied Mathematics 53 (1994) 171-183 The Weierstrass-Stone theorem for convex-cone-valued functions Jo50 B. Prolla Departamento de Matema’tica, IMECC-UNICAMP, Caixa Postal 6065, 13081 Campinas, SP, Brazil Received 15 April 1992 Abstract Theorems of the Weierstrass-Stone-type are presented for the convex cone of all continuous functions defined on a compact Hausdorff space S with values in a convex cone LZ equipped with a suitable metric d. These results are applied to establish a Bohman-Korovkin-type theorem for monotone approximation. Keywords: Convex cone; Hausdorff metric 1. Metric convex cones Definition 1.1. An (abstract) co~luex co~le is a nonempty set E? such that to every pair of elements K and L of G? there corresponds an element K + L, called the sum of K and L, in such a way that addition is commutative and associative, and there exists in ‘Z a unique element 0, called the vertex of %T’,such that K + 0 = K, for every K E $7’.Moreover, to every pair A and K, where A 2 0 is a nonnegative real number and K E $9, there corresponds an element AK, called the product of A and K, in such a way that multiplication is associative: A(p K) = (Ap)K; 1 * K = K and 0 * K = 0 for every K E 29’;and the distributive laws are verified: A(K + L) = AK +AL,(h+p)K=AK+pK,foreveryK, L~E:andA>O,p>0.
    [Show full text]
  • Fixed Points in Convex Cones
    TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY, SERIES B Volume 4, Pages 68–93 (July 19, 2017) http://dx.doi.org/10.1090/btran/15 FIXED POINTS IN CONVEX CONES NICOLAS MONOD Abstract. We propose a fixed-point property for group actions on cones in topological vector spaces. In the special case of equicontinuous representations, we prove that this property always holds; this statement extends the classical Ryll-Nardzewski theorem for Banach spaces. When restricting to cones that are locally compact in the weak topology, we prove that the property holds for all distal actions, thus extending the general Ryll-Nardzewski theorem for all locally convex spaces. Returning to arbitrary actions, the proposed fixed-point property becomes a group property, considerably stronger than amenability. Equivalent formu- lations are established and a number of closure properties are proved for the class of groups with the fixed-point property for cones. Contents 1. Introduction and results 68 2. Proof of the conical fixed-point theorems 74 3. Integrals and cones 77 4. Translate properties 78 5. Smaller cones 80 6. First stability properties 81 7. Central extensions 82 8. Subexponential groups 84 9. Reiter and ratio properties 85 10. Further comments and questions 86 Acknowledgments 91 References 91 1. Introduction and results As an art, mathematics has certain fundamental techniques. In particular, the area of fixed-point theory has its specific artistry. Sister JoAnn Louise Mark [Mar75, p. iii] Traiter la nature par le cylindre, la sph`ere, le cˆone... Paul C´ezanne, letter to Emile´ Bernard, 15 April 1904 [Ber07, p. 617] Received by the editors January 23, 2017 and, in revised form, February 10, 2017.
    [Show full text]
  • Lecture 2: Convex Sets
    Lecture 2: Convex sets August 28, 2008 Lecture 2 Outline • Review basic topology in Rn • Open Set and Interior • Closed Set and Closure • Dual Cone • Convex set • Cones • Affine sets • Half-Spaces, Hyperplanes, Polyhedra • Ellipsoids and Norm Cones • Convex, Conical, and Affine Hulls • Simplex • Verifying Convexity Convex Optimization 1 Lecture 2 Topology Review n Let {xk} be a sequence of vectors in R n n Def. The sequence {xk} ⊆ R converges to a vector xˆ ∈ R when kxk − xˆk tends to 0 as k → ∞ • Notation: When {xk} converges to a vector xˆ, we write xk → xˆ n • The sequence {xk} converges xˆ ∈ R if and only if for each component i: the i-th components of xk converge to the i-th component of xˆ i i |xk − xˆ | tends to 0 as k → ∞ Convex Optimization 2 Lecture 2 Open Set and Interior Let X ⊆ Rn be a nonempty set Def. The set X is open if for every x ∈ X there is an open ball B(x, r) that entirely lies in the set X, i.e., for each x ∈ X there is r > 0 s.th. for all z with kz − xk < r, we have z ∈ X Def. A vector x0 is an interior point of the set X, if there is a ball B(x0, r) contained entirely in the set X Def. The interior of the set X is the set of all interior points of X, denoted by R (X) • How is R (X) related to X? 2 • Example X = {x ∈ R | x1 ≥ 0, x2 > 0} R 2 (X) = {x ∈ R | x1 > 0, x2 > 0} R n 0 (S) of a probability simplex S = {x ∈ R | x 0, e x = 1} Th.
    [Show full text]
  • Lecture 3 Convex Functions
    Lecture 3 Convex functions (Basic properties; Calculus; Closed functions; Continuity of convex functions; Subgradients; Optimality conditions) 3.1 First acquaintance Definition 3.1.1 [Convex function] A function f : M ! R defined on a nonempty subset M of Rn and taking real values is called convex, if • the domain M of the function is convex; • for any x; y 2 M and every λ 2 [0; 1] one has f(λx + (1 − λ)y) ≤ λf(x) + (1 − λ)f(y): (3.1.1) If the above inequality is strict whenever x 6= y and 0 < λ < 1, f is called strictly convex. A function f such that −f is convex is called concave; the domain M of a concave function should be convex, and the function itself should satisfy the inequality opposite to (3.1.1): f(λx + (1 − λ)y) ≥ λf(x) + (1 − λ)f(y); x; y 2 M; λ 2 [0; 1]: The simplest example of a convex function is an affine function f(x) = aT x + b { the sum of a linear form and a constant. This function clearly is convex on the entire space, and the \convexity inequality" for it is equality; the affine function is also concave. It is easily seen that the function which is both convex and concave on the entire space is an affine function. Here are several elementary examples of \nonlinear" convex functions of one variable: 53 54 LECTURE 3. CONVEX FUNCTIONS • functions convex on the whole axis: x2p, p being positive integer; expfxg; • functions convex on the nonnegative ray: xp, 1 ≤ p; −xp, 0 ≤ p ≤ 1; x ln x; • functions convex on the positive ray: 1=xp, p > 0; − ln x.
    [Show full text]
  • Lecture 14 Polyhedral Convex Cones
    Lecture 14 Polyhedral Convex Cones Motivation, context Positive linear span Lecture 14 Types of cones Edge and face Polyhedral Convex Cones representation Supplementary cones; polar Representing Matthew T. Mason frictionless contact Cones in wrench space Force closure Cones in velocity Mechanics of Manipulation twist space Conclusion Lecture 14 Today’s outline Polyhedral Convex Cones Motivation, context Motivation, context Positive linear Positive linear span span Types of cones Types of cones Edge and face representation Edge and face representation Supplementary cones; polar Representing Supplementary cones; polar frictionless contact Cones in wrench Representing frictionless contact space Force closure Cones in velocity Cones in wrench space twist space Force closure Conclusion Cones in velocity twist space Conclusion Lecture 14 What use is a cone? I: velocity twists. Polyhedral Convex Cones Motivation, context Positive linear I Reuleaux’s analysis of unilateral constraint yields a span set of nominally feasible motions. Types of cones Edge and face I What does the corresponding set of IC’s look like, in representation the plane? Supplementary A triangle of signed rotation centers. cones; polar I What does the corresponding set of velocity twists Representing look like, in three space? frictionless contact Cones in wrench A batch of vertical, zero pitch screws hitting the space horizontal plane in a triangle. Force closure Cones in velocity I What does the corresponding set of velocity twists twist space look like, in velocity twist space (!z ; v0x ; v0y )? Conclusion A polyhedral convex cone. Lecture 14 What use is a cone? I: velocity twists. Polyhedral Convex Cones Motivation, context Positive linear I Reuleaux’s analysis of unilateral constraint yields a span set of nominally feasible motions.
    [Show full text]
  • The Topology on the Space E
    UNIVERSITATIS IAGELLONICAE ACTA MATHEMATICA doi: 10.4467/20843828AM.13.005.2281 FASCICULUS LI, 2013 THE TOPOLOGY ON THE SPACE δEχ by Hoang Nhat Quy Abstract. In this paper, we construct a locally convex topology on the vector space δEχ. We also prove that with this topology it is a non-separable and non-reflexive Fr´echet space. n − 1. Introduction. Let Ω be a hyperconvex domain in C ; by PSH (Ω) we denote the set of negative plurisubharmonic (psh) functions on Ω. We denote by H = H(Ω) any subclass of the functions in PSH−(Ω). Set δH = δH(Ω) = 1 H − H, that is the set of the functions u 2 Lloc(Ω) which can be written as u = v − w, where v; w 2 H. If H is a convex cone in PSH−(Ω) then δH is a vector space. Let us recall the topology on the space δH when H is a special subclass of negative plurisubharmonic functions. In [7], Cegrell has introduced and studied some energy classes, especially two classes F and E. He shows that E is the largest subclass on which the Monge{Amp`ereoperator is well defined and is continuous under decreasing sequences of negative plurisubharmonic functions (see Theorem 4.5 in [7]). In [10], Cegrell and Wiklund have introduced and investigated the vector space δF equipped with the Monge{Amp`erenorm. They have shown that the space δF is a non-separable Banach space and the topological dual space of δF can be written as (δF)0 = F 0 − F 0 = δF 0.
    [Show full text]