4 min read
Topological Spaces

Basic Definitions

  • What is a topology?

    A topology on a set X is a collection τ\tau of subsets of X such that

    1. ϕ\phi and X are in τ\tau.
    2. The union of the elements of any sub-collection of τ\tau is in τ\tau.
    3. The intersection of the elements of any finite sub-collection of τ\tau is in τ\tau.
  • What is a topological space?

    A topological space is an ordered pair (X, τ\tau) consisting of a set X and a topology τ\tau on X.

  • What is an open set?

    If X is a topological space with topology τ\tau, we say that a subset U of X is an open set of X if U belongs to the collection τ\tau, i.e.,

    UX is open if UτU\subseteq X\text{ is open if }U\in\tau

  • What is a discrete topology?

    If X is any set, the collection of all subsets of X (i.e. P(x)\mathcal P(x)) is a topology on X, it is called the discrete topology on X.

  • What is an indiscrete topology?

    The collection consisting of X and ϕ\phi only is a topology on X; it is called the indiscrete topology, or the trivial topology on X.

  • What are comparable topologies?

    Suppose that τ\tau and τ\tau' are two topologies on a given set X. If ττ\tau\subseteq\tau' we say that τ\tau' is finer than τ\tau or τ\tau is coarser than τ\tau'. If ττ\tau\subset\tau' we say that τ\tau' is strictly finer than τ\tau or τ\tau is strictly coarser than τ\tau'. We say that τ\tau is comparable to τ\tau' if either is contained in the other.

    Munkres writes that, “This terminology is suggested by thinking of a topological space as being something like a truckload full of gravel—the pebbles and all unions of collections of pebbles being the open sets. If now we smash the pebbles into smaller ones, the collection of open sets has been enlarged, and the topology, like the gravel, is said to have been made finer by the operation.”

A Couple of Examples of Topologies

  • Finite Complement Topology (a.k.a. co-finite topology)

    Let XX be a set, let τf\tau_f be the collection of all subsets UU of XX such that XUX\setminus U either is finite or is all of XX. Then τf\tau_f is a topology on XX, called the finite complement topology.

    • Proof
      1. XX=ϕX\setminus X=\phi is finite. Xϕ=XX\setminus\phi=X is all of XX. Thus, both X and ϕτfX\text{ and }\phi\in\tau_f.

      2. Consider an indexed sub-collection {Tα}\{T_\alpha\} of τf\tau_f. Then for any Tα,XTαT_\alpha,\,X\setminus T_\alpha is finite. Hence,

        XαTα=αXTαX\setminus\bigcup_\alpha T_\alpha = \bigcap_\alpha X\setminus T_\alpha

        which is an intersection of finite sets and is thus finite. Therefore, αTατf\bigcup_\alpha T_\alpha\in\tau_f

      3. Consider a finite indexed sub-collection {Tα}\{T_\alpha\} of τf\tau_f. Then,

        XαTα=αXTαX\setminus\bigcap_\alpha T_\alpha = \bigcup_\alpha X\setminus T_\alpha

        which is a finite union of finite sets and is hence finite. Therefore, αTατf\bigcap_\alpha T_\alpha \in\tau_f.

  • Countable Complement Topology

    Let XX be a set, let τc\tau_c be the collection of all subsets UU of XX such that XUX\setminus U either is countable or is all of XX. Then τc\tau_c is a topology on XX.

    • Proof
      1. Xϕ=XX\setminus\phi = X is all of XX. XX=ϕX\setminus X=\phi is countable with zero elements. Thus, both ϕ and Xτc\phi\text{ and }X\in\tau_c.

      2. Let {Tα}\{T_\alpha\} be an indexed sub-collection of τc\tau_c. Then, we can write,

        XαTα=αXTαX\setminus\bigcup_\alpha T_\alpha = \bigcap_\alpha X\setminus T_\alpha

        which is an intersection of countable sets ( α,XTα is countable\forall\alpha, \,\,X\setminus T_\alpha\text{ is countable} ) and is hence countable.

      3. Let {Tα}\{T_\alpha\} be a finite indexed sub-collection of τc\tau_c. Then, we can write,

        XαTα=αXTαX\setminus\bigcap_\alpha T_\alpha = \bigcup_\alpha X\setminus T_\alpha

        which is a finite union of countable sets and is hence countable.