Topological Spaces
Entry conditions
Use topology only when you can specify a collection of “open sets” with closure properties.
Definitions
A topology on a set is a collection of subsets of such that:
- and are in .
- Any union of sets in is in .
- Any finite intersection of sets in is in .
The pair is a topological space.
Vocabulary (plain language)
- Open set: a subset declared open by the topology rules.
- Union: combine sets by taking anything in any of them.
- Intersection: combine sets by taking only what is in all of them.
Symbols used
- : the underlying set.
- : the collection of open sets.
Intuition
Topology is about which subsets count as “open” so that we can talk about continuity and gluing without relying on distance.
Worked example
On any set , the discrete topology declares every subset open. The indiscrete topology declares only and open.
How to recognize the structure
- You can list or describe the open sets.
- The axioms are satisfied.
Common mistakes
- Declaring opens without checking closure under unions and finite intersections.