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.
Yes, you can show the inequality $$x x_1+y y_1 \leq z z_1.$$ It is sufficient to show the inequality $$(x x_1 + y y_1)^2 \leq (z z_1)^2.$$ (Note that sufficiency follows from the fact that $z, z_1 \geq 0$.) To show the squared form, multiply the inequalities $$x^2 + y^2 \leq z^2$$ $$x_1^2 + y_1^2 \leq z_1^2$$ together. Then use the inequality $a^2 + b^2 \geq 2ab$ with for $a=x y_1$ and $ b= x_1y$ . This gives $$z^2 z_1^2 \geq (x^2+y^2)(x_1^2+y_1^2)=(xx_1)^2+(xy_1)^2+(x_1 y)^2+(y y_1)^2 \geq (x x_1)2+2(x x_1y y_1)+(y y_1)2=(x x_1+y y_1)2.$$