Graduate → Real Analysis → Metric Spaces ↓
Open and Closed Sets
In the field of real analysis, an essential concept is that of open and closed sets, specifically within metric spaces. Before delving into the main discussion, it is important to understand what a metric space is. A metric space is a set equipped with a metric, which is a function that defines the distance between each pair of points in the set. A concrete and common example of a metric space is the set of real numbers whose usual distance is defined as:
d(x, y) = |x - y|
where |x - y|
is the absolute value of the difference between x
and y
. However, metric spaces can be much more abstract and include spaces of functions, multidimensional points, and much more.
Understanding open sets
An open set in a metric space is an intuitive concept that is similar to the idea of an interval that does not contain its endpoints. To formally define open sets:
A setU
in a metric space(X, d)
is called open if for every pointx
inU
there exists a ball of radiusr > 0
such that the ballB(x, r)
is contained inU
Here,B(x, r)
denotes the set of all pointsy
inX
such thatd(x, y) < r
.
This might seem a bit abstract at first glance, but let’s understand it with a simple example.
Example of an open set on the real line
Consider the interval (0, 1)
on the real number line. Let us check whether it is an open set. Choose any point x
in the interval such that 0.5
. We have to find a radius r
such that all points within a distance r
of x
still lie inside the interval (0, 1)
.
Choose r = 0.1
. The ball B(0.5, 0.1)
is the set of all points y
such that |y - 0.5| < 0.1
, which is the interval (0.4, 0.6)
. Clearly, (0.4, 0.6)
is completely contained within the interval (0, 1)
, which shows that (0, 1)
is indeed an open set.
+--------------------------+ 0 0.4 0.5 0.6 1
Visualization of open sets
In the visualization above, each circle around x
and y
points represents an open ball that is entirely contained in the interval. The line represents the entire real number line, while the segment between the circles represents the open interval.
Properties of open sets
There are several important properties of open sets:
- The union of any collection of open sets is open.
- The intersection of a finite number of open sets is open.
- The whole space
X
and the empty set ∅ are both open.
Understanding closed sets
The complements of open sets are closed sets. The idea of closed sets is linked to the concept of limits and accumulation points. Formally:
A setC
in a metric space(X, d)
is closed if it contains all its limit points. Equivalently,C
is closed if the complement ofC
inX
, denoted byX C
, is open.
Example of a closed set on the real line
Consider the closed interval [0, 1]
. Does it contain all its boundary points? Let us take a point x = 0
on the boundary. Outside this point there is no other point y
within the interval, so that any sequence converging to 0
lies outside [0, 1]
. Every subsequence lies within the boundary [0, 1]
.
x ∈ [0, 1] such that x_n → x
This shows that [0, 1]
is closed since it contains all the boundary points.
Visualization of closed sets
In the above visualization, the end points are included, which shows the closed nature of [0, 1]
. The black line represents the real number line and the filled circles represent the included end points.
Properties of closed sets
Closed sets have specific properties that form a fundamental framework for analysis:
- The intersection of any collection of closed sets is closed.
- The union of a finite number of closed sets is closed.
- The whole space
X
and the empty set ∅ are both closed.
Beyond open and close: limit points and boundary points
For a deeper understanding of open and closed sets it is useful to explore related concepts such as limit points and boundary points.
Limit point
A limit point of a set S
is a point x
that has at least one point of S
different from x
in every neighborhood. This helps to identify the closure of S
, which is the smallest closed set that contains S
Limit point
The limit point of a set S
is the point b
for which every neighbourhood intersects both S
and its complement. It serves as the interface between the set and the space beyond it.
Conclusion
Open and closed sets form the fundamental building blocks in the study of metric and topological spaces. Open sets are intimately connected to the concepts of continuity and convergence, with real-world parallels in the form of open intervals. Closed sets harbor limit points and are fundamental in defining completeness and compactness. Understanding one often aids in understanding the other, and together, these sets help illustrate the rich tapestry of relations in analytic spaces.
From intervals on the real line to generalized higher-dimensional spaces, the ideas of open and closed sets surface again and again, uncovering structure and meaning in mathematical landscapes. Armed with these ideas, more complex concepts in analysis become accessible, setting the stage for deeper exploration and discovery.