Proving Convex Set Properties to Showing the Convexity of X-Y

Click For Summary

Discussion Overview

The discussion revolves around proving that the set difference of two convex sets, defined as \( X-Y = Z = \{x-y \mid x \in X, y \in Y\} \), is also convex. Participants explore the properties of convex sets and the implications of their definitions in the context of vector spaces.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant outlines a proof approach using contradiction to show that \( Z \) is concave, but does not complete the argument.
  • Another participant challenges the contradiction approach, suggesting that the proof should demonstrate that \( Z \) is convex instead, providing a direct method to show this.
  • The second participant presents a step-by-step derivation to show that \( r \) can be expressed as a difference of elements from \( X \) and \( Y \), thus proving \( Z \) is convex.
  • A later reply acknowledges the misunderstanding and emphasizes that the convexity of \( Z \) follows from the properties of \( X \) and \( Y \) without needing them to be vector spaces.
  • There is a discussion about whether \( X \) and \( Y \) being in vector space implies they are closed under addition and scalar multiplication, with some participants affirming this point.

Areas of Agreement / Disagreement

Participants express differing views on the approach to proving the convexity of \( Z \). While some agree on the need to show convexity directly, others initially propose a contradiction method. The discussion remains unresolved regarding the necessity of assuming \( X \) and \( Y \) are vector spaces.

Contextual Notes

There is an assumption that the properties of convex sets are understood, but the implications of vector space characteristics on the proof are debated. The discussion highlights the importance of definitions and the context in which the sets are considered.

rputra
Messages
35
Reaction score
0
I need help on this problem:

If $X$ and $Y$ are convex sets, show that $X-Y = Z = \{x-y \mid x \in X, y \in Y\}$ is also convex.

Here are the steps I have gone so far:

Let $p \in Z$ such that $p = x_1 - y_1$, and let $q \in Z$ such that $q = x_2 - y_2$. Assume that $r$ lays in the segment line of $\overline {pq}$ so that there exists $k$ and $k'$, with $k, k' \geq 0$ and $k+k' = 1$, such that $r = kp + (1-k)q$. By way of contradiction, we are going to show that $r \notin Z$, thus implying that $Z$ is indeed concave.

Then,
$$\begin{align}
r &= kp + (1-k)q \\
&= k(x_1 - y_1) + (1-k)(x_2 - y_2) \\
&= x_1k - y_1k + x_2 - y_2 - x_2k + y_2k \\
&= \ldots \\
&= \ldots
\end{align}$$

But then I do not how to follow up. Any help or hint would be very much appreciated. Thank you for your time.
 
Last edited:
Physics news on Phys.org
Tarrant said:
I need help on this problem:

If $X$ and $Y$ are convex sets, show that $X-Y = Z = \{x-y \mid x \in X, y \in Y\}$ is also convex.

Here are the steps I have gone so far:

Let $p \in Z$ such that $p = x_1 - y_1$, and let $q \in Z$ such that $q = x_2 - y_2$. Assume that $r$ lays in the segment line of $\overline {pq}$ so that there exists $k$ and $k'$, with $k, k' \geq 0$ and $k+k' = 1$, such that $r = kp + (1-k)q$. By way of contradiction, we are going to show that $r \notin Z$, thus implying that $Z$ is indeed concave.

Then,
$$\begin{align}
r &= kp + (1-k)q \\
&= k(x_1 - y_1) + (1-k)(x_2 - y_2) \\
&= x_1k - y_1k + x_2 - y_2 - x_2k + y_2k \\
&= \ldots \\
&= \ldots
\end{align}$$

But then I do not how to follow up. Any help or hint would be very much appreciated. Thank you for your time.

I am not sure why are you invoking the contradiction approach. It's rather straightforward. And you have to show that $Z$ is convex and not concave!

Here is what you do

$$\begin{align}
r &= kp + (1-k)q \\
&= k(x_1 - y_1) + (1-k)(x_2 - y_2) \\
&= [kx_1 +(1-k)x_2 ]- [ky_1+ (1-k)y_2] \\
&= x-y
\end{align}$$
where $x=kx_1+(1-k)x_2$ and $y=ky_1+(1-k)y_2$. Note that $x\in X$ and $y\in Y$ since $X$ and $Y$ are convex. Thus $kp+(1-k)q$ lies in $X-Z=Y$, showing that $Z$ is convex.
 
caffeinemachine said:
I am not sure why are you invoking the contradiction approach. It's rather straightforward. And you have to show that $Z$ is convex and not concave!

Here is what you do

$$\begin{align}
r &= kp + (1-k)q \\
&= k(x_1 - y_1) + (1-k)(x_2 - y_2) \\
&= [kx_1 +(1-k)x_2 ]- [ky_1+ (1-k)y_2] \\
&= x-y
\end{align}$$
where $x=kx_1+(1-k)x_2$ and $y=ky_1+(1-k)y_2$. Note that $x\in X$ and $y\in Y$ since $X$ and $Y$ are convex. Thus $kp+(1-k)q$ lies in $X-Z=Y$, showing that $Z$ is convex.

My bad, my bad! Sorry for the dumb opinion. Thank you for pointing that out! Just to let you know that I forgot to mention that $X$ and $Y$ are in vector space. (Or perhaps you have already known it by implication?) That means that $X$ and $Y$ are closed under addition and scalar multiplication, am I correct in these? Thanks again and again for your time and effort.
 
Tarrant said:
My bad, my bad! Sorry for the dumb opinion. Thank you for pointing that out! Just to let you know that I forgot to mention that $X$ and $Y$ are in vector space. (Or perhaps you have already known it by implication?) That means that $X$ and $Y$ are closed under addition and scalar multiplication, am I correct in these? Thanks again and again for your time and effort.
The implication that $X-Y$ is convex follows from the convexity of $X$ and $Y$ alone. We do not need to assume that $X$ and $Y$ are vector spaces. If something is confusing you then you may start from the beginning in the next post.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K