L2 Sets
L2 Sets
Outline
Convex Optimization 1
Lecture 2
Topology Review
Convex Optimization 2
Lecture 2
R
Th. For a convex set X , the interior (X) is also convex
Convex Optimization 3
Lecture 2
Closed Set
Def. The complement of a given set X Rn is the set of all vectors that do
not belong to X :
the complement of X = {x Rn | x / X} = Rn \ X
Def. The set X is closed if its complement Rn \ X is open
Examples: Rn and (both are open and closed)
{x R2 | x1 0, x2 > 0} is open or closed?
hyperplane, half-space, simplex, polyhedral sets?
The intersection of any family of closed set is closed
The union of a finite family of closed set is closed
The sum of two closed sets is not necessarily closed
Example: C1 = {(x1, x2) | x1 = 0, x2 R}
C2 = {(x1, x2) | x1x2 1, x1 0}
C1 + C2 is not closed!
Fact: The sum of a compact set and a closed set is closed
Convex Optimization 4
Lecture 2
Closure
Th. A set is closed if and only if it contains its closure points, i.e.,
X is closed iff cl(X) X
Convex Optimization 5
Lecture 2
Boundary
Convex Optimization 6
Lecture 2
Dual Cone
K = {z | z 0x 0 for all x K}
The dual cone K is a closed convex cone even when K is neither closed
nor convex
Let S be a subspace. Then, S = S .
Let C be a closed convex cone. Then, (C ) = C .
For an arbitrary cone K , we have (K ) = cl(conv(K)).
Convex Optimization 7
Lecture 2
Convex set
A set C Rn is convex when, with any two vectors x and y that belong
to the set C , the line segment connecting x and y also belongs to C
Convex Optimization 8
Lecture 2
Examples
Convex Optimization 9
Lecture 2
Cone
Convex Optimization 10
Lecture 2
Affine Set
Convex Optimization 11
Lecture 2
Convex Optimization 12
Lecture 2
Polyhedral Sets
A polyhedral set is given by finitely many linear inequalities
C = {x | Ax b} where A is an m n matrix
Convex Optimization 13
Lecture 2
Ellipsoids
Convex Optimization 14
Lecture 2
Norm Cones
A norm cone is the set of the form
C = {(x, t) Rn R | kxk t}
Convex Optimization 15
Lecture 2
Convex Optimization 16
Lecture 2
Affine Hull
Convex Optimization 17
Lecture 2
Simplex
A simplex is a set given as a convex combination of a finite collection of
vectors v0, v1, . . . , vm:
C = conv{v0, v1 . . . , vm}
The dimension of the simplex C is equal to the maximum number of linearly
independent vectors among v1 v0, . . . , vm v0.
Examples
Unit simplex {x Rn | x 0, e0x 1}, e = (1, . . . , 1), dim -?
Probability simplex {x Rn | x 0, e0x = 1}, dim -?
Convex Optimization 18
Lecture 2
Show that the set is obtained from one of the simple convex sets through
an operation that preserves convexity
Convex Optimization 19
Lecture 2
Convex Optimization 20