I was going through Stephen Boyd's lecture on convex optimization. However, I am a bit confused about a problem
Given Minimize $f(x) = x_1^2+x_2^2$
subject to $f_1(x) = \frac{x_1}{1+x_2^2} \leq 0$
How come $f_1(x)$ is not convex?
I was going through Stephen Boyd's book related to convex optimization http://www.stanford.edu/~boyd/cvxbook/bv_cvxbook.pdf
Here is the exact screenshot of the page
