0

I debated 9... != 1 claims for years now, but the discussion surfaced once again, this time I asked myself: what if I "change the direction" of the recurring digit, i.e. add 9s BEFORE the decimal point?

This means: 9 = 9 999= 900 + 90 + 9 ...999 = ? diverges?

First thing I tried was obviously the algebraic proof by just subracting equations:

(instead of)
0.9... = x |x10
9.9... = 10x
_____________ -

9x = 9

...999 = x ...9990 = 10x (i feel like this step cheats, moving the decimal point to infinity)

10x = x-9 x= -9/9 = -1 ??

...999 = -1

the anwser confuses me a lot. Is there another way of illustrating this problem? Moreover what would happen if I would subtract those two values? Am I simply breaking fundamental laws?

1 Answers1

3

The series $9+90+900+9000+\cdots$ diverges (in the sense of the real numbers), so your calculations are invalid there.

There may be other "strange" metrics where this does make sense, and your argument does indeed show that the sum is $-1$. The so-called $10$-adic metric is an example of this.

See https://en.wikipedia.org/wiki/P-adic_number

GEdgar
  • 111,679
  • thanks for the explanations. this was just a quick thought I came across but apparently it makes sense. I will read up on the topic – Lorem Ipsum1729 Oct 21 '20 at 18:30