Let $x = (x_{0}, \ldots, x_{n})$ and $y = (y_{0}, \ldots, y_{n})$ be two vectors, and $d = (d_{0} = x_{0} - y_{0}, \ldots, d_{n} = x_{n} - y_{n})$ their element-wise euclidean distances.
My question is, that is it possible to construct (invertible) projections $p, q$ so that the element-wise euclidean distances for $p(x), q(y)$ would be all equal, i.e. $d_{0}=d_{1}=\dots=d_{n}$?
I quess making $x$ and $y$ orthogonal would give a good start?