-1

show that the set of all 2-element subsets of $\mathbb{N}$ is countable

could someone guide me through this problem?

H.E
  • 2,056
  • 1
    Isn't it naturally a subset of $\mathbb{N} \times \mathbb{N}$? – tkr May 09 '13 at 17:32
  • is $\mathbb{N}\times \mathbb{N}\subset \mathbb{N}$? – H.E May 09 '13 at 17:38
  • 2
    $\Bbb N\times\Bbb N$ isn't a subset of $\Bbb N$, but it is countable. And infinite subsets of countable sets are countable. – MJD May 09 '13 at 17:41

4 Answers4

12

Hint: Let $\{a,b\}$ be a pair of natural numbers, then $a<b$ or $b<a$. Without loss of generality $a<b$. Then the map $\{a,b\}\mapsto 2^a3^b$ is injective.

Asaf Karagila
  • 393,674
5

Hint: Use the same technique as you did to prove that the set of rationals is countable.

MJD
  • 65,394
  • 39
  • 298
  • 580
1

More generally, the set of all finite subsets of $\mathbb{N}$ is countable.

For any such set, $K = \{k_i\}_{i=1}^m$ where each $k_i \in \mathbb{N}$, map $K$ into $\prod_{i=1}^m p_i^{k_i}$ where $p_i$ is the $i$-th prime.

By unique factorization, the map is into, so the set of finite subsets is countable.

marty cohen
  • 107,799
0

The set of subsets $\{a, b\}$ with $a < b$ is countable, and each of them is countable. So what you are looking at is a countable union of countable sets, thus countable.

vonbrand
  • 27,812