0

I am not a mathematician at all and I had a thought about Pi that I can't work out.

Pi is irrational, with an infinite sequence of numbers A recurring number is infinite

Would it be theoretically possible that at one point down Pi's sequence, it just turned into an infinite sequence of one number?

If not, what is stopping this? I recognise through reductio ad absurdum that my proposition is impossible, as it means that PI must at some point end in all of 1-recurring and 2-rcurring...9-recurring simultaneously, but I lack the toolset to understand where my thinking breaks down.

Jon Bates
  • 101
  • 1

2 Answers2

1

No -- if all digits of $\pi$ from some point onward are the same digit, that means exactly that the sequence of digits is eventually repeating (namely, that particular digit would eventually repeat), and that would mean it is rational (which is is known not to be).

1

Note that for $n = 0, 1, 2, 3, 4, 5, 6, 7, 8$ we have

$$\frac n9 = 0.nnnnnnnn....$$

Hence if the decimal expansion for $\pi$ terminated with an infinite string of identical digits after $N$ decimal places, then we could write $\pi$ as a rational number. Namely

$$\sum_{j=0}^N a_j 10^{-j} + \frac n9 10^{-N} = \frac{\sum_{j=0}^N a_n 10^{N-j} }{10^N} + \frac{n}{9 \cdot 10^{N}}$$

($a_0 = 3, a_1 = 1, a_2 = 4, ...$)

Simon S
  • 26,524
  • Thanks, though I can't say i follow the proof! It may not be possible to write this in prose, but is there anything that sets a non-infinite limit on the amount of repetition of a digit in Pi? – Jon Bates Jul 22 '15 at 12:48
  • @JonBates Maybe you got why 0.nnnnn... is rational, for every integer n? And then, why 0.000...0nnnnn... is rational, for every starting block of 0 and every integer n? And then, why A.Bnnnnn... is rational, for every integer A, every starting block B and every integer n? – Did Jul 22 '15 at 13:06