Exercise 1.5.3

(a)
Prove if A 1 , , A m are countable sets then A 1 A m is countable.
(b)
Explain why induction cannot be used to prove that if each A n is countable, then n = 1 A n is countable.
(c)
Show how arranging N into the two-dimensional array 1 3 6 10 15 2 5 9 14 4 8 13 7 12 11

leads to a proof for the infinite case.

Answers

(a)
Let B , C be disjoint countable sets. We use the same trick as with the integers and list them as B C = { b 1 , c 1 , b 2 , c 2 , }

Meaning B C is countable, and A 1 A 2 is also countable since we can let B = A 1 and C = A 2 A 1 .

Now induction: suppose A 1 A n is countable, ( A 1 A n ) A n + 1 is the union of two countable sets which by above is countable.

(b)
Induction shows something for each n N , it does not apply in the infinite case.
(c)
Rearranging N as in (c) gives us disjoint sets C n such that n = 1 C n = N . Let B n be disjoint, constructed as B 1 = A 1 , B 2 = A 1 B 1 , we want to do something like

f ( N ) = f ( n = 1 C n ) = n = 1 f n ( C n ) = n = 1 B n = n = 1 A n

Let f n : C n B n be bijective since B n is countable, define f : N n = 1 B n as

f ( n ) = { f 1 ( n ) if  n C 1 f 2 ( n ) if  n C 2

(i)
Since each C n is disjoint and each f n is 1-1, f ( n 1 ) = f ( n 2 ) implies n 1 = n 2 meaning f is 1-1.
(ii)
Since any b n = 1 B n has b B n for some n , we know b = f n ( x ) has a solution since f n is onto. Letting x = f n 1 ( b ) we have f ( x ) = f n ( x ) = b since f n 1 ( b ) C n meaning f is onto.

By (i) and (ii) f is bijective and so n = 1 B n is countable. And since

n = 1 B n = n = 1 A n

We have that n = 1 A n is countable, completing the proof.

User profile picture
2022-01-27 00:00
Comments