I'm working on convex optimisation and trying to find ways to tell that a problem is convex without making use of visualisation (relying solely on calculations). I understand that for a problem to be convex, the objective function and inequality constraints must be convex and the equality constraints must be affine.
If one of my constraints is $\frac{x}{1-y}$, I can visually see that this is not a convex function. But how can I prove it mathematically?
Thanks in advance!