Given one compact convex set $ X \subset \mathbf{R}^n$.
The cartesian product $Y = X \times X \subset \mathbf{R}^{2n} = \{(x_1, x_2)|x_1 \in X \text{ and } x_2\in X \}$ is going to be compact convex set again.
But what if there is a constrain such that $Z = \{(x_1, x_2)|x_1 \in X, x_2 \in X \text{ and } x_1 + x_2 \in X\}$.
Is $Z$ still going to be compact convex?
E.g. n=1, $X = [0, 1]$, $Y$ would be a square □ , and $Z$ would be a lower left triangle ◺ .
So the constrain more or less cut the compact convex set in half, I'm wondering what's the name for that?
And what's more would "half" the compact convex set still be compact convex ?
The resulting set is still convex. I took the inspiration from @Renard and made a direct proof.
The key is to construct another set $A = \{(x, y)| x \in \mathbf{R}^n, y \in \mathbf{R}^n, x+y \in X\}$ and prove this set is convex.
Since $Z = A \cap Y$. And $Y$ Is Convex, if A is convex, we know the intersection of convex sets is till convex set.
Prove A is a convex set. We took two elements $a_1:=(x_1, y_1), a_2:=(x_2, y_2) \in A$ And $t \in [0, 1]$.
Based on definition of A, $x+y \in X$. So $x_1+y_1 \in X, x_2+y_2 \in X$.
Since $X$ is Convex. We can have \begin{equation} \label{eq1} t*(x_1+y_1)+(1-t)*(x_2+y_2) \in X \\ (t*x_1+ (1-t)*x_2) + (t*y_1+(1-t)*y_2) \in X \end{equation}
We also have
\begin{equation} \begin{aligned} a_3 & = t*a_1+(1-t)*a_2 \\ & = t*(x_1, y_1) + (1-t)*(x_2, y_2) \\ & = (t*x_1+(1-t)*x_2, t*y_1+(1-t)*y_2) \end{aligned} \end{equation}
we know $(x_3, y_3) =a_3, x_3+y_3 = (t*x_1+(1-t)*x_2)+(t*y_1+(1-t)*y_2) \in X$. And clearly $x_3 = t*x_1+(1-t)*x_2 \in \mathbf{R}^n$, $y_3 = t*y_1+(1-t)*y_2 \in \mathbf{R}^n $
So that $a_3 \in A$.
Hence $A$ is convex. We can conclude $Z$ is convex