0

Possible Duplicate:
Countable Sets and the Cartesian Product of them
Inductive Proof of a countable set Cartesian product

Let $A$ and $B$ be countable sets.

(a) Show that $A \times B$ is countable. Hint: Show that there is a bijection from $A\times B$ onto a subset of $\Bbb Z \times\Bbb Z$:

(b) Use induction on $n$ to show that $A_1 \times A_2 \times \ldots \times A_n$ is countable if $A_1, A_2,\ldots, A_n$ are countable.

1 Answers1

0

A small additional nudge for (a): if $f:W\to Y$ and $g:X\to Z$ are injections, the map

$$W\times X\to Y\times Z:\langle w,x\rangle\mapsto\big\langle f(w),g(x)\big\rangle$$

is an injection. Why, and how is this useful for your problem?

There really isn’t much to say about (b) that isn’t already present in Use induction. Note, though, that you can work on (b) even without having done (a). The proof of (b) does not require that you know how to prove (a): it requires only that you assume (a) to be true.

Brian M. Scott
  • 616,228