2

Question:

Let $ A_{1}, A_{2}, ...$ be a sequence of sets, each of which is countable. Prove that the union of all the sets in the sequence is countable.

My attempt:

We know that for each set in the sequence, $ \exists \ f: \mathbb{N} \to A_{k}$ a bijection. Now I'm not sure how to prove that the union of all these sets is countable.

3 Answers3

1

Have you seen the proof that the rational numbers are countable, where you arrange them in a grid?

List the elements in each set in a similar grid, with $A_1$ in the first row, $A_2$ in the second row, etc. Then define a similar function in a zig-zag manner through the grid. This should be a bijection between $\mathbb{N}$ and your union.

smb3
  • 488
  • For rational numbers, I listed the elements. I didn't arrange them in a grid. –  Aug 01 '17 at 00:44
  • I see. Check out this picture: http://personal.maths.surrey.ac.uk/st/H.Bruin/image/rationals-countable.svg.png - hopefully this helps to show you shows you what I intend here. – smb3 Aug 01 '17 at 00:45
  • Once I list all the elements using zig-zag manner through the grid, how do I know if there are any repeats in the list? –  Aug 01 '17 at 01:05
  • Repeats are no problem, you can simply skip over them. If the collection including the repeats is countable, then certainly the one without them is also countable. – smb3 Aug 01 '17 at 01:15
  • So when listing I don't need to worry about repeats right? If all the sets are countable I think they won't have any repeats. –  Aug 01 '17 at 01:16
  • No, you don't need to worry about repeats, but there's also no reason that the sets won't have any repeats, say if $A_1 = A_2$. – smb3 Aug 01 '17 at 01:18
0

Associate a prime $p_k$ to $A_k$ such that $p_i\neq p_j$ if $i\neq j$, let $f_k:A_k\rightarrow \mathbb{N}-\{0\}$ a bijection, define $f:\bigcup_k A_k\rightarrow \mathbb{N}$ by $f(a_k)=p_k^{f_k(a_k)}, a_k\in A_k$, $f$ is injective.

0

Do you know the "Cantor Diagonal" ? list the elements of $A_1$ as $a_{11}, a_{12}, ...., a_{1n},.....$ And continue for $A_2$, and the $A_k$ has: $a_{k1}, a_{k2}, ...., a_{kn}, ...$. Thus you have an infinite square,and you can rearrange these terms in the following order: $a_{11}, a_{21}, a_{22}, a_{31}, a_{32}, a_{33}, a_{41}, a_{42}, a_{43}, a_{44},....$ and this list is countably infinite hence the union is countable.

DeepSea
  • 77,651