How do I prove that this set is convex? $S_2 = \{(x_1, x_2 ) : x_1x_2 ≥ 4, x_1 > 0, x_2 > 0\}$
I failed to prove that with {tx1 + (1 − t)x2 : 0 ≤ t ≤ 1}
How do I prove that this set is convex? $S_2 = \{(x_1, x_2 ) : x_1x_2 ≥ 4, x_1 > 0, x_2 > 0\}$
I failed to prove that with {tx1 + (1 − t)x2 : 0 ≤ t ≤ 1}
As you are in a 2-dimensional space it is not enough to test for $\{tx_1 + (1-t)x_2: 0\leq t\leq 1\}$. You need to proof that for each $(x_1,x_2),(y_1,y_2)\in S_2$ the convex hull of those two points lies inside $S_2$ as well. Let $t\in[0,1]$ be arbitrary and take a point from the convex hull:
$$ t\cdot(x_1,x_2) + (1-t)\cdot (y_1,y_2) = (tx_1+(1-t)y_1,tx_2+(1-t)y_2) =: (z_1,z_2) $$