Mathematically the answer to the last question is
{X: dist(X, A) = R} - the set of all points X such that dist(X, A) = R. This is a generalization of a circle (in R2) and a sphere (in R3). It's customary to call this set a
sphere SR(A) = {X: dist(X, A) = R} with radius R centered at A. It's instructive to consider some examples.
Consider the plane with the distance defined by dist1. What is S1(0, 0)?
In other
words, how does the set S1(0, 0) = {(x, y): dist1((x, y), (0, 0)) = 1} look like?. From the definition,
S1(0, 0) = {(x, y): |x| + |y| = 1}. The set is the union of four straight line segments: x + y = 1 in the first quadrant, y - x = 1 in the second, -y - x = 1 in the third, and -y + x = 1 in the fourth. It's a square with vertices on the axes.
For dist∞ in the plane the sphere S∞(0, 0) is also a square but now its
sides are parallel to the axes.
Observe that for a pair of points X and Y