I have the following question in my book:
Show that any subset $A$ of the set of non negative reals with $0 \in A$, is the set of all distances between points of some metric spaces.
And the solution is given to be:
For a given set $A$ of non negative reals with $0 \in A$ , we define a function $ d: A \times A \rightarrow \mathbb R$ by $$ d(x,y) = \begin{cases} \text{max}\{x,y\}, & \text{if} x \neq y \\ 0 , & \text {if} x=y \end {cases} $$
Then $d$ is clearly a Metric on $A$ and for any $x \in A$ , $d(0,x) = x$ ; also for any $x , y \in A $ , $d(x,y) = \text{max}(x,y)$ or $0$ so that $d(x,y) \in A$. Thus $(A,d)$ is the required metric space.
Now my question is: Is the metric taken in the solution fixed? Can we take any other metric e.g the usual metric or any other metric on $A$?
My next question is there any special significance of the 'max' metric used in the solution on any space? By special I mean like the usual metric is the usual distance between points in the co-ordinate plane, such as if this metric has any significance.