Given $(X,d)$ is a metric space. Suppose that $A,B,$ and $C$ are subsets of $X$ which are bounded but non-closed.
One side Hausdorff distance is defined by $$d(A,B)= \sup_{x\in A} \inf_{y \in B} d(x,y).$$ Does triangle inequality $$d(A,B)+d(B,C) \geq d(A,C)$$
hold?
so $d(A,B)+d(B,C)+\epsilon_1+\epsilon_2$ is an upper bound of $\inf_{z\in C} d(x,z)$ thus $$d(A,C)\leq d(A,B) + d(B,C) + \epsilon_1 + \epsilon_2$$, for arbitrary $\epsilon_1,\epsilon_2 >0$.
is it OK? Thanks Robert.
– Ajat Adriansyah Jan 29 '12 at 09:07