Sphere (metric sphere)

The set of points at distance exactly r from a center point in a metric space.
Sphere (metric sphere)

Let (X,d)(X,d) be a metric space, let xXx\in X, and let r0r\ge 0. The (metric) sphere of radius rr centered at xx is

S(x,r):={yX:d(x,y)=r}.S(x,r):=\{y\in X : d(x,y)=r\}.

Spheres generalize the usual circles and spheres in Euclidean geometry. They are useful for describing boundaries of balls and for constructing examples in metric topology.

Examples:

  • In R\mathbb{R}, S(a,r)={ar,a+r}S(a,r)=\{a-r,a+r\} if r>0r>0.
  • In R2\mathbb{R}^2, S(0,1)={(x,y):x2+y2=1}S(0,1)=\{(x,y):x^2+y^2=1\} is the unit circle.
  • In a discrete metric space, S(x,1)=X{x}S(x,1)=X\setminus\{x\}.