Topological Spaces and Point-Set Topology

Point-set topology foundations: open sets, neighborhoods, closure, continuity, bases, products, compactness, and separation.

Mathematics / Topology / Point-set topology

Topology notes
Sections

Point-Set Topology Refresher

Purpose of this section This section reviews the point-set topology needed to read manifold and bundle definitions without ambiguity. It assumes only elementary set theory. The emphasis is on definitions and theorems that explain phrases such as “locally homeomorphic”, “open cover”, “compact”, “Hausdorff”, “quotient topology”, “product topology”, and “paracompact”.

Topological spaces

A topology on a set XX is a collection T\mathcal T of subsets of XX, called open sets, such that:

  1. T\emptyset\in\mathcal T and XTX\in\mathcal T,

  2. arbitrary unions of elements of T\mathcal T are in T\mathcal T,

  3. finite intersections of elements of T\mathcal T are in T\mathcal T.

The pair (X,T)(X,\mathcal T) is a topological space.

A subset CXC\subset X is closed if XCX\setminus C is open. A set can be both open and closed, or neither.

Bases and subbases

A basis for a topology on XX is a collection B\mathcal B of subsets of XX such that:

  1. for every xXx\in X, there exists BBB\in\mathcal B with xBx\in B,

  2. if xB1B2x\in B_1\cap B_2 with B1,B2BB_1,B_2\in\mathcal B, then there exists B3BB_3\in\mathcal B such that

xB3B1B2.x\in B_3\subset B_1\cap B_2.

The topology generated by B\mathcal B consists of arbitrary unions of basis elements.

A subbasis S\mathcal S is a collection of subsets whose finite intersections form a basis.

Euclidean topology The usual topology on Rn\mathbb R^n has basis the open balls

Br(x)={yRn:yx<r}.B_r(x)=\{y\in\mathbb R^n:|y-x|<r\}.

It also has basis the open rectangles

(a1,b1)××(an,bn).(a_1,b_1)\times\cdots\times(a_n,b_n).

Continuity

A map f:XYf:X\to Y between topological spaces is continuous if

f1(U)Xf^{-1}(U)\subset X

is open for every open set UYU\subset Y.

This definition is intentionally formulated using preimages, not images. Images of open sets under continuous maps need not be open.

A homeomorphism is a bijection f:XYf:X\to Y such that both ff and f1f^{-1} are continuous. If such a map exists, XX and YY are topologically the same.

Initial, final, product, and subspace topologies

The subspace topology on AXA\subset X is

TA={AU:U open in X}.\mathcal T_A=\{A\cap U:U\text{ open in }X\}.

The product topology on X×YX\times Y is generated by basis sets

U×V,UX open,VY open.U\times V, \qquad U\subset X\text{ open},\quad V\subset Y\text{ open}.

For an arbitrary product iIXi\prod_{i\in I}X_i, the product topology is generated by finite restrictions: basis elements restrict only finitely many coordinates and leave the rest unrestricted.

The quotient topology is defined as follows. Let q:XYq:X\to Y be a surjective map. A subset UYU\subset Y is declared open if and only if

q1(U)q^{-1}(U)

is open in XX. This is the finest topology on YY making qq continuous.

Why quotient topology matters When a bundle is formed by gluing pieces Ui×FU_i\times F using transition functions, the total space is often constructed as a quotient of a disjoint union. The topology on the quotient is the quotient topology.

Closure, interior, boundary, and dense subsets

The closure of AXA\subset X is

A={CX:C closed and AC}.\overline A=\bigcap\{C\subset X:C\text{ closed and }A\subset C\}.

The interior is

int(A)={UA:U open}.\operatorname{int}(A)=\bigcup\{U\subset A:U\text{ open}\}.

The boundary is

A=Aint(A).\partial A=\overline A\setminus\operatorname{int}(A).

A subset AA is dense in XX if

A=X.\overline A=X.

Equivalently, every nonempty open set intersects AA.

Neighborhoods and local properties

A neighborhood of xXx\in X is a subset NXN\subset X containing an open set UU with xUNx\in U\subset N. A property is local if it can be checked on some neighborhood of each point.

