Open and Closed Sets in R
Open and closed sets form the foundation of topology, the study of continuous deformations and limits. In , open sets are intervals without endpoints, while closed sets contain all their limit points. These concepts generalize to arbitrary metric spaces and topological spaces, making them central to modern analysis.
Definitions
A set is open if for every , there exists such that the interval .
Equivalently, is open if every point of is an interior point: a point is interior to if some neighborhood of is contained in .
A set is closed if its complement is open.
Equivalently, is closed if it contains all its limit points: whenever a sequence in converges to some , we have .
The interval is open. For any , let . Then .
The interval is closed. Its complement is , which is open (a union of two open sets). Alternatively, if and , then for all , so taking limits, , hence .
The interval is neither open nor closed. It is not open because but no interval is contained in . It is not closed because the complement is not open (no neighborhood of is contained in the complement).
Both and are both open and closed (clopen). This is consistent: is open, so is closed. Similarly, is open (vacuously), so is closed.
Properties of open and closed sets
- The union of any collection of open sets is open.
- The intersection of finitely many open sets is open.
- and are open.
- The intersection of any collection of closed sets is closed.
- The union of finitely many closed sets is closed.
- and are closed.
These properties are dual by De Morgan's laws: the complement of a union is the intersection of complements, and vice versa. Property 2 for open sets requires finite intersection (infinite intersections can be non-open: is not open).
Let for . Each is open, but
is not open (no neighborhood of is contained in ). Thus infinite intersections of open sets need not be open.
Let for . Each is closed, but
is not closed (its complement is not open). Thus infinite unions of closed sets need not be closed.
Limit points and closure
A point is a limit point (or accumulation point) of a set if every neighborhood of contains a point of distinct from . Equivalently, there exists a sequence in with .
The closure of , denoted or , is the set together with all its limit points:
Equivalently, is the smallest closed set containing (the intersection of all closed sets containing ).
The closure of in is . Every real number is a limit of a sequence of rationals (by density), so every real is a limit point of .
The closure of is . The limit points of are all points in (including the endpoints and ).
The set has as its only limit point. Thus . The points are isolated (not limit points of ).
Interior, boundary, and exterior
Let .
- The interior of is (the largest open set contained in ).
- The boundary of is (points in the closure but not in the interior).
- The exterior of is (interior of the complement).
- (endpoints).
- (same boundary as ).
- (every real is a boundary point of , since is dense).
- (a single point is its own boundary).
Summary
Open and closed sets are fundamental in topology:
- Open sets: intervals without endpoints, unions of open intervals.
- Closed sets: contain all limit points, complements of open sets.
- Arbitrary unions of open sets are open; finite intersections are open.
- Arbitrary intersections of closed sets are closed; finite unions are closed.
- Closure, interior, and boundary capture different aspects of a set's topology.
See Compactness and Heine-Borel for applications to analysis.