Open sets in $\mathbb R\times \mathbb R$ with the dictionary order

222 Views Asked by At

In the example below, I wonder why Munkres depicted the first type of intervals in this way?

enter image description here

More specifically, why doesn't the picture look like this: enter image description here

where all points below, above, and on the red segment are removed?

This is my justification why I think this should be the right picture:

$$(a\times b,c\times d)=\{x|a \times b <_{dict} x <_{dict} c\times d\}\\=\{(p,q)|a <_{R} p <_{R} c\}\cup \{(r,s)| a=r=c \text{ and } c <_{R} s <_{R} d \}$$ (where $<_{dict}$ is the dictionary order and $<_R$ is the standard order on $\mathbb R$). The first set in the union is the set of the first type, the second set in the union is the set of the second type.

Now, any point above, below, or on the red line has the first coordinate $a$, which cannot lie in a set of the first type.

Update: I defined the sets of the first type in a way that differs from Munkres, but I don't see what's wrong with my description of open sets (in the display), and no open set in my description can be a set of the first type in Munkres.

1

There are 1 best solutions below

0
On

Suppose a point $p = (x,y) \in (a \times b , c \times d)$ has $a$ as the first coordinate. Since $(a,b) < (x,y) = (a,y)$, this necessarily implies that $b < y$. In the same vein, if $x = c$ and since $(x,y) = (c,y) < (c,d)$, necessarily we must have that $y < d$. This justifies why the interval only contains an open ray of $\{x = a\}$ and $\{x = c\}$ instead of the whole line.

Your characterization of the interval is not quite right. Note that $r$ cannot be $a$ and $c$ at the same time, so you should separate in two cases (which is basically what I wrote) depending on the value that the first coordinate takes. This should clarify the picture.