A space XX is locally Euclidean of dimension nn if for every xXx\in X there exists an open neighborhood UXU\subset X and a homeomorphism

φ:UV\varphi:U\to V

onto an open subset VRnV\subset\mathbb R^n. A Hausdorff, second-countable, locally Euclidean space is a topological manifold.

Separation axioms

A space XX is T0T_0 if any two distinct points are topologically distinguishable. It is T1T_1 if singletons are closed. It is Hausdorff, or T2T_2, if for any distinct points x,yXx,y\in X there exist disjoint open sets U,VU,V such that

xU,yV.x\in U, \qquad y\in V.

Hausdorffness guarantees uniqueness of limits of sequences in first-countable spaces and is part of the standard definition of manifolds.

A space is regular if points and closed sets can be separated by neighborhoods. It is normal if disjoint closed sets can be separated by neighborhoods. Normal spaces support powerful extension theorems.

Theorem 12 (Urysohn lemma, statement). If XX is normal and A,BXA,B\subset X are disjoint closed sets, then there exists a continuous function

f:X[0,1]f:X\to[0,1]

such that fA=0f|_A=0 and fB=1f|_B=1.

Countability axioms

A space is first-countable if every point has a countable neighborhood basis. Metric spaces are first-countable.

A space is second-countable if its topology has a countable basis. Smooth manifolds are usually required to be second-countable. This excludes pathological disjoint unions with too many components and ensures many analysis tools behave well.

A space is separable if it has a countable dense subset. In metric spaces, second-countability implies separability, and separability often implies second-countability under additional hypotheses.

Compactness

An open cover of XX is a collection {Ui}iI\{U_i\}_{i\in I} of open subsets such that

X=iIUi.X=\bigcup_{i\in I}U_i.

A subcover is a subcollection that still covers XX. The space XX is compact if every open cover has a finite subcover.

Theorem 13 (Heine-Borel theorem). A subset of Rn\mathbb R^n is compact in the Euclidean topology if and only if it is closed and bounded.

Theorem 14 (Continuous image of compact is compact). If f:XYf:X\to Y is continuous and XX is compact, then f(X)f(X) is compact.

Theorem 15 (Compact to Hausdorff). If XX is compact, YY is Hausdorff, and f:XYf:X\to Y is a continuous bijection, then ff is a homeomorphism.

Compactness is not part of the definition of a fiber bundle or a manifold. It is an extra global finiteness property. Many base spaces in physics, such as the Brillouin torus TdT^d, are compact; spacetime manifolds often are not.

Local compactness and one-point compactification

A space is locally compact if every point has a neighborhood whose closure is compact, or equivalently in Hausdorff spaces, every point has a compact neighborhood.

If XX is locally compact, Hausdorff, and noncompact, its one-point compactification is

X+=X{}X^+=X\cup\{\infty\}

with open sets consisting of open subsets of XX and sets containing \infty whose complements in XX are compact closed subsets.

Example:

Rn{}Sn.\mathbb R^n\cup\{\infty\}\cong S^n.

Connectedness and path connectedness

A separation of XX is a decomposition

X=UVX=U\cup V

where U,VU,V are nonempty disjoint open subsets. A space is connected if it has no separation.

A path in XX is a continuous map

γ:[0,1]X.\gamma:[0,1]\to X.

A space is path connected if any two points can be joined by a path. Path connected implies connected, but connected need not imply path connected.

Connected components are maximal connected subsets. Path components are maximal path connected subsets.

Metric spaces as topological spaces

A metric on XX is a function

d:X×X[0,)d:X\times X\to[0,\infty)

satisfying positivity, symmetry, and triangle inequality. It induces a topology whose basis is open balls.

A sequence xnx_n converges to xx if

limnd(xn,x)=0.\lim_{n\to\infty}d(x_n,x)=0.

A sequence is Cauchy if for every ϵ>0\epsilon>0 there exists NN such that

m,nNd(xm,xn)<ϵ.m,n\ge N\Rightarrow d(x_m,x_n)<\epsilon.

A metric space is complete if every Cauchy sequence converges.

Nets and why sequences are not always enough

In general topological spaces, sequences may fail to detect closure. A net is a generalized sequence indexed by a directed set. A directed set is a set II with a preorder such that any two elements have a common upper bound. A net in XX is a map

