This is so called a hyperbolic set
$$\{(x_1, x_2) \in \mathbb{R}^2_{+} \mid x_1 x_2 \geq 1\}$$
We proceed to prove that it is convex by showing that a convex combination of points (a line segment) will lie in the set
Suppose $x = (x_1, x_2)$, $y = (y_1, y_2)$ and $x \geq y$ in the elementwise sense
Then set: $z = \theta(x_1,x_2) + (1-\theta)(y_1, y_2)$
$z = (y_1,y_2) + \theta(x_1 - y_1, x_2 - y_2)$
Clearly, any $z_1,z_2 \in z$ lies in the hyperbolic set (i.e. $z_1z_2 \geq 1$)
How do we proceed to prove the case when $x \not \geq y$ in the elementwise sense?