Cartesian product of open intervals is open (and of closed intervals is closed)

2k Views Asked by At

I have encountered a problem regarding basic topology and am not sure how to approach the proof.

The theorem states:

For $a_1,b_1,...,a_N,b_N\in\mathbb{R}$, s.t. $a_i<b_i$ for $i=1,..,n$, show that $(a_1,b_1)\times\cdots\times(a_N,b_N)$ is open and $[a_1,b_1]\times\cdots\times[a_N,b_N]$ is closed in $\mathbb{R}^N$.

I am not too familiar with topology, and am not really sure how to approach either case. Any recommendations?

Thanks in advance!

2

There are 2 best solutions below

5
On

So the product topology on $\Pi_{\alpha \in \mathcal A}X_{\alpha}$ is defined as the topology generated by subbase $\cup_{\alpha \in \mathcal A}\mathcal C_{\alpha}$ (i.e. the coasest topology for which all the projections $\{\pi_{\alpha}\}$ are continuous), where $$\mathcal C_{\alpha} = \{\pi_{\alpha}^{-1}(A): \, A \in \mathcal T_{\alpha}\}$$

And in your case, $\mathcal A=\{1, 2, 3, \ldots N\}$, and $X_{\alpha}=\mathbb R$

Let's take $O_i = \mathbb R_1 \times \mathbb R_2 \times \ldots \times (a_i, b_i) \times \ldots \times \mathbb R_N $, and by the definition of product topology, $O_i$ is open, because $O_i = \pi_i^{-1}((a_i,b_i))$, where $(a_i, b_i) \in \mathcal T(\mathbb R)$, the usual topology for $\mathbb R$, which means $O_i$ belongs to the subbase, and thus belongs to the topology of Cartesian space.

Let $O = \cap_{i=1}^{N} O_i =(a_1,b_1)\times (a_2, b_2)\times \ldots \times (a_i, b_i)\times \ldots \times (a_N, b_N)$. Since finite union of open sets are still open by the definition of topology, we conclude $O$ is open. We are done.

Similar for closed sets.

0
On

How you should approach this problem depends on your background, how much you've already learned, and what you're expected to use.

I would presume that the working definition of an open set in $\mathbb{R}^n$ is the following:

$X\subseteq\mathbb{R}^n$ is open if for any point $x\in X$ there exists an open ball $B(x,r)$ such that $B(x,r)\subseteq X$. Here for any $x\in X$ and $r>0$, $B(x,r)=\{y\in X\mid d(x,y)<r\}$, where $d(x,y)$ is the usual Euclidean distance.

Note that for $\mathbb{R}$ this boils down to

$X\subseteq\mathbb{R}$ is open if for any point $x\in X$ there exists a number $r>0$ such that $(x-r,x+r)\subseteq X$.

So, let's start with the open part of the problem. For brevity, let's denote $X=(a_1,b_1)\times\cdots\times(a_N,b_N)\subset\mathbb{R}^n$. Pick any point $x\in X$. Then $x=(x_1,\ldots,x_N)$, where $x_1\in(a_1,b_1)$, …, $x_N\in(a_N,b_N)$. We know that open intervals are, well, open, so:

  • since $x_1\in(a_1,b_1)$, there exists $r_1>0$ such that $(x_1-r_1,x_1+r_1)\subseteq(a_1,b_1)$;
  • since $x_N\in(a_N,b_N)$, there exists $r_N>0$ such that $(x_N-r_N,x_N+r_N)\subseteq(a_N,b_N)$.

Now let $r=\min\{r_1,\ldots,r_N\}$. Note that for each $i=1,\ldots,N$, we have $(x_i-r,x_i+r)\subseteq(x_i-r_i,x_i+r_i)\subseteq(a_i,b_i)$. Using that, it only remains to show that $B(x,r)\subseteq X$, which I'll leave to you as an exercise.