IX,ixi.I\to X, \qquad i\mapsto x_i.

A net converges to xx if for every neighborhood UU of xx, there exists i0Ii_0\in I such that xiUx_i\in U whenever ii0i\ge i_0.

The topological characterization is:

xAthere is a net in A converging to x.x\in\overline A \quad\Longleftrightarrow\quad \text{there is a net in }A\text{ converging to }x.

In first-countable spaces, sequences suffice.

Paracompactness and partitions of unity

An open cover V\mathcal V refines an open cover U\mathcal U if every set in V\mathcal V is contained in some set in U\mathcal U. A cover is locally finite if every point has a neighborhood intersecting only finitely many sets in the cover.

A Hausdorff space is paracompact if every open cover has a locally finite open refinement. Smooth manifolds that are Hausdorff and second-countable are paracompact.

A partition of unity subordinate to an open cover {Ui}\{U_i\} is a collection of continuous or smooth functions {ρi:X[0,1]}\{\rho_i:X\to[0,1]\} such that:

  1. suppρiUi\operatorname{supp}\rho_i\subset U_i,

  2. the supports are locally finite,

  3. iρi(x)=1\sum_i\rho_i(x)=1 for every xXx\in X.

Partitions of unity allow local data to be patched into global data. They are the reason vector bundles over paracompact manifolds admit connections.

Topological groups

A topological group is a group GG with a topology such that multiplication and inversion are continuous:

G×GG,(g,h)gh,G\times G\to G, \qquad (g,h)\mapsto gh, GG,gg1.G\to G, \qquad g\mapsto g^{-1}.

A Lie group is a topological group with a smooth manifold structure for which multiplication and inversion are smooth.

Covering spaces

A covering map is a continuous surjection

p:X~Xp:\widetilde X\to X

such that every xXx\in X has an open neighborhood UU with

p1(U)=αAVαp^{-1}(U)=\bigsqcup_{\alpha\in A}V_\alpha

where each restriction

pVα:VαUp|_{V_\alpha}:V_\alpha\to U

is a homeomorphism.

Covering spaces are fiber bundles with discrete fiber. The universal covering group SU(2)SO(3)SU(2)\to SO(3) is both a covering map and a Lie group homomorphism.

Point-set checklist for manifolds and bundles

A topological manifold of dimension nn is usually defined as a topological space MM satisfying:

  1. MM is Hausdorff,

  2. MM is second-countable,

  3. every point has a neighborhood homeomorphic to an open subset of Rn\mathbb R^n.

A smooth manifold adds a maximal smooth atlas.

A topological fiber bundle π:EB\pi:E\to B with fiber FF requires an open cover {Ui}\{U_i\} of BB such that

π1(Ui)Ui×F\pi^{-1}(U_i)\cong U_i\times F

over UiU_i. The condition is that at least one such trivializing cover exists. It is not required that every open cover trivialize the bundle.

Interior, closure, and continuity by closures

For AXA\subset X, one has the useful identities

xAevery neighborhood of x intersects A.x\in\overline A \quad\Longleftrightarrow\quad \text{every neighborhood of }x\text{ intersects }A.

A map f:XYf:X\to Y is continuous if and only if

f(A)f(A)f(\overline A)\subset\overline{f(A)}

for every AXA\subset X. This formulation often helps when reasoning about limits and dense subsets.

Open maps, closed maps, and quotient maps

A map f:XYf:X\to Y is open if it sends open sets to open sets. It is closed if it sends closed sets to closed sets. A quotient map is a surjective map q:XYq:X\to Y such that UYU\subset Y is open exactly when q1(U)q^{-1}(U) is open.

Every quotient map is continuous by definition, but not every continuous surjection is a quotient map. Open continuous surjections and closed continuous surjections are quotient maps.

This matters for bundles because local trivializations give homeomorphisms locally, but quotient constructions must still be given the correct topology globally.

Tychonoff theorem and product compactness

Theorem 16 (Tychonoff theorem). An arbitrary product of compact topological spaces is compact in the product topology.

For finite products this is elementary compared to the general theorem. Infinite products require the product topology, not the box topology. The theorem is equivalent to the axiom of choice in standard set theory.

