Let $A(0, 1)$, $B(1, 1)$, $C(1, -1)$, $D(-1, 0)$ be four points. If $P$ be any other point then $PA+PB+PC+PD\ge d$ find $d$.
I tried solving this question using triangle inequality, but I am not sure about my answer.
1.
$$ \left. \begin{matrix} PA+PC \geq AC \\ PB+PD \geq BD \end{matrix} \right \} \implies {d = AC+BD \approx 4.47} $$
2. $$ \left. \begin{matrix} PA+PB \geq AB \\ PB+PC \geq BC \\ PC+PD \geq CD \\ PD+PA \geq DA \end{matrix} \right \} \implies {d = (1/2) \times (AB+BC+CD+DA) \approx 3.3} $$
3. $$ \left. \begin{matrix} PA+PB \geq AB \\ PB+PC \geq BC \\ PC+PD \geq CD \\ PD+PA \geq DA \\ PA+PC \geq AC \\ PB+PD \geq BD \end{matrix} \right \} \implies {d = (1/3) \times (AB+BC+CD+DA+AC+BD) \approx 3.7} $$
I am getting different answers using triangle inequality. I think that there must exist some “sure-fire” method for this question. After seeing the proof of Erdős–Mordell Inequality, I feel that the solution to this question might involve reflections. But I am unsure about it. How to reach the final solution to this question?

