Week 8 Definition of the product topology

Version 2024/11/26 Week 8 in PDF All notes in PDF To other weeks

Writing R2=R×R, we may define many metrics on R2, for example d1, d2 and d, see Figure 2.1. Yet, all these metrics define the same topology. This is not a coincidence: given topological spaces X,Y, we will now construct the standard topology X×Y called the product topology. Importantly, the construction extends to the Cartesian product of infinitely many topological spaces.

Key results of this chapter include the Tychonoff Theorem (only the baby version will be proved in class) and the Heine-Borel Theorem. We will consider one the topologists’ favourite product space examples: the torus.

The Cartesian product

We begin with a reminder about the Cartesian product of sets.

Definition: Cartesian product of two sets.

Let X, Y be sets. The Cartesian product X×Y is the set of all pairs (x,y) with xX, yY.

The Cartesian product construction extends to arbitrary finite or infinite collections of sets:

  • the Cartesian product of n sets is a set of n-tuples,

    X1××Xn=k=1nXk={(x1,,xn):xkXkk=1,,n};

  • for a sequence X1,X2, of sets, the Cartesian product is a set of sequences,

    k=1Xk={(xk)k1:xkXkk1};

  • for a collection {X𝛼:𝛼I} of sets, the Cartesian product is a set of collections of elements indexed by I,

    𝛼IX𝛼={(x𝛼)𝛼I:x𝛼X𝛼𝛼I}.

We will initially focus on the Cartesian product of two sets.

Subsets of X×Y of a special form will be important to us:

Definition: rectangle sets, cylinder sets.

A rectangle set in X×Y is a set of of the form A×B where AX and BY.

A cylinder set in X×Y is a rectangle set of the form A×Y or X×B.

Figure 8.1 illustrates these types of subsets of X×Y. To produce such informal illustrations, one often visualises X and Y as intervals on the coordinate axes, and subsets A, B as subintervals; this motivates the terminology.

(sets shown inside a square X times Y)

Figure 8.1: rectangle and cylinder sets in X×Y. The union of rectangles may not be a rectangle, but the intersection always is.

Note that not all subsets of X×Y are cylinder or rectangle sets.

Example: intersections of rectangle sets.

Show that the intersection of any collection of rectangle sets is a rectangle set. Show that a union of rectangle sets may not be a rectangle set.

Solution: we calculate the intersection of two rectangle sets A×B and A×B where A,AX and B,BY. We have

(A×B)(A×B) ={(x,y):(xA and yB) and (xA and yB)} ={(x,y):xA and xA and yB and yB}
=(AA)×(BB), a rectangle set.

In the same way one shows, for any collection {A𝛼×B𝛼}𝛼I of rectangle sets, that

𝛼I(A𝛼×B𝛼)=(𝛼IA𝛼)×(𝛼IB𝛼),

i.e., the intersection is a rectangle set. Yet Figure 8.1 shows an example of two rectangle sets (with grey pattern) whose union is not a rectangle set.

The product topology

From now on, we assume that X and Y are not just sets but topological spaces. Consider the collection

B={U×V:UX is open in X, VY is open in Y}

of subsets called open rectangles in X×Y.

Definition: product topology on X×Y.

The product topology on X×Y is the topology with base B of open rectangles. The set X×Y with this topology is the product space of X and Y.

Remark: one needs to show that B is indeed a base of some topology. This means checking that the intersection of two sets from B can be written as a union of sets from B. But here, an even stronger statement holds: (U×V)(U×V)=(UU)×(VV), that is, an intersection of two open rectangles is an open rectangle (no need to write it as a union of some collection of open rectangles).

We omit a full formal argument showing that B is a base of a topology; interested students can find it in the literature.

Alert.

Not all open sets in X×Y are open rectangles U×V. Open sets are arbitrary unions of open rectangles.

The Euclidean plane is our first expected example of a product space.

Example.

Show that the metric Euclidean topology on R2 is the product topology on R×R.

Solution (not given in class): denote the product topology by TR×R and the metric Euclidean topology by Tmetric. Every open rectangle from the base B of TR×R is open in Tmetric, hence Tmetric is stronger than TR×R. On the other hand, we saw earlier that Tmetric can be defined by the metric d((x1,y1),(x2,y2))=max(|x1x2|,|y2y2|) and so has base of open squares Br((x,y))=(xr,x+r)×(yr,y+r) which is a subcollection of B. Hence Tmetric is weaker than TR×R. We conclude that Tmetric=TR×R.

The product space X×Y comes equipped with two continuous maps.

Proposition 8.1: projections are continuous.

Given a product space X×Y, the following projection maps are continuous:

  • pX:X×YX, (x,y)x, and

  • pY:X×YY, (x,y)y.

  • Proof. If UX is open, pX1(U)=U×Y. This is an open rectangle, hence an open set in X×Y by definition of the product topology. We have thus verified the definition of “pX is continuous”. The proof for pY is similar.

References for the week 8 notes

The definition of product topology on X×Y and a formal proof that the collection B of open rectangles in X×Y is a base of a topology are given in [Sutherland, Proposition 10.9]. Our Proposition 8.1, the projections are continuous, is [Sutherland, Proposition 10.10].

Version 2024/11/26 Week 8 in PDF All notes in PDF To other weeks