Hi
Given is a triangle on points x,y,z in the plane. This triangle has two points a and b on opposite sides (see Figure).
I would like to show that the following inequality has to hold:
\max {d(b,x), d(b,y), d(b,z)} +
\max {d(a,x), d(a,y), d(a,z)} - d(b,a)
> \min {d(x,y), d(x,z)...