Let $x;y\in R$. Find Minimum value of the function $$\sqrt {(x+2)^2+(y+2)^2}+\sqrt {(x+1)^2+(y-1)^2}+\sqrt{ (x-1)^2+(y+1)^2}$$
My try: By Minkowski inequality:
$LHS=\sqrt{(x+1)^2+(y-1)^2}+\sqrt{(x-1)^2+(y+1)^2}+2\sqrt{\dfrac{1}{4}[(x+2)^2+(y+2)^2]}$
$=\sqrt{(x+1)^2+(y-1)^2}+\sqrt{(x-1)^2+(y+1)^2}+2\sqrt{(\dfrac{x}{2}+1)^2+(\dfrac{y} {2}+1)^2]}$
$\ge \sqrt{(\dfrac{3x}{2}+2)^2+(\dfrac{3y}{2})^2}+\sqrt {(\dfrac{3y}{2}+2)^2+(\dfrac{3x}{2})^2}\ge \sqrt{8}$
And the equality occurs when $x=-y-\frac {4}{3}$
Help me check it. I fear that is not minimum value of the function. THx.
