



Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity
Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium
Prepara tus exámenes
Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity
Prepara tus exámenes con los documentos que comparten otros estudiantes como tú en Docsity
Encuentra los documentos específicos para los exámenes de tu universidad
Estudia con lecciones y exámenes resueltos basados en los programas académicos de las mejores universidades
Responde a preguntas de exámenes reales y pon a prueba tu preparación
Consigue puntos base para descargar
Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium
Comunidad
Pide ayuda a la comunidad y resuelve tus dudas de estudio
Ebooks gratuitos
Descarga nuestras guías gratuitas sobre técnicas de estudio, métodos para controlar la ansiedad y consejos para la tesis preparadas por los tutores de Docsity
The concepts of convex sets, including definitions, properties, and examples. linear, conic, affine, and convex combinations, as well as the definitions of affine and convex sets. It also includes exercises to test understanding. useful for students in mathematics or engineering, particularly those studying linear algebra or optimization.
Tipo: Apuntes
1 / 5
Esta página no es visible en la vista previa
¡No te pierdas las partes importantes!




Rajat Mittal?
IIT Kanpur We denote the set of real numbers as R. Most of the time we will be working with space Rn^ and its elements will be called vectors. Remember that a subspace is a set of vectors closed under addition and scalar multiplication. First we learn how to take interesting combinations of a given set of vectors. For vectors x 1 , x 2 , · · · , xk; any point y is a linear combination of them iff
y = α 1 x 1 + α 2 x 2 · · · + αkxk ∀i, αi ∈ R If we restrict αi’s to be positive then we get something called a conic combination.
y = α 1 x 1 + α 2 x 2 · · · + αkxk ∀i, αi ≥ 0 ∈ R Instead of being positive, if we put the restriction that αi’s sum up to 1, it is called an affine combination
y = α 1 x 1 + α 2 x 2 · · · + αkxk ∀i, αi ∈ R,
i
αi = 1
When a combination is affine as well as conic, it is called a convex combination.
y = α 1 x 1 + α 2 x 2 · · · + αkxk ∀i, αi ≥ 0 ∈ R,
i
αi = 1
Exercise 1. What is the linear/conic/affine/convex combination of two points in R^2?
Lets start by defining an affine set.
Definition 1. A set is called “affine” iff for any two points in the set, the line through them is contained in the set. In other words, for any two points in the set, their affine combinations are in the set itself.
Theorem 1. A set is affine iff any affine combination of points in the set is in the set itself.
Proof. Exercise. (Use induction)
Exercise 2. What is the affine combination of three points?
Suppose the three points are x 1 , x 2 , x 3. Then any affine combination can be written as θ 1 x 1 + θ 2 x 2 + θ 3 x 3 ,
i θi^ = 1. We can write the expression as^ θ^1 (x^1 −^ x^3 ) +^ θ^2 (x^2 −^ x^3 ) +^ x^3. Since^ θ^1 , θ^2 are unconstrained now, this sum can be thought of intuitively as (x 3 + plane generated by x 1 − x 3 and x 2 − x 3 ). This gives a nice relation between affine and linear combinations.
1.1 Examples of affine sets
Subspace
Offset 0
Fig. 1. Example of an affine set
From the definition of affine sets, we can similarly guess the definition of convex sets.
Definition 2. A set is called convex iff any convex combination of a subset is also contained in the set itself.
Theorem 2. A set is convex iff for any two points in the set their convex combination (line segment) is contained in the set.
We can prove this using induction. It is left as an exercise.
Fig. 2. Example of convex sets
Fig. 4. A line, line segment, points on the line and θ’s corresponding to them
Suppose we know a point x 0 on the hyperplane H. Then this equation can be changed to aT^ x = b ⇒ aT^ x = aT^ x 0 , x 0 ∈ H. We can view it as the set of all points which have a constant b inner product with a. This gives a very nice geometrical picture of the hyperplane, i.e., all points in H can be expressed as the sum of x 0 and a vector orthogonal to a (we can call it a⊥). So, another definition of hyperplane is
{x : x = x 0 + a⊥, aT^ a⊥^ = 0, x 0 ∈ H}
Note that this definition assumes that we know a point on the hyperplane. But this point is not special in any way, for any point on the hyperplane we can define the hyperplane in the same way. The vector a is called the normal vector of the hyperplane and b is called the offset. Another way to think of this hyperplane is to take the set of all vectors orthogonal to a (Hyperplane, passing through origin) and offset them by distance b. We studied the generalization of a line in higher dimensional space, it was called a hyperplane. A hyper- plane divides the space into two parts, aT^ x ≥ b and aT^ x ≤ b. Geometrically, they are the two sides of the plane.
Fig. 5. Halfspace with normal vector a and offset b.
Exercise 6. Is the halfspace affine? convex?