6. Product Topology

Basis For Product Topology

Basis for Product Topology

Introduction

students, imagine you are building a website from separate parts: a profile page, a message center, and a settings page. Each part has its own structure, but together they form one larger experience ๐ŸŒ. In topology, something similar happens when we combine spaces to make a product space. The key question in this lesson is: how do we describe the open sets in that combined space?

The answer is the basis for the product topology. A basis is a smaller collection of sets from which all open sets can be built. This lesson will help you:

  • explain the main ideas and terminology behind the basis for product topology,
  • use the basis to identify open sets in product spaces,
  • connect the basis to projection maps and the larger topic of product topology,
  • summarize why the basis makes product topology easier to work with.

By the end, you should be able to recognize why product topology is defined the way it is and how basis elements give a simple but powerful way to describe it.

What is a product topology?

Suppose $X$ and $Y$ are topological spaces. Their product is the set $X \times Y = \{(x,y) : x \in X, y \in Y\}$. Each point in the product space is an ordered pair. If $X$ is a set of temperatures and $Y$ is a set of times, then $X \times Y$ could represent all possible temperature-time pairs. ๐Ÿ“Š

To make $X \times Y$ into a topological space, we need to decide which subsets are open. The product topology is the standard choice. It is built so that the natural projection maps

$$\pi_X : X \times Y \to X, \quad \pi_X(x,y)=x$$

and

$$\pi_Y : X \times Y \to Y, \quad \pi_Y(x,y)=y$$

are continuous.

A topology can be defined by a basis. Instead of listing every open set directly, we can give a collection of basic open sets and declare that unions of those sets are open. This is exactly what happens for the product topology.

The basis for the product topology

The standard basis for the product topology on $X \times Y$ is made of sets of the form

$$U \times V$$

where $U$ is open in $X$ and $V$ is open in $Y$.

These sets are called basis elements or basic open sets. They are the building blocks of the product topology. Any open set in $X \times Y$ is a union of such rectangles.

Why rectangles? Because a condition on the first coordinate and a condition on the second coordinate combine independently. If you want points whose first coordinate lies in $U$ and second coordinate lies in $V$, the set of all such points is exactly $U \times V$.

For example, if $X=\mathbb{R}$ and $Y=\mathbb{R}$ with the usual topology, then sets like

$$(-1,2) \times (3,5)$$

are basic open sets in $\mathbb{R}^2$. Geometrically, this is an open rectangle in the plane. In higher dimensions, the same idea gives open boxes like

$$(-1,1) \times (0,4) \times (2,7).$$

Why these sets form a basis

To show that the sets $U \times V$ form a basis, we check the basis conditions.

First, every point of the product space must lie in some basis element. If $(x,y) \in X \times Y$, then because $X$ and $Y$ are topological spaces, both $X$ and $Y$ are open in themselves. So

$$x \in X \quad \text{and} \quad y \in Y,$$

which means

$$(x,y) \in X \times Y.$$

Thus every point lies in the basis element $X \times Y$.

Second, if a point lies in the intersection of two basis elements, there must be another basis element around that point contained in the intersection. Suppose

$$(x,y) \in (U_1 \times V_1) \cap (U_2 \times V_2).$$

Then $x \in U_1 \cap U_2$ and $y \in V_1 \cap V_2$. Since intersections of open sets are open, $U_1 \cap U_2$ is open in $X$ and $V_1 \cap V_2$ is open in $Y$. Therefore

$$(U_1 \cap U_2) \times (V_1 \cap V_2)$$

is a basis element containing $(x,y)$ and contained in the intersection. This shows the collection works as a basis.

So the product topology is exactly the topology generated by these rectangular sets.

How open sets are built from the basis

Once you know the basis, you know every open set is a union of basis elements. That means an open set in $X \times Y$ can be large, strange, or irregular, but it is always assembled from basic rectangles.

For example, in $\mathbb{R}^2$, the set

$$\{(x,y) : x^2+y^2<1\}$$

