17

How would one proceed to prove this statement?

The set of the strictly increasing sequences of natural numbers is not enumerable.

I've been trying to solve this for quite a while, however I don't even know where to start.

Todd Wilcox
  • 1,283
Iorpim
  • 365
  • 5
    Are "enumerable" and "denumerable" both synonyms for "countable"? I've heard/read the latter before, but not the former. – Todd Wilcox Sep 22 '17 at 01:48
  • Have you tried binary strings with diagonal argument. Like $$1000...$$ $$01000...$$ $$11000...$$ $$001...$$ then the diagonal $1100...$ isn't in this infinite list type proof, by the name of cantors something or other. – marshal craft Sep 22 '17 at 14:40
  • @Todd Wilcox I think enumerable is not same. An enumerable set I believe is a set for which their is an algorithm (Turing machine) which outputs the set even if it requires infinite time. I could be wrong I recall from memory. So diagonalization argument would not work because it at least gives a method to find all sequences. – marshal craft Sep 22 '17 at 14:51
  • I see also definition that essentially contradicts the question to be proved, that there is no possible ordering, also violating axiom of choice or no axiom of choice. – marshal craft Sep 22 '17 at 14:56
  • 1
    @marshalcraft The diagonalization argument does not give a method to find all sequences. That is the point of the diagonalization argument. – Kyle Strand Sep 22 '17 at 22:35
  • How is the problem not "an infinite sequence of infinite sequences not enumerable"? – Joshua Sep 23 '17 at 04:13
  • The diagonalization does explicitly give such sequences not contained. So forgive my poor wording but outside of that your comments aren't really useful. – marshal craft Sep 23 '17 at 12:10
  • Also if the asker simply means countable, this question is duplicate, and odd to receive So many votes for elementary question. – marshal craft Sep 23 '17 at 13:08
  • 1
  • 1
    @marshalcraft Isn't the set of strictly increasing sequences of natural numbers a proper subset of the power set of natural numbers? Doesn't that mean the proof in the accepted answer in the candidate duplicate doesn't answer this question? – Todd Wilcox Sep 23 '17 at 18:26
  • @ToddWilcox If you include both finite and infinite strictly increasing sequences of natural numbers, then there's a 1:1 mapping to the power set of natural numbers. – Neil Sep 24 '17 at 00:19
  • This is blatent duplicate I don't have time to find an exact enough match for you. – marshal craft Sep 24 '17 at 04:21
  • @marshalcraft I am not trying to nitpick your word choice; I am trying to correct what appear to be genuine misunderstandings. Regarding the diagonalization argument, first, it assumes the existence of an enumeration of sequences which it then proves by contradiction does not exist; therefore, it does not provide an algorithm for enumerating sequences. Second, the constructive part of the proof, in which the "sequence not contained" is constructed, does not generalize to a construction of all "missing" sequences from any given enumeration. – Kyle Strand Sep 25 '17 at 16:41
  • Re: duplication, it's not a "blatant" duplicate if you don't actually know of an identical question. – Kyle Strand Sep 25 '17 at 16:41

13 Answers13

54

As other answers note, there are lots of fancy ways to prove this. But we can always go back to the basics. A straightforward diagonalization proof-by-contradiction suffices. Suppose there is such an enumeration. Maybe this is it:

1 --> 1, 2, 3, 5, ...
2 --> 4, 5, 7, 100, ...
3 --> 1, 2, 3, 8, ...
4 --> 2, 4, 5, 6, ...

Now take the first number of sequence one, and add one to it. That's our first number: 2.

Now take the second number of sequence two - 5 - and the number from the previous step - 2. Take the larger and add one: 6.

Now take the third number of sequence three - 3 - and the number from the previous step - 6. Take the larger and add one: 7.

Now take the fourth number of sequence four - 6 - and the number from the previous step - 7. Take the larger and add one: 8.

Keep doing that and construct the sequence of monotone increasing naturals:

2, 6, 7, 8, ...

By assumption, this sequence is in our enumeration, but where can it be? It cannot be at spot n for any n because by its construction the nth element of this sequence is larger than the element at spot n of the nth sequence.

That's a contradiction, and therefore there cannot be any such enumeration.

