I would like to ask something about convex function and convex model.
For example, the function $f(x,y)=\frac{x^2}{y}$ is convex when $x\geqslant0$ and $y>0$.
For a convex model (minimization), the constraints must satisfy
$$g(x)\leqslant0$$
where $g(x)$ is convex function.
So if I have constraints:
$$\frac{x^2}{y}-z\leqslant0$$
$$x\geqslant0$$
$$y>0$$
$x, y, z$ are variables, and the objective function and the other constraints are linear. Is it correct that my model is a convex model?
Thank you.
Dylan