In the infinite product topology, rigorously prove a given set is not open

115 Views Asked by At

For example, how do we prove that $(-1, 1)^\omega$ is not open in $\mathbb{R}^\omega$? I understand the general form of an open set in this topology, and it's difference with the box topology. The problem is that, while it seems intuitively evident, I'm not sure how to rigorously and formally prove that such set is not open in the product topology. Furthermore, is it necessary to us reductio ad absurdum to prove it?

3

There are 3 best solutions below

0
On BEST ANSWER

You can directly show its complement is not closed. Let $x_n = (0,0,\dots,0,0,2,2,2,2,2,\dots)$ where there are $n$ $0$'s. Then each $x_n \in \mathbb{R}^\omega\setminus (-1,1)^\omega$ but $x_n \to (0,0,0,\dots) \in (-1,1)^\omega$.

2
On

It all depends on which definition of the product topology you would like to use. One proof I like is as follows:

The sets of the form $\prod_{i \in \Bbb N} X_i$, where each $X_i$ is open and $X_i = \Bbb R$ for all but finitely many $i \in \Bbb N$, form a basis of the product topology on $\Bbb R^\omega$. However, the set $S = (-1,1)^\omega$ contains no such subset. In particular, we note that $\pi_i(S)$ (the image of the $i$th projection map, applied to $S$) fails to contain $\Bbb R$ for any $i \in \Bbb N$. Since $S$ contains no basis element, $S$ cannot be open.

2
On

In an infinite product like $\mathbb{R}^\omega$, every non-empty basic open subset $O$ has the property of "full projection":

$$\exists n \in \omega: \pi_n[O] = \mathbb{R}\tag{1}$$

As all non-empty open subsets are unions of non-empty basic open ones, and if $O$ has property (1), so has any superset of $O$, all non-empty open subsets of $\mathbb{R}^\omega$ have property (1).

But $\pi_n[(-1,1)^\omega] = (-1,1) \neq \mathbb{R}$ for all $n$, so that set cannot be open.