Neighborhood
BasisPrerequisites
An open ball gives you a specific zone around a point with a chosen radius. In practice, you often don’t care about the exact radius — you just need some zone to exist. Neighborhoods capture that weaker, more flexible idea.
Definition
Let be a metric space and let . A set is called a neighborhood of if there exists some such that
In words: is a neighborhood of whenever you can fit an open ball centered at entirely inside . The set may be larger, oddly shaped, or even equal to — it just must contain at least one open ball around .
Examples in
- is a neighborhood of , because .
- is a neighborhood of (same reason — the closed interval contains the open ball).
- is not a neighborhood of , because any ball contains points greater than , which lie outside .
- is not a neighborhood of , because no open ball of positive radius around fits inside a single point.
Open balls are neighborhoods of their center
Every open ball is a neighborhood of : taking , you have , so the definition is satisfied immediately. Open balls are, in this sense, the simplest neighborhoods — every neighborhood of must contain one, and every open ball centered at is itself one.
Neighborhoods and open sets
Neighborhoods give a clean, point-centric description of open sets:
A set is open if and only if it is a neighborhood of each of its points.
This equivalence is sometimes taken as the definition of an open set. It shows that neighborhoods are not just shorthand — they capture the essence of openness.
Why use neighborhoods instead of open balls?
When you write a proof, spelling out an explicit radius is often unnecessary and clutters the argument. Neighborhoods let you say “let be a neighborhood of ” and reason about the existence of closeness without fixing a number. This pays off especially in the definition of limits, where the neighborhood characterization is often cleaner than the - form.
As a concrete illustration: both of the following say the same thing, but the second is often easier to work with in abstract arguments.
-form. For every , there exists such that .
Neighborhood form. Every neighborhood of contains all but finitely many terms of .
Summary
- A neighborhood of is any set that contains an open ball for some .
- Every open ball centered at is a neighborhood of .
- A set is open if and only if it is a neighborhood of every point it contains.
- Neighborhoods provide a flexible, radius-free vocabulary for proximity — useful whenever the exact radius doesn’t matter.