Skip to main content
Logo image

Section 13.2 Properties

The following facts outline some relationships countability and the set operations. They can be used to more easily prove that a set is countable or uncountable using the already-known countability or uncountability of a related set.
  1. Assume AโŠ†N. If A is finite, then it is countable by definition. So assume that |A|=โˆž. We can construct a sequence {ak} that contains each element of A exactly once as follows.
    a0= smallest number in A,a1= next smallest number in A,a2= next smallest number in A,=โ‹ฎ
    Therefore, A is countable.
  2. If f:Aโ†ชN is injective, then f:Aโ†’f(A) is a bijection, so that A and its image f(A) have the same size. But f(A) is countable by Statement 1, so using the definition of countable along with Fact 12.3.2, conclude that A is countable.
  3. If B is countable, then by definition there exists a bijection f:Bโ†’N. Then f|A:Aโ†’N is an injection. Apply Statement 2.
  4. This is the contrapositive of Statement 3, under the common assumption AโŠ†B.
  5. For AโˆฉB, consider AโˆฉBโŠ†A and apply Statement 3.
    Now consider AโˆชB. For simplicity, we will assume AโˆฉB=โˆ…, so that AโˆชB=AโŠ”B. Since A and B are countable, we can write their elements as sequences:
    A={a0,a1,a2,โ€ฆ},B={b0,b1,b2,โ€ฆ}.
    We can then write the elements of AโŠ”B in a sequence by interleaving these two sequences:
    AโŠ”B={a0,b0,a1,b1,a2,b2,โ€ฆ}.

Checkpoint 13.2.2.

Prove AโˆชB is countable even in the case AโˆฉBโ‰ โˆ….
Hint.
Consider the sets
Aโ€ฒ=Aโˆ–(AโˆฉB),Bโ€ฒ=Bโˆ–(AโˆฉB),C=Aโ€ฒโŠ”Bโ€ฒ.
Then AโˆชB is the disjoint union of C and AโˆฉB.

Example 13.2.3. Primes are countable.

The set of prime numbers is countable, since it is a subset of N.

Example 13.2.4. Unit interval is uncountable.

The unit interval (0,1) on the real number line is uncountable because it contains the uncountable subset C from Lemma 13.1.7.

Example 13.2.6.

The Cartesian product set R2=Rร—R is uncountable because it has an uncountable subset: the x-axis has the same size as R.