A finite ternary can be written as an infinite ternary with finitely many trailing 3s.
We can say 03.t1t2t3...tnt=03.t1t2t3...tn(t−1)ˉ2 where t=1,2.
What does the (t−1) bit mean?
And why is there a line above 2?
Why cant we just write 03.t1t2t3...tn2222... instead?
Answer
The line above the 2 means that the 2 is to be repeated infinitely often. For example, 0.10¯2 is an abbreviation for 0.1022222….
The t−1 means exactly that. For example,
03.1201=03.1200¯2=03.12002222…,
and
03.1202=03.1201¯2=03.12012222….
In the first example t is the magenta 1, and t−1 is the red 0. In the second t is the magenta 2, and t−1 is the red 1. Note that t cannot be 0, since a digit of −1 isn’t allowed: t is the last non-zero digit of the finite ternary expansion.
We can’t simply replace the last non-zero digit by a string of 2s because the resulting number isn’t equal to the one with which we started. Start with 03.1, for instance; that’s 13. But
03.¯2=23+232+233+…=∑k≥123k=231−13=1,
not 13. Dropping the 1 down to 0 and attaching an infinite string of 2s to that, on the other hand, yields
03.0¯2=232+233+…=∑k≥223k=291−13=2/92/3=13,
as it should.
In general we have
03.t1t2…tnt=t13+t232+…+tn3n+t3n+1=t13+t232+…+tn3n+t−13n+1+13n+1=t13+t232+…+tn3n+t−13n+1+13n+1∑k≥123k=t13+t232+…+tn3n+t−13n+1+∑k≥n+223k=03.t1t2…tn(t−1)¯2,
because the summation in red is equal to 1. (All of the summations are just geometric series and hence easily evaluated.)
No comments:
Post a Comment