Show that the set $\{x \in \mathbb{R}_+^3 \mid x_1 x_2 x_3 \geq 1 \} $ is convex

284 Views Asked by At

I found a similar question, but I do not understand how I can solve mine:

Show that the set $\{x \in \mathbb{R}_+^3 \mid x_1 x_2 x_3 \geq 1 \} $ is convex.

Can you help me with this?

2

There are 2 best solutions below

1
On BEST ANSWER

Let $S=\{x\in\mathbb{R}^3 : x_1x_2x_3 \geq 1\}$ with $x=(x_1, x_2, x_3), y=(y_1, y_2, y_3) \in S$. For all $t \in (0, 1)$, by Young's inequality we have

$tx_i+(1-t)y_i \geq x_i^ty_i^{1-t}$ for $i=1,2,3$; thus $\prod_{i=1}^{3}(tx_i+(1-t)y_i) \geq (\prod_{i=1}^{3}x_i)^{t}(\prod_{i=1}^{3}y_i)^{1-t} \geq 1$ and $tx+(1-t)y \in S$, as desired.

0
On

Your set is the epigraph of the function $f(x,y)=\frac{1}{xy}$. Use the fact that $f$ is convex $\iff$ its Hessian is positive semidefinite, and the claim follow.