Math Problem Statement

(a) Suppose the sets $C_1, C_2, \dots, C_m \subseteq \mathbb{R}^n$ are convex, show that their intersection, i.e., $\cap_{i=1}^m C_i$, is also convex.

(b) Give an example to show that the union of two convex sets may not be convex. Hint: consider two intervals (one-dimensional convex sets) on the real line.

Solution

(a) Proof that the intersection of convex sets is convex

We are given that C1,C2,,CmRnC_1, C_2, \dots, C_m \subseteq \mathbb{R}^n are convex sets, and we need to show that their intersection C=i=1mCiC = \bigcap_{i=1}^m C_i is also convex.

Proof:

A set CRnC \subseteq \mathbb{R}^n is convex if for any two points x,yCx, y \in C, the line segment joining xx and yy lies entirely within CC. Mathematically, this means: λx+(1λ)yCfor allλ[0,1].\lambda x + (1-\lambda) y \in C \quad \text{for all} \quad \lambda \in [0, 1].

Now, let x,yC=i=1mCix, y \in C = \bigcap_{i=1}^m C_i. By definition of intersection, since x,yCx, y \in C, we have: x,yCifor alli=1,2,,m.x, y \in C_i \quad \text{for all} \quad i = 1, 2, \dots, m. Because each CiC_i is convex, for any λ[0,1]\lambda \in [0, 1], the point λx+(1λ)y\lambda x + (1-\lambda) y lies in each CiC_i. Thus, for each ii, we have: λx+(1λ)yCi.\lambda x + (1-\lambda) y \in C_i. Since the intersection C=i=1mCiC = \bigcap_{i=1}^m C_i consists of points that belong to all CiC_i, it follows that: λx+(1λ)yi=1mCi=C.\lambda x + (1-\lambda) y \in \bigcap_{i=1}^m C_i = C. Therefore, the line segment joining xx and yy lies entirely within CC, which implies that CC is convex.

(b) Example where the union of two convex sets is not convex

Let us consider two intervals on the real line R\mathbb{R}, which are convex sets. Let these intervals be: [ A = [0, 1] \quad \text{and} \quad B = [2, 3]. ] Both AA and BB are convex sets, as any interval in R\mathbb{R} is convex.

Now, consider their union: [ A \cup B = [0, 1] \cup [2, 3]. ] We need to check whether this union is convex. A set is convex if for any two points x,yABx, y \in A \cup B, the entire line segment joining xx and yy lies within ABA \cup B.

Let's take x=0.5Ax = 0.5 \in A and y=2.5By = 2.5 \in B. The line segment joining xx and yy consists of all points of the form λx+(1λ)y\lambda x + (1-\lambda)y for λ[0,1]\lambda \in [0, 1]. Specifically, consider the point halfway between xx and yy: z=0.5+2.52=1.5.z = \frac{0.5 + 2.5}{2} = 1.5. This point z=1.5z = 1.5 does not lie in ABA \cup B, since it is not in either interval [0,1][0, 1] or [2,3][2, 3]. Thus, the entire line segment joining 0.50.5 and 2.52.5 does not lie within ABA \cup B, and therefore ABA \cup B is not convex.


Further Insights:

If you'd like more details on convexity or examples of convex sets in other spaces, feel free to ask.

Here are some follow-up questions:

  1. Can you prove that the union of two convex sets is convex if they are disjoint?
  2. How does the convexity of a function relate to convex sets?
  3. What are some applications of convex sets in optimization problems?
  4. How would the convexity proof change if the sets CiC_i are closed?
  5. What is the difference between a convex set and a concave set in terms of their definitions?

Tip: When proving convexity, always remember that the condition for a set to be convex is that any convex combination of two points in the set must also lie in the set. This is the key to many such proofs!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Convexity
Set Theory
Real Analysis
Geometry

Formulas

Convex set definition: $\lambda x + (1 - \lambda) y \in C$ for $\lambda \in [0, 1]$

Theorems

Intersection of convex sets is convex
Union of convex sets is not necessarily convex

Suitable Grade Level

Grades 11-12