Why $f:R^2\to R$, with $\mbox{dom} f=R^2_+$ and $f(x_1,x_2) =x_1x_2$ is quasiconcave?
I have tried to use Jensen eniquality to check that superlevel set $\{x\in R^2_+ | x_1x_2 \ge \alpha\}$ is convex.
$$\begin{align*}(\theta x_1 + (1-\theta) x_3)(\theta x_2 + (1-\theta) x_4) \\= \theta^2 x_1x_2 + (1-\theta)^2x_3x_4+\theta(1-\theta)x_1x_4+\theta(1-\theta)x_2x_3\end{align*}$$ this must be greater or equal to $$\alpha$$
But here i don't know how to prove it.