25

Let's suppose that I have only defined $\mathbb{N}$ and then I define the terms finite and infinite set, and also countable and uncountable set.

I can think of some examples of finite, infinite and countable sets, but what about uncountable sets? I think the simplest example is $\mathbb{R}$. But as I don't have it defined yet then I cannot use it.

What may be a good and simple example in this case?. By simple I mean easy to verify without knowing anything about ordinals, cardinals or $\mathbb{R}$.

Daniela Diaz
  • 3,988

9 Answers9

43

The set of all subsets of $\mathbb N$, also called the powerset of $\mathbb N$. It is denoted by $P(\mathbb N)$ and has a cardinality of $\beth_1=2^{\aleph_0}$ which is uncountably infinite.

user93089
  • 2,395
  • 1
  • 23
  • 37
  • 6
    This is the canonical example, and its proof is pretty much the cleanest form of Cantor’s diagonalisation. Given any function $\varphi : \mathbb{N} \to \mathcal{P}(\mathbb{N})$, define the set $D(\varphi) = {n \in \mathbb{N}\ |\ n \notin \varphi(n) }$. Then $D(\varphi)$ can’t be in the image of $\varphi$, since if $D(\varphi)=\varphi(m)$, then $m \in D(\varphi) \Leftrightarrow m \notin D(\varphi)$, which is contradictory. So $D(\varphi)$ shows that $\varphi$ is not surjective, and in particular, is not a bijection. – Peter LeFanu Lumsdaine Oct 02 '13 at 17:45
17

The set of functions from $\mathbb{N}$ to $\mathbb{N}$, often denoted $\mathbb{N}^{\mathbb{N}}$, is uncountable. This follows from using an adapted Cantor's diagonalisation argument (or by using cardinal arithmetic, but you want to avoid that).

16

The set of infinite sequences consisting of $0$'s and $1$'s is uncountable. There are, in fact, easily constructed bijections between this set and $(0, 1)$.

12

The set of subsets of $\mathbf Q$ which have no greatest element is uncountable.

Bruno Joyal
  • 54,711
7

The set of all partitions of $\Bbb N$. In fact, the set of all partitions of $\Bbb N$ into two parts is already enough.

Asaf Karagila
  • 393,674
6

One common proof technique to show that a set is uncountable is Cantor's diagonal argument. You can apply this to the example T. Bongers gave with infinite sequences of 0's and 1's.

Also, the powerset of any set is of a larger cardinality than the set. There is a good argument on Wikipedia.

Trevor Wilson
  • 16,989
5

The power set $2^{\mathbb N}$ is uncountable.

Of course, this is exactly the same as the set of infinite binary sequences.

lhf
  • 216,483
  • 1
    I don't think it's quite right to call $2^\mathbb{N}$ the power set of $\mathbb{N}$, although it is naturally isomorphic to it. – Trevor Wilson Oct 02 '13 at 04:02
  • 4
    @Trevor I think a natural isomorphism is definitely a good enough reason to call two objects the same thing! (Please don't give me any silly counterexamples...) – John Gowers Oct 02 '13 at 10:03
  • @Donkey_2009 Not in the context of set theory (and the question is tagged "elementary-set-theory".) And in any case it would only make sense to call them the same thing after one has seen a bijection between them, and the OP may not have seen one yet. – Trevor Wilson Oct 02 '13 at 15:34
  • Also in some topoi $2^{\mathbb{N}}$ and $\mathcal{P}(\mathbb{N})$ can fail to be isomorphic, I believe. – Trevor Wilson Oct 02 '13 at 15:39
4

As everyone said, P(N), which is the set of all subsets of N is uncountable. I'm just gonna add the proof.

You can first use this theorem 3.3 and its proof in the link below:

http://www.math.psu.edu/wysocki/M403/Notes403_3.pdf

As there is not any surjective map between any set A and P(A) from the theorem above, then there is no surjective map between N and P(N).

And as "countable set" is defined as "If a set C is a countable set, then there exist a map between C and N which is 1-1 and onto (surjective)"; then P(N) is not countable, as there is no surjective map from N to P(N).

q.e.d.

Zafer Sernikli
  • 881
  • 4
  • 11
1

The open interval $(0,1)$ is uncountable.