Let us consider the truncated cone given by $$2x^2 + 2y^2 \leq z^2, \quad z \in [1,2].$$ How can I prove that its diameter is $2\sqrt{2}.$ By choosing the points $(\sqrt{2},0,2)$ and $(-\sqrt{2},0,2)$, it is clear that the diameter is bigger than $2\sqrt{2}.$ Now, by choosing two arbitrary points $(x,y,z)$ and $(a,b,c)$ in the cone, I have to show that $$dist((x,y,z),(a,b,c)) \leq 2\sqrt{2}.$$ By using Cauchy-Schwartz, I can get a bound of $2\sqrt{3+\sqrt{6}}$ but not less. Any help would be much appreciated.
EDIT : As precised in the comments, by diameter I mean $\sup\limits_{c_1,c_2 \in C} d(c_1,c_2)$, the biggest distance in the cone.

Use cylindrical coordinates. Then $x^2+y^2=r^2$, so you can write your equation as $$2r^2\le z^2$$ or $$r\le\frac z{\sqrt 2}$$ The diameter of the base is $d=2r\le\sqrt 2 z$. The maximum value is then $d_{max}=2\sqrt 2$