Using the definition, prove that the following set is convex $$S := \{ (x_1,x_2) \in \mathbb R^2 \mid x_2 \geq x_1^2 \}$$
I know that the definition of convex function is
$$ f \left( \lambda x_1+(1-\lambda)x_2 \right) \leq \lambda f(x_1) + (1-\lambda) f(x_2) $$
Here is a variant (not using $f$ epigraph).
You have to prove that for two points $x$ and $y$ in $S$ then the segment $[xy]$ belongs to $S$
Or similarly that $\forall z\in[xy]$ then $z\in S$.
$\begin{cases} x=(x_1,x_2) & x_2\ge {x_1}^2\\ y=(y_1,y_2) & y_2\ge {y_1}^2\\ z=(z_1,z_2)\end{cases}\quad$ and we are interested in $z=tx+(1-t)y$ with $t\in[0,1]$.
Can you show $z_2\ge {z_1}^2$ ?