Why is the metric space $(X,d_{ij})$ where $d_{ij} = \sqrt{|i-j|}$ necessarily Euclidean?
I tried to use Cayley's criterion, meaning to try and prove that if we look at $X=\{1,...,n\}$ and define an $(n-1) \times (n-1)$ matrix over the elements $\{1,...,n-1\}$ as follows: $$M_{ij}=0.5 \times \left[{\sqrt{|i-n|}}^2 + {\sqrt{|j-n|}}^2 - {\sqrt{|i-j|}}^2 \right]$$
and then trying to prove that all $M_{ij}$ eigenvalues are non-negative, but I do not see a straightforward way of doing this.