9

This is a problem I'm stuck on that our professor gave us for additional practice (not homework, but its recommended that we understand how to prove it).

We know X and Y are complete metric spaces, and we need to show that $X \times Y$ is complete. I'm really lost on the proof technique. We were given an outline as follows, but I could only fully figure out (1). Part 3 is what we've been really stuck on though. I was wondering whether someone could give an proof for say a more specific space where $X = \mathbb{R}, Y = \mathbb{R}$, so I could understand the principle.

Outlined:

1) Show that $d_{X \times Y} ( (a_1,b_1) , (a_2,b_2)) = \max \{ d_X (a_1,a_2) , d_Y (b_1, b_2)\}$ is a metric.

2) Prove that this gives the product topology on $X \times Y$.

3) Prove that if $a_n, b_n$ are Cauchy sequences, where $a_n \in X$ and $b_n \in Y$, then $(a_n,b_n )$ is Cauchy.

Zarrax
  • 44,950
Rishi
  • 771
  • Thanks a lot for all the clarifications. They are really helping me get a better picture of this sort of problem, in particular the sort that involves Cartesian products of two spaces. – Rishi Oct 31 '10 at 23:09
  • 2
  • is a little strange. You can show that $d_{X\times Y}$ is a metric. That it is the product metric, is not a theorem, but a definition. Moreover it is not the only reasonable definition. Note, e.g., that for $X=Y=\mathbb{R}$,$d_{X\times Y}$ is not the "natural" Euclidean distance.
  • – Stefan Nov 17 '10 at 14:14
  • is also strange to me, I feel that the reverse: $(a_n,b_n)$ is Cauchy then $a_n, b_n$ are Cauchy is what we need
  • – Jake ZHANG Shiyu Dec 08 '23 at 07:46