19
$\begingroup$

Edit: Since there has been a recent resurgence in activity, I may as well share what I have found. This construction for prime base p is seemingly equivalent to what is called a p-adic solenoid in the literature. I haven't still been able to find whether it's possible to define a well-behaved multiplication in these objects to give them the structure of a ring, but this should provide some context and hopefully help answer the question.


Summary of the question:

Doubly-infinite decimal numbers are "numbers" whose decimal expansions are allowed to extend infinitely both to the left and right of the decimal point, for example

$$\ldots8906253.141592\ldots$$

with some identifications between decimals that are equivalent in a sense (see below). They can be added and subtracted without difficulty using carrying arithmetic, but one has trouble multiplying them with the usual algorithm. Is there any way to define multiplication of these numbers in a consistent way?


Here is a possible formal construction of doubly-infinite decimals. Let $D_n$ be the set of formal Laurent series

$$\sum_{k=-\infty}^{\infty} a_k x^k$$

with coefficients in $\mathbb{Z}/n\mathbb{Z}$. The variable $x$ is to be thought of as the number $n$ itself. The elements of $D_n$ can be represented in a way analogous to decimal numbers in base-n, where we now allow digits to extend infinitely to the left of the decimal point. This set contains, among others, the decimal representations of both real and n-adic numbers (not the numbers themselves, because we don't impose a metric structure nor a notion of convergence in $D_n$, we are treating those decimals purely formally).

Given two elements in $D_n$, we can define their sum by extension of the standard carrying algorithm (note that this is different from the term-by-term addition of formal Laurent series). The sum can be proved to be (up to the equivalences below) associative, commutative, and with an identity (...00.00...). We now define the equivalence relation $a \sim b$ iff $a = b+h$, where $h$ has a decimal representation of the form

$$...(abc...d)(abc...d).(abc...d)(abc...d)...$$

i.e., an infinite repeating decimal in both directions. The motivation is that those numbers have the property that they stay the same if we shift the decimal point a certain number of times to the right, i.e. if they were proper base-n numbers they would satisfy $n^m h = h$ for some $m$, so they can be considered alternate representations of zero. We also identify decimals of the form $...001.000... \sim ...000.999...$ (9 stands for the last digit in base-n) since they behave the same way with respect to addition. The set of doubly-infinite decimal numbers is the quotient set

$$\mathbb{D}_n = D_n/\sim$$

We can now define additive inverses by

$$- b = 0 - b = (\ldots999.999\ldots) - b$$

thanks to the equivalence relation above, in analogy to one's complement arithmetic. With this, $\mathbb{D}_n$ becomes an abelian group with respect to addition.

What about multiplication? My intuition tells me that it's not possible, because addition of decimal numbers behaves locally with respect to the digit sequences (localized perturbations in the digit sequences of the summands correspond to localized perturbations in the result; compare the decimal expansions of $e+\pi$ and $(10+e)+\pi$), so if we perform addition digit by digit one can clearly see what number it is "converging" into, while multiplication of decimals has global effects that spoil the digit convergence (compare $e\times\pi$ with $(10+e)\times\pi$). This is probably related to how it's impossible to multiply formal Laurent series unless you only allow finitely many terms of negative degree. But I don't know whether this argument rules out the existence of multiplication completely, or just the possibility of performing it constructively by the usual algorithms.

Ideally one would like multiplication of doubly-infinite decimals to reduce to the usual product of real and n-adic numbers when $\mathbb{D}_n$ is restricted to $\mathbb{R}$ and $\mathbb{Q}_n$ respectively, and share the properties of commutativity, associativity, distributivity with respect to addition and existence of an identity. How can I prove whether it exists or not?

$\endgroup$
5
  • 6
    $\begingroup$ I think you get points for creativity. $\endgroup$ Commented Sep 16, 2015 at 13:19
  • $\begingroup$ ^Agreed. One initial question: I know you are defining these things formally, but is there any mathematical model you have in mind? E.g. the real numbers can each be associated with points on a line. Is there a similar model you have in mind for these doubly infinite numbers? $\endgroup$ Commented Sep 16, 2015 at 13:21
  • $\begingroup$ Also, I can't help wondering if there's some connection to the hyperreals: en.wikipedia.org/wiki/Hyperreal_number $\endgroup$ Commented Sep 16, 2015 at 13:22
  • $\begingroup$ @ColmBhandal Not really, I have no idea what could be the geometrical meaning of those numbers, except perhaps in relation to their associated Laurent series and their convergence properties. However I know that the p-adic numbers are topologically a Cantor set, so it could be interesting to explore whether $\mathbb{D}_n$ has a "natural" nontrivial topology. $\endgroup$
    – pregunton
    Commented Sep 16, 2015 at 13:48
  • $\begingroup$ Yeah I think there's something to be explored there. I'm no expert, but what about defining "multiplication" as the dot product in a (doubly) infinite dimensional space? Then you get the desired locality. Of course, you won't get standard multiplication back from this- but you could just cheat and define your function as standard multiplication whenever the LHS of the decimal point is finite... Hmmm, though I'm sure that would run into errors of associativity, commutativity etc. $\endgroup$ Commented Sep 16, 2015 at 14:17

1 Answer 1

7
+50
$\begingroup$

Your thoughts are related to a beautiful construction of the real numbers: Faltin, Metropolis, Rota's the real numbers as a wreath product (a brief survey can be found in here (Rocky Mountain Journal, to appear)). What you are discussing is not the same, but I think you'll find much useful information in their article.

$\endgroup$
4
  • 4
    $\begingroup$ Interesting, I didn't know about this construction. I'm reading the paper right now, perhaps it can give me some ideas. Thanks for your answer! $\endgroup$
    – pregunton
    Commented Sep 16, 2015 at 14:01
  • $\begingroup$ In that construction the sequence of digits to the left of the decimal point are required to be finite, in contrast to OP's request. $\endgroup$ Commented Jul 9, 2016 at 2:45
  • 1
    $\begingroup$ @IttayWeiss: You might be interested in this: people.math.ethz.ch/~blatter/Dualbrueche_2.pdf (Elem. Math. 65 (2010), 49–61 $\endgroup$ Commented Jul 9, 2016 at 10:13
  • $\begingroup$ Thanks @ChristianBlatter it's quite well-written. $\endgroup$ Commented Jul 9, 2016 at 15:08

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .