Topologies and Topological Spaces
Definition: Topology
A topology on a non-empty set is a collection of subsets of which has the following properties:
The empty set and are in .
The union of any subcollection of is in .
The intersection of any finite subcollection of is in .
EXAMPLE
Consider the sets and . The set is a topology on , since it satisfies the requirements in the definition.
Definition: Topological Space
Open Sets
Definition: Open Subset
Let be a topological space.
A subset of is open iff it is an element of .
Theorem
Let be a topological space.
A subset is open if and only if for each there exists an open set such that and .
PROOF
TODO
Theorem: Union of Open Sets
Let be a topological space.
The union of any collection of open sets is also open.
PROOF
This follows directly from the definition of a topological space.
Theorem: Intersection of Open Sets
Let be a topological space.
The intersection of any finite collection of open sets is also open.
PROOF
This follows directly from the definition of a topological space.
Closed Sets
Definition: Closed Set
Let be a topological space.
A subset is closed if its complement is an open set.
Theorem: Intersection of Closed Sets
Let be a topological space.
The intersection of any collection of closed sets is also closed.
PROOF
TODO
Theorem: Union of Closed Sets
Let be a topological space.
The union of any finite collection of closed sets is also closed.
PROOF
TODO
Clopen Sets
It is important to note that “openness” and “closedness” are neither mutually exclusive nor complete - subsets in a topological spaces can be both open and closed or they can also be neither.
Definition: Clopen Set
Let be a topological space.
Neighborhoods
Definition: Neighborhood of a Point
Let be a topological space and let .
A subset is a neighbourhood of if there exists an open set such that and .
NOTATION
Definition: Neighbourhood of a Set
Let be a topological space and let be a subset of .
We say that a subset is a neighbourhood of if there exists an open set such that .
NOTATION
Theorem: Openness from Neighborhoods
Let be a topological space.
A subset is open if and only if each has a neighborhood such that .
PROOF
If is open, then is, by definition, neighborhood of every .
If there exists neighborhood of each such that , then inside each neighborhood there exists, by definition, an open set which contains . Since , we have . This means that we can construct as the union of these open sets .
Since this is a union of open sets, i.e. it is a union of a subset of the topology , we have that .
Theorem: Closedness and Neighborhoods
Let be a topological space.
A subset is closed if and only if each in its complement has a neighborhood such that .
PROOF
TODO