The set of real numbers contains element which can be represented (there exists a way to write them down on paper). These numbers include:
- Integer numbers, such as $-8$, $20$, $32412651$
- Rational numbers, such as $\frac{7}{41}$, $-\frac{14}{3}$
- Algebraic numbers
- Any other number that can be created by a chain of functions whose definition is also finite (ex.: $\sin(\cos(\sqrt{445}))$, $\pi$, $e$)
Another way of thinking about these is that it's possible to write a computer program occupying a finite amount of space that can generate them to any precision (or return it's nth digit).
The set of reals also contains numbers which are impossible to represents (whose digits follow absolutely no logic). We never use such numbers because there is no way of writing them down.
My questions are:
- What are these numbers called?
- What is a more formal definition of them?