Box topology versus product topology

For a product iIXi\prod_{i\in I}X_i, the box topology has basis sets

iIUi\prod_{i\in I}U_i

with every UiXiU_i\subset X_i open. The product topology allows only finitely many coordinates to be restricted at a time. For infinite products, the box topology is usually too fine and fails to preserve compactness.

Compact-open topology

For spaces X,YX,Y, the compact-open topology on the function space C(X,Y)C(X,Y) is generated by subbasis sets

[K,U]={fC(X,Y):f(K)U},[K,U]=\{f\in C(X,Y):f(K)\subset U\},

where KXK\subset X is compact and UYU\subset Y is open. This topology is important when studying homotopies, loop spaces, and mapping spaces.

Baire category theorem

A subset of a topological space is nowhere dense if the interior of its closure is empty. A set is meagre if it is a countable union of nowhere dense sets.

Theorem 17 (Baire category theorem). A complete metric space is not a countable union of nowhere dense closed sets. More generally, locally compact Hausdorff spaces are Baire spaces.

This theorem explains why many “generic” properties in analysis and geometry are expressed as countable intersections of open dense sets.

Tietze extension theorem

Theorem 18 (Tietze extension theorem). If XX is normal, AXA\subset X is closed, and f:ARf:A\to\mathbb R is continuous and bounded, then ff extends to a continuous function

F:XR.F:X\to\mathbb R.

This theorem is a close relative of Urysohn’s lemma and helps explain why normality is a strong separation property.

Metrization ideas

A space is metrizable if its topology comes from a metric. Not every topological space is metrizable. Metrization theorems give conditions under which a topology is induced by a metric.

One standard result is that every second-countable regular Hausdorff space is metrizable. Since smooth manifolds are Hausdorff and second-countable, and are locally Euclidean, they are metrizable as topological spaces. The smooth structure, however, is additional information not determined by an arbitrary metric inducing the topology.

Locally finite covers and refinement

A cover V\mathcal V refines a cover U\mathcal U if every VVV\in\mathcal V lies in some UUU\in\mathcal U. A star refinement is a stronger refinement useful in metrization and paracompactness arguments.

Paracompactness is important because it upgrades local constructions to global constructions. In differential geometry, this is what allows one to choose Riemannian metrics and connections on arbitrary smooth manifolds satisfying the usual hypotheses.

Topological manifolds revisited

A chart on a topological manifold MM is a pair (U,φ)(U,\varphi) where UMU\subset M is open and

φ:Uφ(U)Rn\varphi:U\to \varphi(U)\subset\mathbb R^n

is a homeomorphism onto an open subset. If (U,φ)(U,\varphi) and (V,ψ)(V,\psi) are charts with UVU\cap V\ne\emptyset, the transition map is

ψφ1:φ(UV)ψ(UV).\psi\circ\varphi^{-1}:\varphi(U\cap V)\to\psi(U\cap V).

A smooth atlas requires these transition maps to be smooth. A topological manifold does not require smoothness.

CW complexes

A CW complex is built inductively by attaching cells. Start with a discrete set of points X0X^0. Attach nn-cells by maps

Sn1Xn1S^{n-1}\to X^{n-1}

and form pushouts. The resulting space is

X=n0Xn.X=\bigcup_{n\ge0}X^n.

CW complexes are topologically manageable and are the natural setting for many results in algebraic topology. Many spaces in physics, including spheres, tori, and projective spaces, admit CW structures.

Proper maps

A continuous map f:XYf:X\to Y is proper if the preimage of every compact set is compact:

KY compactf1(K)X compact.K\subset Y\text{ compact}\Rightarrow f^{-1}(K)\subset X\text{ compact}.

For locally compact Hausdorff spaces, proper maps behave like maps that preserve behavior at infinity. Properness is often the right replacement for compactness of the domain.

Topological summary for bundles

The topological inputs needed for bundles are:

  • open covers to formulate local triviality,

  • product topology for U×FU\times F,

  • quotient topology for gluing local pieces,

  • Hausdorff and second-countability assumptions for manifolds,

  • paracompactness for partitions of unity and existence of connections,

  • covering spaces as the discrete-fiber prototype of fiber bundles.