Graduate → Topology → General Topology ↓
Open and Closed Sets
In the study of topology, one of the fundamental concepts is that of open and closed sets. These ideas form the basis on which more complex structures are built. While open and closed sets may seem abstract, they are in fact closely related to our intuitive understanding of geometry and space.
Intuitive understanding of open sets
Imagine you are in a large park. If we consider this park as a space, then choosing any arbitrary location in this park is the same as choosing a 'point' in space. Now, think of a picnic spot that has no boundary fence. You can move freely in and out of this space without crossing any boundary. This is similar to an open set in topology.
In mathematical terms, a set is said to be open when, roughly speaking, you can move around inside the set without hitting its edge. For every point inside the set, you can find a small neighborhood around that point that is also entirely inside the set.
Visual representation
In the diagram above, the entire light blue region represents an open set. If you choose any point within the circle, you can find a small neighborhood (perhaps another smaller circle) around it that is still completely contained in the light blue region.
Closed sets: a paradox
Now let's think of the same park, but this time with a fenced boundary. If you are inside this park, you can reach the edge - the fence. This is the same as a closed set. In topology, a set is called closed if it contains all of its boundary points.
Another way to think about closed sets is through their complement relation with open sets. A set is closed if its complement (everything that is not in it) is an open set. This gives rise to one of the important properties of topology – sets can be both open and closed at the same time, or neither.
Visual representation
In this diagram, the light coral area is a closed set. If you choose a point on the black edge (boundary), it is still considered part of this closed set.
Formal definitions
Now that we have the intuitive idea out of the way, let’s look at more formal definitions.
Open set definition
A set U
in a topological space (X, τ)
is called open if U
is a member of the topology τ
. This means, U ∈ τ
.
Mathematically, this can be expressed as: for every point x
in U
, there exists a neighborhood V
around x
such that V
is completely contained in U
Closed set definition
A set F
in a topological space (X, τ)
is called closed if its complement, X F
, is an open set. That is, X F ∈ τ
.
In simple terms, a closed set is one that includes all its limit points (boundary points).
Text examples from Euclidean space
In the familiar Euclidean space R^n
, the concepts of open and closed sets correspond to our traditional understanding:
- In
R
open interval
(a, b)
is an example of an open set. closed interval
[a, b]
is an example of a closed set.empty set
and the whole spaceR^n
are both open and closed, known as clopen sets. This may seem contradictory, but remember that these are limit cases in topology.- In
R^2
, an open disk without boundary is an open set. - A closed disk, including its boundary circle, is a closed set.
Properties of open sets
Some characterizations of open sets in general topological spaces are:
- The union of any collection of open sets is open. In other words, if
{U_i}
are open inX
, then their union∪U_i
is also open. - The intersection of a finite number of open sets is open. So, if
U_1, U_2, ..., U_n
are open inX
, thenU_1 ∩ U_2 ∩ ... ∩ U_n
is open. - By definition of topology the empty set and the whole space
X
are always open.
Properties of closed sets
Closed sets have their own nice properties that are twice as many as those of open sets:
- The intersection of any collection of closed sets is closed. So if
{F_i}
are closed inX
, then∩F_i
is also closed. - The union of a finite number of closed sets is closed. Thus, if
F_1, F_2, ..., F_n
are closed inX
, thenF_1 ∪ F_2 ∪ ... ∪ F_n
is closed. - Like open sets, the empty set and the entire space
X
are also considered to be closed.
Boundary and border points
To further strengthen our understanding, let us delve a little deeper into the concept of limits and limit points.
Limit point
The boundary of a set A
in a topological space consists of points that can be reached from both inside and outside A
These points do not necessarily lie in A
or its complement, but lie on the boundary.
Limit point
A limit point (or accumulation point) of a set A
is a point x
such that every open neighborhood of x
contains at least one point in A
distinct from x
. Closed sets have all their limit points.
Examples and exercises
Let's work through some examples to apply what we've learned:
- Example 1: Consider the set
(0, 1) ∪ (2, 3)
inR
Is it open?
Answer: Yes, it is open as(0, 1)
and(2, 3)
both are open intervals inR
- Example 2: Consider the set
[0, 1] ∪ (2, 3]
inR
Is it closed?
Answer: It is not closed because point2
is a limit point of the set[0, 1] ∪ (2, 3]
and is not included in it. - Example 3: Show that the union of an arbitrary collection of open sets is open.
Solution: Let{U_i}_i
be an arbitrary collection of open sets in a topological spaceX
For any pointx ∈ ∪U_i
, there exists ani
such thatx ∈ U_i
. SinceU_i
is open, it has a neighborhood completely contained inU_i
and hence in∪U_i
. - Exercise: Prove that the intersection of a finite number of closed sets is closed.
Closing thoughts
The concepts of open and closed sets are an important part of topology, a field rich in abstract but applied mathematics. These concepts help define boundaries and are fundamental in understanding limits, continuity, and convergence within topological spaces.
Understanding open and closed sets opens the way for further exploration of deeper concepts such as density, connectedness, and different types of continuum, which in turn paves the way for understanding more sophisticated and beautiful mathematical theories.