$$k\in \mathbb{R}_{+}$$
$$M=\left \{ (x_1,x_2)\in \mathbb{R}_{++}^2 \mid x_1 x_2\geq k\right \}$$
Prove that the set $M$ is convex.
A hint is given (quoted from the text): We could choose to exploit the fact that if $a$ and $b$ are positive numbers, then: $\frac{a}{b}+\frac{b}{a}\geq 2$
I don't understand how the hint should be used.
This is not an assignment that I have to submit. It's just practice for an upcoming exam.
My understanding is that a set is proven convex if we can take two points from the set and have all the convex combinations of those two points also lie in the set.
My 1st attempt
I take two vectors from the set $x=(x_1,x_2)\text{ and } y=(y_1,y_2)$
Since the vectors are taken from the set they satisfy the inequality: $x\geq k \text{ and } y\geq k$
Therefore the convex combination of the two must also satisfy the inequality:
$$\forall x,y\in M,\forall k\in\mathbb{R}_{+},\forall \alpha \in [0;1]:\alpha x+(1-\alpha)y\geq k$$
This proves that the set is convex (or does it? I'm not sure at all)
My 2nd attempt
I simply treat the the inequality $x_1 x_2\geq k$ as an equality $x_1 x_2= k$
I rearrange and get $x_2=\frac{k}{x_1}$
I take the 2nd derivative of $x_{2}$ with respect to $x_1 \Leftrightarrow \frac{d^2 x_2}{dx_1}=\frac{2k}{x_1^3}$ and learn that the it is positive. This proves that the border of the set is stricly convex, which proves that the set is convex (or does it? again not sure).
$z_{1}\cdot z_{2}\geq k$ does hold as I see it. The coordinates of z will be $z_{1}=\alpha x_{1}+(1-\alpha )y_{1}$ and $z_{2}=\alpha x_{2}+(1-\alpha )y_{2}$ – TheJanitor May 16 '14 at 16:58