Let us assume that construction of a number, $z$, which cannot be indexed (or counted) in $\mathbb{N}$, proves by contradiction that the cardinality of the set containing $z$ is greater than $|\mathbb{N}|$ . Then for any set $S$ that contains $z$, for which there is no bijection with $\mathbb{N}$, $|S| \gt |\mathbb{N}|$.
→ (This is the basis for Cantor's Diagonal argument, right?)
Now let’s examine a subset of $\mathbb{N}$ in which numbers start with 1, and are non-repeating infinite sequences of integers:
$S =$ { non-repeating infinite integer sequences beginning with number 1 }
→ (the reason i'm starting with 1 is to prevent cases where a majority of the leading digits are 0, and to create a similar situation where we start with 0.xxx)
There are infinitely many non-repeating infinite integer sequences that start with 1, just as there are infinitely many non-repeating infinite integer numbers that start with 2, 3, 4 etc.
→ (isn’t this true?)
Elements in this set $S$ can be represented as $1d_1d_2d_3d_4$…. where the sequence of digits $d_i$ is infinite and non-repeating.
An infinite subset of $\mathbb{N}$, here called $S$, and the parent set $\mathbb{N}$ have the same cardinality (e.g. odd numbers and even numbers), so there should exist a bijection between $S$ and $\mathbb{N}$.
→ (isn’t this true?)
The elements of $S$ can be listed as $s_1$, $s_2$, $s_3$… and while we cannot tell exactly which number from $S$ got to be the first one, or the second... we do know that every element in $S$ must get an index from $\mathbb{N}$
Let’s construct the number $z$ that will be in $S$, but will differ from each and every number that has received an index. The number $z$ will have the form $1e_1e_2e_3e_4$… where the $i$th digit past the leading 1 in $z$ will differ from the $i$th digit of $s_i$. We can do this by setting $e_i = s_{ii}+1 (mod 10)$ where $s_{ii}$ is the $i$th digit of $s_i$.
Now, $z$ is in $S$, but it will not receive an index in $\mathbb{N}$. If it did get one, say $k$, then we have $z = s_k$, but the $k$th digit of $z$ is, by construction, different from the $k$th digit of $s_k$, which is a contradiction. Hence our assumption is incorrect. (here's the core of the Diagonal argument)
This means that either…
a) Cardinality of a subset of $\mathbb{N}$ (here $S$) is somehow larger than $|\mathbb{N}|$?
b) The initial assumption that construction of $z$ proves $S$ has a greater cardinality than $\mathbb{N}$ is incorrect?
c) I’m missing something else…
this should answer you question
– B.Swan Feb 16 '17 at 16:29