is open in the product topology. Even though it is a circle-shaped region, it can be written as a union of open rectangles. Around each point inside the disk, you can fit a small open rectangle entirely inside the disk.

This idea is important: open sets do not have to look like rectangles, but rectangles are the pieces from which they are made.

Connection to projection maps

The projection maps are a major reason the product topology is defined this way. Recall

$$\pi_X(x,y)=x$$

and

$$\pi_Y(x,y)=y.$$

A topology on $X \times Y$ is called the product topology if these maps are continuous and if it is the smallest topology with that property.

Using the basis makes continuity easy to understand. For an open set $U$ in $X$, the preimage under $\pi_X$ is

$$\pi_X^{-1}(U)=U \times Y,$$

which is open in the product topology because it is a basis-generated open set. Similarly,

$$\pi_Y^{-1}(V)=X \times V$$

is open when $V$ is open in $Y$.

This shows that the projections are continuous. It also explains why the product topology is natural: it is designed so that looking at one coordinate at a time behaves nicely.

Worked example in $\mathbb{R}^2$

Let $X=\mathbb{R}$ and $Y=\mathbb{R}$ with the usual topology. Consider the point $(2,3)$. A basic open set containing it could be

$$(1.5,2.5) \times (2.8,3.6).$$

This set is open in $\mathbb{R}^2$ because each factor is open in $\mathbb{R}$.

Now suppose we want to show that a set $W$ is open in $\mathbb{R}^2$. A standard method is this: take any point $(a,b) \in W$ and find an open rectangle

$$U \times V$$

such that

$$(a,b) \in U \times V \subseteq W.$$

If you can do this for every point in $W$, then $W$ is open because it is a union of these basis elements.

For instance, if

$$W = \{(x,y) : x<y\},$$

then for any $(a,b)$ with $a<b$, we can choose small intervals around $a$ and $b$ so that every point in the rectangle still satisfies $x<y$. That proves $W$ is open.

A useful comparison: product topology vs. other topologies

It is important to know that product topology is not the same as using all possible โ€œnice-lookingโ€ subsets. It is the topology generated by rectangles $U \times V$ where both factors are open. This makes it more structured than an arbitrary collection of sets, but still flexible enough for analysis and geometry.

In a product of more than two spaces, such as

$$X_1 \times X_2 \times \cdots \times X_n,$$

a basis element looks like

$$U_1 \times U_2 \times \cdots \times U_n,$$

where each $U_i$ is open in $X_i$. In an infinite product, a basis element usually allows all but finitely many coordinates to be the whole space. That is a deeper topic, but it shows how the idea of basis continues beyond the two-space case.

Conclusion

students, the basis for the product topology is one of the most important ideas in topology because it turns a complicated combined space into something manageable. The basic open sets are products of open sets from each factor space, such as $U \times V$. These sets form a basis, meaning every open set in the product topology can be built as a union of them.

This basis also explains why the projection maps are continuous and why the product topology is the natural topology for coordinate-wise reasoning. Whenever you study points in a product space, think in terms of open rectangles or boxes. That visual and algebraic picture is the key to understanding product topology. โœ…

Study Notes

  • The product of spaces $X$ and $Y$ is the set $X \times Y$.
  • The basis for the product topology consists of sets of the form $U \times V$, where $U$ is open in $X$ and $V$ is open in $Y$.
  • These sets are called basic open sets or basis elements.
  • Every open set in the product topology is a union of basis elements.
  • In $\mathbb{R}^2$, basis elements look like open rectangles such as $(-1,1) \times (2,4)$.
  • The projection maps $\pi_X(x,y)=x$ and $\pi_Y(x,y)=y$ are continuous in the product topology.
  • To prove a set is open in a product space, show that each point lies in a basis element contained in the set.
  • The product topology is the natural topology for combining spaces coordinate by coordinate.

Practice Quiz

5 questions to test your understanding

Basis For Product Topology โ€” Topology | A-Warded