2

I need to show that every 3 point metric space has an embedding into an ultra-metric space with distortion 2.

And then to show such an example.

How would I go about it?

Thank you.

Edit:
Distortion is defined as following:
An embedding $f:(X,d_X)\rightarrow(Y,d_Y)$ has distortion $\alpha$ if there is a constant $c>0$ such that $\forall u,v\in X:d_X(u,v)\leq c \cdot d_Y(f(x),f(y))\leq \alpha \cdot d_X(u,v)$

1 Answers1

2

Let the three-point metric space be $\langle X,d_X\rangle$, where $X=\{x_0,x_1,x_2\}$. We can label the three points in such a way that $d_X(x_0,x_1)\le d_X(x_1,x_2)\le d_X(x_0,x_2)$, and the triangle inequality ensures that $d_X(x_0,x_2)\le d_X(x_0,x_1)+d_X(x_1,x_2)\le 2d_X(x_1,x_2)$.

Let $\langle Y,d_Y\rangle$ be the ultrametric space, and let $Y=\{y_0,y_1,y_2\}$, where $y_k=f(x_k)$ for $k=0,1,2$. Let $d_Y(y_0,y_1)=d_X(x_0,x_1)$ and $d_Y(y_1,y_2)=d_X(x_1,x_2)$.

  • Bearing in mind that $d_Y$ is an ultrametric, what must $d_Y(y_0,y_2)$ be?
  • Check that the embedding $f:X\to Y:x_k\mapsto y_k$ has distortion $2$.
Brian M. Scott
  • 616,228