Question
- “Also in ” can be denoted as either subset or element inclusion?
- How to understand the topology induced by a norm (correct phrasing)?
- What about other norms?
- Why is a topological space discrete every singleton is open? Isn’t this by definition—the fact that the discrete topology includes all the open singletons? Is there such a thing as a non-discrete topology with non-open singletons?
- Why, in general, do we require finite intersections, aside from the intuition that an open set should have something like a neighborhood for each point?
Overview
Definition: Topology, topological space
A topology on a set is a collection of subsets of (i.e., a subset of the power set ) that has the following properties:
- and are in ;
- The union of the elements of any (arbitrary) sub-collection of is also in ;
- The intersection of the elements of any finite sub-collection of is also in .
A topological space is an ordered pair , where is a set and is a topology on .
Two points are topologically indistinguishable if they cannot be separated by open sets; the Hausdorff condition ensures that any two distinct points in a topological space are distinguishable.
Topologies can be compared by the granularity of their sets.
Definition: Finer, coarser, and comparable topologies
Two topologies on a set are comparable if either or . We say is finer than if has more open sets than ; that is, if . In this case, we also say is coarser than .
Open sets in topological space
Elements of are called open sets of . Recall that a subset is called open if for all , there exists some (sufficiently small) such that the -ball about
is completely contained in .
Definition: Open set in a topological space
If is a topological set with topology , we say a subset is an open set of if .
Thus, we can also say that a topological space is a set together with a collection of open subsets of such that and are both open, and arbitrary unions and finite intersections of open subsets are open.
Examples
The motivating example
The standard, or Euclidean, norm in defined by
gives the distance between two points as . The topology induced by this norm is precisely the collection of open balls , where is some real number and .
The arbitrary set and its non-examples
An arbitrary three-element set has 9 unique topologies up to permutation.
The following collections of subsets are not topologies (draw them out!):
Discrete and indiscrete topologies
Transclude of Discrete-topology#^aa370a
Finite complement topology
Link to originalDefinition: Finite complement topology
The finite complement topology of a set is the collection of all subsets such that the complement is either finite or all of . We write to denote the set equipped with the finite complement topology.
Subspace (induced) topology
Link to originalDefinition: Subspace (induced) topology
Given a topological space and a subset , the subspace or induced topology on is defined by the collection
In other words, open sets in (i.e., a subset of that is open in the subset topology) are obtained by intersecting with open sets of (i.e., an open set in )).
Lower limit topology on
- Basis is the set of intervals [a, b)
Review
Definitions
- Topology, topological space
- Finer and coarser topologies
- Discrete and indiscrete topology
- Subspace (induced) topology
Exercises
- Prove that the collection of all open sets is a topology on called the standard topology. ⭐
- Given an arbitrary set , give an example and a non-example of a topology.
- Prove that the following examples satisfy all the properties of a topology:
- Discrete and indiscrete topologies
- Finite topology (hint: for (T2) and (T3), use the fact that the complement of an intersection of a family of indexed sets is same as a union of complements between each indexed set and the ambient set, as well as the reverse; see Algebra of sets)
- Subspace topology
- Show that and with the respective subspace topologies are discrete, but is not. ⭐