How to prove the set $S=\{(x,y,z)\in \mathbb R^3|z\geq 0,x^2+y^2\leq z^2\}$ is convex?
So to prove this I took $(x,y,z),(x_1,y_1,z_1)\in S$ and $\lambda\in (0,1).$
Then $x^2+y^2\leq z^2$ and $x_1^2+y_1^2\leq z_1^2$ and $z,z_1\geq 0.$
Now to prove $\{\lambda x+(1-\lambda)x_1\}^2+\{\lambda y+(1-\lambda)y_1\}^2\leq \{\lambda z+(1-\lambda)z_1\}^2$ , it's coming like $\lambda^2(x^2+y^2-z^2)+(1-\lambda)^2(x_1^2+y_1^2-z_1^2)+2\lambda(1-\lambda)(xx_1+yy_1-zz_1)\leq 0.$
So from here, I was trying to prove $(xx_1+yy_1-zz_1)\leq 0$ because the former terms are already negative in the above inequality.
I'm not sure whether $(xx_1+yy_1-zz_1)\leq 0$ is true or not?
Can we prove the inequality $xx_1+yy_1-zz_1\leq 0$? Or there is another way to prove the convexity of the set $S$?
Any help is appreciated. Thank you.