Given is a metric space $(X,d)$ over a finite point-set $X$ with distance function $d$.
Let $x \in X$ be an arbitrary point and $y \in X$ a point of maximum distance from $x$.
Given three arbitrary points $a,b,c$ of $X$, I would like to show that $$\max \{d(a,y), d(b,y), d(c,y)\} \geq \min \{d(a,b), d(a,c), d(b,c)\}. $$
While intuitively the claim looks clear to me - if all $d(a,b), d(a,c), d(b,c)$ would be greater than the furthest distance from $y$ to $a,b,c$, then one of $a,b,c$ would be furthest away from $x$, so $y$ would not be maximal - I do not see the appropriate tools to prove it formally. I assume that using only the triangle inequality should be enough, but I would appreciate any hints.
EDIT: For the setting above, there exists a counterexample as shown below. But what if the metric space if path-connected?