Given the set
$V(q)=\{(x_1,x_2) \in \mathbb R^2:ax_1≥\log y \text{ and } bx_2≥\log y\}$
with $a$, $b$, and $y$ strictly positive, I have to show that $V$ is closed and convex.
My idea for convexity is to show that:
$z=t\cdot ax_1+(1-t)\cdot bx_2≥\log y$
with $t∈[0,1]$ (or $t∈(0,1)$?) so that $z∈V(q)$.
I do not have ideas at the moment on how to show that is closed and convex, could you help me?
EDIT: in general, given a vector of inputs $(x_1,...,x_{L-1})$, only one output $y$, $V$ can be defined as
$V(q)=(x∈ℝ_+^{L-1}:(y,-x)∈Y)$
where $Y$ is the set of all combinations of inputs and outputs. $V$ can take various mathematical forms, which one is that reported in the text of my question.