Chapter 8
Decimal Representation of Numbers
So far we have freely used the decimal representation of numbers without even
mentioning it. However, the decimal representation of real numbers has deep and
interesting consequences. In particular, it shows that any real number can be repre-
sented by an infinite series. Some of the proofs in this chapter are long and a little
technical. The reader should concentrate on the results and the examples.
We start by dealing with natural numbers.
Representation of naturals
For any natural number n ≥ 1, there exists an integer s ≥ 0 and integers
a
0
,a
1
,...,a
s
in {0, 1, 2,...,9} with a
s
> 0 such that
n =a
0
+a
1
10 +a
2
10
2
+···+a
s
10
s
.
a
s
a
s−1
...a
1
a
0
is the decimal representation of n. It is unique.
When we say that the number n is 121, we really mean that the decimal repre-
sentation of n is 121. That is,
n =1 +2 ×10 +1 ×10
2
.
The usual convention is to identify numbers with their decimal representation. How-
ever numbers may be represented in different bases. For instance, in base 2, n is
1111001. That is,
n =1 ×2
6
+1 ×2
5
+1 ×2
4
+1 ×2
3
+0 ×2
2
+0 ×2 +1.
We now prove that every natural number has an unique decimal representation.
We will need two steps: existence and uniqueness.
Existence Fix a natural number n.Ifn ≤ 9, then we set s = 0, a
0
= n, and we
have
n =a
0
.
This is the decimal representation of n.
R.B. Schinazi, From Calculus to Analysis,
DOI 10.1007/978-0-8176-8289-7_8, © Springer Science+Business Media, LLC 2012
221