Eric Lippert
  • 3,478
  • 7
    Or: if the diagonal elements are $d_1$, $d_2$, \ldots, then define $a_n = \max(d_1,\ldots,d_n) + n$. Then $(a_n)$ is a strictly increasing sequence and $a_n \ne d_n$ for all $n$. – user133281 Sep 22 '17 at 03:21
  • 2
    @user133281 Thanks. I had a hard time deciphering the rule from the strange numbers in the text. I think that should be added to the answer. – JiK Sep 22 '17 at 11:47
  • Your answer was really helpful, thank you for your help! – Iorpim Sep 22 '17 at 17:22
  • @Iorpim: You're welcome! The key thing here is to remember that for these sorts of problems you can almost always just go back to a fundamental technique, and explain it in simple terms without a lot of jargon. – Eric Lippert Sep 22 '17 at 17:25
24

We can define a very simple injection from the real numbers in the interval $[1,10)$ to your set by mapping $x \in [1,10)$ to the sequence $$\lfloor x \rfloor, \lfloor 10x \rfloor, \lfloor 100x \rfloor, \lfloor 1000x \rfloor, \dots.$$ For example, $\pi$ would map to the sequence $$3, 31, 314, 3141, 31415, 314159, \dots.$$ There is some straightforward checking to do that

  • the resulting sequence is increasing, and
  • two different real numbers map to different sequences.

Once we've done that, this argument shows that the strictly increasing sequences have at least the cardinality of the set $[1,10)$, which is continuum.

Misha Lavrov
  • 142,276
  • Very nice idea! In the same spirit: take number in $(0,1)$, with the decimal expansion $0,a_1a_2 a_3 \ldots$, then your sequence is $a_1$, $a_2a_1$, $a_3a_2a_1$, $\ldots$. But in fact it's similar to other ideas presented here. – orangeskid Sep 22 '17 at 16:37
  • @orangeskid You have to be careful with variants of this construction: your map doesn't always work, sending $\frac{\sqrt2}{2}$ (for example) to $7, 7, 707, 1707, \dots$. Of course, there are ways to fix this, but we lose much of the simplicity that way. – Misha Lavrov Sep 23 '17 at 16:51
  • Oh I see, one can have some zeroes..,. Oops! – orangeskid Sep 23 '17 at 17:16
21

Map any strictly increasing sequence $(a_n)$ to a sequence $(b_n)$ of its increments modulo $2$: $$\{0,1\}\ni b_n \equiv a_{n+1}-a_n \pmod 2$$ This is, of course, not bijective or even injective, but it is surjective mapping, hence the cardinality of the set of $a$ sequences is not less than that of $b$ sequences.

And the latter is known to be strictly greater than $|\mathbb N|$ because $b$ are binary sequences, which are one-to-one representation of $2^\mathbb N$. They can also be bijectively mapped onto $\mathbb R$.

CiaPan
  • 13,049
13

The map from $\{0,1\}^{\mathbb N}$ into the set of strictly increasing sequences of natural numbers given by

$$(a_n) \to (1+a_1,3+a_2, 5+a_3,7+a_4, \dots)$$

is injective. Since $\{0,1\}^{\mathbb N}$ is uncountable, we're done.

zhw.
  • 105,693
  • 3
    A similar, possibly a bit simpler sequence: $$(2+a_1, 4+a_2, 6+a_3, \dots 2n+a_n, \dots)$$ – CiaPan Sep 22 '17 at 05:46
  • @CiaPan Believe it or not I was just coming in to change it along those lines. I used odd integers so I'll write those in, but your answer is even simpler. Thank you. – zhw. Sep 22 '17 at 15:52
9

For any infinite subset of the natural numbers, you can list its members in increasing order, and then you have a sequence that is strictly increasing.

Moreover, if you take two distinct infinite subsets of the natural numbers, you get two different sequences. (There is some number $k$ that is in one of the subsets and not the other, and this number occurs in one sequence and not the other.)

So the number of strictly increasing sequences of natural numbers is at least as great as the number of infinite subsets of natural numbers.

David K
  • 98,388
5

Given a sequence $(a_0, a_1, \ldots, )$, map it to the sequence $(a_1-a_0, a_2-a_1, \ldots)$.

The image of such map would be the sequence of all natural numbers . Indeed the map is surjective since given a sequence of natural number $(b_0, b_1, \ldots)$, we can find a preimage $(a_0, a_1, \ldots)$ which satisfy $a_0 =1$, $a_{i+1} = b_i + a_i , \forall i \geq 0$. That is the cardinality of the set of increasing sequence of natural number is at least as big as the set of sequence of natural number.

By Cantor diagonalization, we know the set of all sequence of natural number is not countable.

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
  • 2
    With a slight modification, you could even make the map bijective. –  Sep 22 '17 at 00:31
5

