$A \times B$ is an open set in $\Bbb R^2 \implies A$ and $B$ are both open in $\Bbb R$; $A,B \neq \emptyset$

3.2k Views Asked by At

I am studying Analysis on my own. Reading The Elements of Real Analysis by Bartle. Came across the above problem and I came up with the following solution but am very unsure about it. Would be very grateful if someone could look through it and verify it for me. Thanks in advance.

My Attempt:

Let $A$, $B \subseteq \Bbb R$ and let $A \times B$ be open in $\Bbb R^2$.

Let $x \in A$ be arbitrary. $\exists b \in B$ since $B$ is non-empty. Since $A \times B$ is open in $\Bbb R^2$, $ \;\exists r_{x, \ b} \gt 0$ such that the set $B_{x, \ b} = \{ (z_1, z_2) \ | \ \left|{\left| { (z_1, z_2) - (x, b) } \right |}\right| \lt r_{x, \ b} \}$ is contained in $A \times B$.

Consider the set $A_x = \{ z \ | \ \left|{z - x}\right| \lt r_{x, \ b}\}$. It can be seen that $(z, b) \in B_{x, \ b} \subseteq A \times B \;\; \forall z \in A_x$. This will only be true if $A_x \subseteq A$. As per its definition, $A_x$ is an open ball.

Since $x \in A$ was arbitrary, we have shown that for each point in $A$ there is an open ball entirely contained in $A \implies A$ is an open set.

It can be similarly shown that $B$ is open by taking an arbitrary point in $B$ and a fixed one in $A$.

Q.E.D.

I have the following doubts..

$Q_1$ : Are the above arguments rigorous enough?? Because I solved this purely on geometric imagination thinking of a circle on the plane.

$Q_2$ : According to my proof above it can be shown in a similar way that $A_1 \times A_2 \times ...\times A_p$ is open in $\Bbb R^p \implies $ Each of $A_1, A_2.. A_p$ is open in $\Bbb R$(further worsening my doubts). Is that true in general??

Please comment. Any help is appreciated.. Thanks in advance..

2

There are 2 best solutions below

2
On BEST ANSWER

I think the proof is, logically, just fine.

Stylistically, I would make a few changes, none of them major or all that significant:

First, it seems weird to use $x$ and $b$ as your chosen elements of $A$ and $B$. I'd use $a$ and $b$.

Second, the notation is subscript heavy. For example, I'd probably just write $r$ instead of $r_{x,b}$ (or $r_{a,b}$). A lot of this depends on the mathematical maturity of you/your intended audience. The notation $r_{x,b}$ is wonderful at reminding you that $r$ depends on the point $(x,b)$, but if you and your audience don't need the reminder, it's kind of cumbersome.

Third, I'd write "consider the open ball $A_x = ...$," as opposed to "consider the set $A_x = ...$. This allows you to completely avoid the last line in that paragraph.

Lastly, rather than write "It can be seen that $(z,b)\in B_{x,b}...$" I would probably write the computation which proves it.

To actually answer your questions:

Q1: I absolutely agree that it's rigorous enough.

Q2: You're right that a small modification of your proof shows that if $A = A_1 \times \ldots \times A_p\subseteq \mathbb{R}^p$ is open with all of the $A_i$ nonepmty, then every $A_i$ must be open in $\mathbb{R}$.

0
On

As an aside, if you consider product topologies in general, then it's easy to see that the projection maps are open on the standard base, and hence open maps. This implies that for any open subset $O \subset \mathbb{R}^2$, $\pi_1[O]$ and $\pi_2[O]$ are open subsets of $\mathbb{R}$. This holds even in any finite or infinite product. So it's not a metric fact, in a way, but more topological. Of course, the relevant fact is that the standard metric on $\mathbb{R}^n$ actually indices the product topology, which is not a priori clear.