Open ball

The set of points within distance < r of a center point in a metric space.
Open ball

Let (X,d)(X,d) be a , let xXx\in X, and let r>0r>0. The open ball of radius rr centered at xx is

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

Open balls are the basic building blocks of the topology induced by a : are exactly those that contain an open ball around each of their points.

Examples:

  • In R\mathbb{R} with d(x,y)=xyd(x,y)=|x-y|, B(a,r)=(ar,a+r)B(a,r)=(a-r,a+r).
  • In R2\mathbb{R}^2 with Euclidean distance, B(0,1)B(0,1) is the open unit disk.
  • In a discrete metric space, B(x,1)={x}B(x,1)=\{x\} for every xx.