There are uncountably many subsets of $\Bbb N$, but only countably many finite subsets, hence uncountably many infinite subsets. Every strictly increasing sequence of naturals corresponds to an infinite subset of $\Bbb N$.

  • Consider only the strictly increasing sequences of naturals where the increase is always by one. So 1, 2, 3, ... and 2, 3, 4, ... and 3, 4, 5, ..... Each one of those corresponds to an infinite subset of the naturals, but there are countably many such subsets. Am I missing your point, or is this not a proof of the desired statement? – Eric Lippert Sep 22 '17 at 12:34
  • 1
    @EricLippert The last sentence in the answer is written in the wrong order. The sequences and the subsets are in a direct bijection, but the answer exposes injectivity instead of surjectivity, hence the desired result doesn't follow. It should be rather said that 'every infinite subset of $\mathbb N$ corresponds to a unique strictly increasing sequence', which would imply $|{sequences}| \ge |{subsets}| \gt |\mathbb N|$, as desired. – CiaPan Jun 01 '23 at 08:17
3

Hint: Could you uniquely associate to a sequence of $1$s and $2$s a strictly increasing sequence of natural numbers?

paw88789
  • 40,402
  • Ok, I'm still a little lost, could you please elaborate a little further? – Iorpim Sep 21 '17 at 19:29
  • 3
    You really need to show more effort so we can help you with where you're stuck. Since initially you didn't show your thinking, I gave a fairly general (but potentially useful) hint. – paw88789 Sep 21 '17 at 19:34
  • At the risk of undermining paw88789's fire, could you uniquely associated to a sequence of natural numbers then need not be increasing? – fleablood Sep 22 '17 at 16:37
  • 1
    @paw88789 Sorry, this was a helpful tip, the reason I was still stuck was my inability at the time to remember the existence of Cantor's Diagonal, remembering it pretty much solved everything. – Iorpim Sep 22 '17 at 17:18
  • 1
    I think the point of this answer was that if $a_{i+1} = a_i+b_i,$ where $a_0=1$ and each $b_i\in{1,2},$ then $(a_i)$ is a strictly increasing sequence of natural numbers. The sequences you can get in this way are a proper subset of the set of all strictly increasing sequences, but this subset is already uncountable and therefore so is the entire set. – David K Sep 23 '17 at 22:32
2

For a countably infinite set $F$ of strictly increasing functions from $\Bbb N$ to $\Bbb N$ let $F=\{f_n:n\in \Bbb N\}.$ Define $g:\Bbb N \to \Bbb N$ by $g(n)=1+\sum_{j=1}^n f_j(n).$

Then $g(n+1)-g(n)=f_{n+1}(n+1)+\sum_{j=1}^n (f_j(n+1)-f_j(n))>0$ so $g$ is strictly increasing.

And $g\not \in F$ because $g(n)\geq 1+f_n(n)>f_n(n)$, so $g\ne f_n$ for any $n.$

2

For $\alpha > 1$ consider the strictly increasing sequence $f_{\alpha}(n)= [n \alpha]$

The map $\alpha \mapsto f_{\alpha}(\cdot)$ is injective, since $\lim_{n\to \infty} \frac{[n\alpha]}{n} = \alpha$.

orangeskid
  • 53,909
0

There are uncountable number of positive real numbers, take {An}=cn where c is a positive real number Do this with every positive numbers it is increasing and uncountable.

0

The family of all strictly increasing sequences of natural numbers, if regarded as a family of functions from naturals into naturals, is a dominating family under both pointwise and mod finite orders, so it size has to be larger than or equal to the dominating number $\mathfrak{d}$, which is a well-known uncountable cardinal invariant of the continuum.

-1

Let $\{{s_i}_j\}$ be a countable list of strictly increasing sequences; define $\{c_i\}$ via $c_i = \max (c_{i-1}, {s_i}_i)+1$ and .... presto, Cantor!

But it could be simpler (depending on one's idea of simple) to reduce to things we already know are uncountable.

For simplicity, we can consider the sequence of differences between terms and not have to worry about the terms being increasing. i.e $a_{i+1} > a_i$ so $b_{i+1} = a_{i+1} - a_i > 0$ so $b_{i+1} \in \mathbb N$ and if $b_0 = a_0$. We have a one-to-one correspondence between $\{$ all increasing sequence of natural numbers $\}$ and $\{$ all sequences of natural numbers $\}$.

$\{$ all sequences of natural numbers $\} \supset \{$ all sequences of 1.... 10$\} \cong \{$ all sequences of 0....9 $\} \cong \{$all real numbers between 0 and 1$\}$ which is uncountable.

fleablood
  • 124,253