Show that the following set is convex. $$M = \left\{ (x,y) : y \geq x^2 \right\}$$
First I take two arbitrary points $(x_1,y_1)$ and $(x_2,y_2) \in M$. Then I need to show that
$$\lambda(x_1,y_1)+[1-\lambda](x_2,y_2)= (\lambda x_1 + (1 − \lambda) x_2, \lambda y_1 + (1 − \lambda) y_2 ) \in M$$
After that I have no clue what I have to do. Thanks for your support.