Understand base-n expansions of numbers less than 1

number-systemsreal-analysis

I have self-taught myself undergraduate Real Analysis using S. Abbott's Understanding Analysis. I am now moving on to learning "graduate-level" Real Analysis using Stein & Shakarchi.

One thing, that I have seen come up a couple times now – not just in Stein & Shakarchi, but in some papers as well, is to create "base-n expansions" of numbers less than 1. Here is an example of doing this in base-3 (ternary) in an excercise.

u

And a similar "binary" expansion for numbers less than 1 in a paper I was reading:

enter image description here

I think I am just a bit confused on why these expansions are defined the way they are, and I'm even more confused by the fact that there are "ambiguities" – i.e ways to represent the same number with different expansions? I understand, mostly (although am not that comfortable with, honestly) creating base-n representations for natural numbers, but I am confused here. Can anyone explain intuitively why these numbers are defined the way they are?

Thanks!

Best Answer

As @Nikolaj said the ambiquity is the same as in base $10$.

About why $x = \sum_{k - 1}^{\infty} \ a_k \ 3^{-k} \ \mid a_k \in \{0, 1, 2\}$:
How we represent a decimal number in base $10$ as a sum? Let $x = 0.15$, we can say:
$x = 0.1 + 0.05 = 1 \cdot 10^{-1} + 5 \cdot 10^{-2} + 0 \cdot 10^{-3} + \cdots \\ = \sum_{k - 1}^{\infty} \ a_k \ 10^{-k} \ \mid a = \{1, 5, 0, 0, \cdots\}$

The same happens in base $3$.


A example of the ambiguity in the sum:
$\sum_{k}^{\infty} \ a_k \ 10^{-k} \ \mid a = \{1, 0, 0, \cdots\} = \sum_{k - 1}^{\infty} \ a_k \ 10^{-k} \ \mid a = \{2, 2, 2, \cdots\} \\ \Rightarrow 1 = 0.\bar{2}$
This is true for any base $n$: $x = (x - 1).\overline{(n - 1)}$