It is well known that there are more irrational numbers than there are rational ones, and a typical prove for that is the Dedekind cut. Thinking about alternative proves I came up with the following idea:
- Interpret any $n\in\mathbb N$ as a hexadecimal number and convert it to a string (using e.g. UTF-8 encoding).
- Of all the strings obtained this way, only consider those that provide plain English instructions via which one or more real numbers can be obtained.
- All numbers obtained this way are called "describable", the set of them shall be denoted $\mathbb D$.
Now my problem: Since $\mathbb R$ is uncountable, this means there must be an uncountable amount of "indescribable" real numbers $\mathbb I := \mathbb R\backslash \mathbb D$. But using the "describability" defined above, $\mathbb N$ can provide infinitely many descriptions of arbitrary lengths (thus $\mathbb D$ is countable as well), and I fail to see how the countability of $\mathbb N$ can imply the uncountability of $\mathbb I$ (other than already asserting the uncountability of $\mathbb R$). So can the uncountability of $\mathbb I$ be proven?
Since no requirement is made about finite evaluation of the description of any $d\in\mathbb D$, I think $\mathbb D$ is a superset of the computable numbers, though I'm not sure.
By contradiction, I (think I) can merely prove that there are either uncountably many indescribable numbers or none at all: Assume $\mathbb I\neq \{\}$ and $\mathbb I$ is countable. Then there exists a mapping of $\mathbb N$ to $\mathbb I$. That in turn implies all $i\in\mathbb I$ can actually be described⁺, contradicting $\mathbb I = \mathbb R\backslash \mathbb D$.
My problem is I don't have a clue how to prove that there are indescribable numbers at all, since intuitively one can always describe at least one indescribable number as "a random number picked from the set of indescribable numbers".
⁺ Since $\mathbb I$ is asserted countable, it can be ordered. Then obviously each element of $\mathbb I$ could be described by the string "The $n^\text{th}$ element of $\mathbb I$".