How coordinates are defined in semimetric spaces? Imagine this example:
We have points A, B and C.
We know the distances between this points:
d(A,B) = 10,381
d(A,C) = 3,896
d(B,C) = 3,896
This is a semimetric space because
d(A,B) > d(A,C) + d(B,C)
What does that mean then? How do we express the coordinates of this space?
We could find some coordinates that make the previous distances true for A and B:
A = (0, 0)
B = (0, 10.896)
But how would we express the position of C?
There's no way to represent the coordinates of a set of points in a semimetric space?
Thanks