Prove that the following set is convex.
$$X = \{ x \in \mathbb{R}^2 \mid x_1^2 \leq x_2, x_1 \geq 0, x_2 \geq 0 \}$$
2026-03-26 20:39:46.1774557586
On
How to show that this set is convex?
1.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
The set is defined by the following linear matrix inequality (LMI)
$$\begin{bmatrix} 1 & x_1 & 0\\ x_1 & x_2 & 0\\ 0 & 0 & x_1\end{bmatrix} \succeq \mathrm O_3$$
and, thus, it is convex.
Let $(x_1, y_1), (x_2, y_2) \in X$ and consider the line segment \begin{align} (x, y)= t(x_1, y_1)+(1-t)(x_2, y_2) \ \ \text{ for } \ \ 0\leq t \leq 1. \end{align} Since $x_1^2 \leq y_1$ and $x_2^2 \leq y_2$ then \begin{align} x^2= (tx_1+(1-t)x_2)^2 =&\ t^2x_1^2+(1-t)^2x_2^2+2t(1-t)x_1x_2 \\ \leq&\ t^2x_1^2+(1-t)^2x_2^2+t(1-t)(x_1^2+x_2^2)\\ \leq&\ t^2y_1+(1-t)^2y_2 + t(1-t)(y_1+y_2)\\ =&\ ty_1+(1-t)y_2 = y. \end{align}