Cantor's diagonal argument:
As a starter I got 2 problems with it (which hopefully can be solved "for dummies")
First: I don't get this: Why doesn't Cantor's diagonal argument also apply to natural numbers? If natural numbers cant be infinite in length, then there wouldn't be infinite in numbers. By using a randomly ordered list, you wouldn't end with an endless sequence of 0's you have to change. Also it initially goes for "set of numbers". It is applied to the "right" side (fractional part) to prove "uncountability" but can't be used for the "left" side (integer part) because of "reasons" (I simply do not get it).
Second: the way is is used so many times, would just work in the case that the length and width of the list equals. Just listing all natural numbers where $0<=x<100$ will have a width of 3 but a length of 100. At base x each increase of digits will increase the length by x times. At base 10, all 4 digit numbers will create a list with 1000 entries. The length increases exponentially while the width does linearly. This is wrong in so many ways but: Doing this infinitely makes it a square?!? (Natural numbers are a "part" of integers but as you can map both with each other they are considered being the same size aka 2 different countable infinities always have the same "size" while one can be just a part of the other)
As the last part: lets assume we divide all real numbers in 2 parts. The integer part which defines the "set" we use. (there will be "countable" infinite of them)
Now, all we need to do is mapping the fractional part. Just use the list of natural numbers and flip it over for their position (numeration). Ex 0.629445 will be at position 544926. You could argue that this isn't possible for numbers like $\sqrt{2}$.
Lets pick $\pi$:
3.1415926535897932384626433832795… will be
3rd set at position: …5972383346264832397985356295141
There is no reason you cannot pick the next digit and put it in front for the position. There is no limit in length for natural numbers -> you can write a natural number which is the index for just that fractional part. Simply put: you can map EVERY number with $0<=x<100$ with a natural number. And a countable infinite amount of sets containing countable infinite entries still is countable.
So there are 3 Questions (I probably need to split this question):
- Why doesn't Cantor's diagonal argument also apply to natural numbers? (for dummies: why you can't simply use it to the left)
- If the count of digits equals the the length of the list, doesn't it just proves that this construction cannot contain all possibilities?
- Wouldn't the construction of a set like in "the last part" be a prove that all real numbers are countable infinite? (Which part can't be done / is invalid?)
The most important part would be the third question. (If it only qualifies for one answer) Thanks in advance.
An additional big "thanks" in advance for correcting all the spelling, orthography and typos...
This won't answer all of your questions, but here is a quick proof that a set of elements, each of which has finite length, can have infinite cardinality. Let $\newcommand\N{\mathbb{N}}\N$ be the set of natural numbers where each natural numbers are defined as having a finite decimal expansion. Suppose that the cardinality of $\N$ is finite. Then it must have some cardinality $k$ where $k$ is some finite number. By definition, that implies that there is a bijection $f$ from $S=\{1,2,\dots,k\}$ to $\N$. Now, let $a_1=f(1)$, $a_2=f(2)$, and so on until we have $a_k=f(k)$. In addition, let $a_{max}$ be the maximum of all of $a_1$ through $a_k$. Now, let $b=a_{max}+1$. It should be clear that $b$ isn't equal to any of $a_1$ through $a_k$ as it is larger than each of them. As such, there is no $x\in S$ where $f(x)=b$ as then $b=a_x$. On the other hand, $b$ is some number with a finite decimal expansion ($a_{max}$) plus $1$. Its decimal expansion can be at most $1$ longer than that of $a_{max}$, and a finite number plus $1$ is still finite. As such, $b\in\N$. We, therefore, have a contradiction as $f$ isn't subjective and so no such $k$ can exist. That means that $\N$ can't have a finite size.
To put this argument in less formal language, $\N$ is infinite not because any of it's elements is infinite, but because it has elements that get arbitrarily large. Suppose that we did have some finite size $k$. Then what would we say about $k+1$? It's still a natural number. The problem with putting a size on $\N$ isn't the size of the elements, but that they are unbounded.
This, in turn, with your proof is that the position of $\pi$ would not be that of a natural number as natural numbers have finite length. Your proof is actually correct that the cardinality of reals is equal to the cardinality of the set of all sequences with infinite digits.