An example of an ordered, uncountable set in $\Bbb R$?

964 Views Asked by At

Is there an example of an ordered, uncountable set in $\Bbb R$?

My Calculus professor, who likes to keep things simple, defined a sequence in $\Bbb R$ as an "ordered and infinite list of real numbers". "Ordered" here means there is a definitive first, second, ..., $n$ th term in the list.

My initial reaction was the definition was ambiguous. But could not come up with an example. Is the definition in fact strong? Does the definition of "ordered" in this context imply a denumeration?

3

There are 3 best solutions below

0
On BEST ANSWER

A sequence can be seen as an ordered list and is typically considered countable, especially in real analysis/calculus, but there are uncountable lists.

I would bet that you professor means countable list (ordered by the natural numbers), but one can have "sequences" that are longer than the natural numbers, or even uncountable (I put quotes since sequences are typically assumed to be countable). I guess technically your prof's definition includes these longer lists and as others have pointed out, within ZFC, you can order the whole real line, or any set so there is an $n^{th}$ element (where $n$ is an ordinal).

4
On

The interval $(0,1)$ is an ordered, uncountable set in $\mathbb{R}$.

It is perhaps slightly tighter to restate his definition as a map from the natural numbers $\{1,2,3,\dots\}$ to the set in question, $\mathbb{R}$ in this case. So while there are uncountable ordered sets in $\mathbb{R}$, they are not sequences since there are not enough natural numbers to completely cover the uncountable set with their images under the function.

I introduce the term "well-ordered", meaning "every subset has a least element". If a set is well-ordered, we can put it into correspondence with the natural numbers by listing, first, the least element of the whole set. Then we list the least element of the whole set without its least element. Then we continue, removing one element at a time, adding it to our list, and considering the least element of the remainder of the set. Zermelo (of Zermelo-Fraenkel set theory) proved that, assuming the Axiom of Choice, every set can be well-ordered. See Well-ordering theorem at the English Wikipedia.

The Well-ordering theorem is surprising. It's sufficiently surprising that it causes some philosophical disagreements among some mathematicians about the validity of the Axiom of Choice. This is also one of the important differences between cardinals and ordinals. You and I have both made arguments comparing the cardinalities of the natural numbers versus uncountable sets. The only thing we've said about ordinals is that the Axiom of Choice makes it possible to provide a well-ordering to any set, including uncountable sets.

Knuth's "Surreal Numbers" has a very readable introduction to the ordinals, as well as explaining how there can be enough of them to well-order any set. (In short, there are a lot of ordinals per cardinal.)

1
On

From what I understand, your question comes down to why a set being ordered does not imply it being countable.

The slightly subtle notion here is the difference between cardinal and ordinal numbers. In general, there are two standard ways to compare the sizes of two sets. You can construct a bijection (as you've probably seen), or you can construct an order-preserving bijection.

For instance, you've probably seen a bijection between $\mathbb{N}$ and $\mathbb{Q}$, but there is no order preserving bijection, so we say both sets have cardinal number $\aleph_0$ but ordinal numbers $\omega$ and $\omega^2$ respectively.

More visual perhaps is the difference between $A=\{1,2,3,...\}$ and $B=\{1,3,...,2,4,...\}$. In one case all the natural numbers are listed sequentially. In the second, all odd numbers come before the first even. We have clearly that $|A|_{card}=|B|_{card}$, but we say that $|B|_{ord}=\omega * 2$.

Now, the notion you want here is well ordering. A set is well ordered if every subset has a least element. In that sense, if we use an assumption called the axiom of choice, we can construct a well-ordered set which is uncountable, but we will never be able to completely describe it (and that's one reason why the axiom of choice has been somewhat controversial).

Given these assumptions, a well ordering of a uncountable set will contain lots and lots of ...'s. So for instance, we can write the open interval $(0,1)=\{0.1, 0.11, 0.111,...0.2, 0.22, 0.222, ..., 0.21, 0.211,...\}$, but its clear we will never be able to list all the terms in that set in a way we can assign a natural number to every term. Nonetheless, it can be shown that there existis some well ordering of every uncountable set, but this ordering will certainly not be the same as the regular ordering of $\mathbb{R}$