Open and Closed Balls
BasisPrerequisites
When you work in a metric space, you need a precise way to describe all points that are “close” to some center. Balls give you exactly that — they are the metric-space analogue of intervals on the real line, and they show up in virtually every definition in analysis.
Open balls
Let be a metric space, let , and let . The open ball centered at with radius is
Every point inside is strictly less than away from the center. Points at distance exactly — the “boundary” — are excluded.
Here is what this looks like in a few concrete spaces:
- with . is the open interval .
- with the Euclidean metric. is the open disk of radius — the interior of a circle, without the circle itself.
- Discrete metric ( if , else ):
- For : — only the center qualifies.
- For : — every point qualifies.
The discrete example is a useful reminder: the “shape” of a ball is determined entirely by the metric, not by any geometric picture you may have in mind.
Closed balls
The closed ball centered at with radius is
The only change from the open ball is instead of : points at distance exactly are now included.
In , — the closed interval.
Comparing the two
| Open ball | Closed ball | |
|---|---|---|
| Boundary | Excluded | Included |
| Condition | ||
| Analogue in |
The containment always holds. In familiar spaces like , the closed ball is the topological closure of the open ball — but this need not hold in every metric space.
Punctured balls
Occasionally you will see the punctured open ball
which excludes the center itself. This comes up naturally when defining limits, where you care about points approaching but not itself.
Why balls matter
Almost every fundamental concept in analysis — open sets, convergence, continuity, compactness — is defined using balls. When you encounter a definition that says “there exists such that…”, you are almost certainly looking at a ball in disguise. Getting comfortable with balls now makes every subsequent definition feel natural.
Summary
- An open ball contains all points at distance strictly less than from center .
- A closed ball additionally includes points at distance exactly .
- The shape of a ball depends entirely on the metric; it need not look “round”.
- A punctured ball excludes the center and appears in the definition of limits.
- Balls are the primary tool for making “closeness” precise in any metric space.