6

Does $ \sqrt{2} $ contain all the digits of $ \pi $ in order? Does it contain all the digits of $ \pi $ in order an infinite number of times? Does $ \pi $ contain all the digits of $ \sqrt{2} $ in order?

Haskell Curry
  • 19,524

2 Answers2

12

It is not known if $ \pi $ is a normal number in base $ 10 $. If it is, then the answer to your question is ‘yes’, in the sense that infinitely many subsequences of the decimal expansion of $ \pi $ will be the decimal expansion of $ \sqrt{2} $. What I just said remains valid if we swap the roles of $ \pi $ and $ \sqrt{2} $.

The funny thing is that almost every real number is normal in base $ 10 $ w.r.t. the Lebesgue measure, but aside from constructions that have been designed on purpose to create normal numbers, almost no examples exist.

On the other hand, the decimal expansion of $ \pi $ cannot be exactly the decimal expansion of $ \sqrt{2} $ after some point. Otherwise, we would have $$ \pi = q + r \sqrt{2} $$ for some $ q,r \in \mathbb{Q} $ (I shall leave this as an easy exercise for you), thus implying that $ \pi $ is algebraic over $ \mathbb{Q} $, which is a contradiction.

Haskell Curry
  • 19,524
  • 3
    Much less than "$\pi$ is normal" is sufficient for some subsequence of the decimal digits of $\pi$ to be the decimal expansion of $\sqrt{2}.$ You don't even need the digits of $\pi$ to be a disjunctive sequence. In fact, if we only know that the decimal digits of $\pi$ contain infinitely many occurrences of each of the $10$ decimal digits (the validity of this for $\pi$ is not known, BTW), then for each real number the decimal expansion of that real number will appear as a subsequence of the decimal digits of $\pi.$ – Dave L. Renfro Jan 08 '13 at 19:56
  • @DaveL.Renfro: Is it known if the decimal digits of $\sqrt{2}$ contain infinitely many occurrences of each of the 10 decimal digits? – P.. Jan 08 '13 at 20:08
  • 2
    @Pambos: As far as I know, no irrational real number having any reasonable type of explicit form (algebraic, closed form in the sense of Timothy Chow, etc.) is known to have infinitely many occurrences of more than one digit. (Note that infinitely many occurrences of fewer than two digits forces a number to be rational.) – Dave L. Renfro Jan 08 '13 at 20:15
  • @Dave: Yes, you are right. Of course, if $ \pi $ is normal, then the question automatically has an affirmative answer. If the distribution of a particular digit is sparse but there are still infinitely many of them, then we are fine. – Haskell Curry Jan 08 '13 at 20:21
  • @Dave: The number $0.12345678901234567890...$ contains " infinitely many occurrences of each of the 10 decimal digits", yet it does not contain every real number as a subsequence. – BlueRaja - Danny Pflughoeft Jan 08 '13 at 22:29
  • @Danny Pflughoeft: I'm not sure what I'm missing, unless you're talking about negative numbers. Could you give me a specific real number (between 0 and 1, say) whose digits don't occur as a subsequence of the sequence of digits you gave? For terminating decimals, use an appropriate tail of zeros, of course. (Maybe terminating decimals are what you're talking about?) – Dave L. Renfro Jan 08 '13 at 22:46
  • 2
    Something that occurred to me driving home last night (right after I made the last comment) is that we even have the following: If we knew that the decimal digits of $\pi$ contain infinitely many occurrences of each of the $10$ decimal digits, then for each real number (between $0$ and $1,$ say) the decimal expansion of that real number will appear as a subsequence of the decimal digits of $\pi$ for continuum many subsequences (continuum $= 2^{{\aleph}_{0}}$). To show this, first show that $\pi$ would contain continuum many subsequences each of which contains each of the $10$ decimal digits. – Dave L. Renfro Jan 09 '13 at 15:04
  • 1
    Oops, I wrote too fast, and without thinking, when I said: To show this, first show that $\pi$ would contain continuum many subsequences each of which contains each of the $10$ decimal digits. If $S'$ is a subsequence of the subsequence $S,$ and $T'$ is a subsequence of the subsequence $T,$ then $S \neq T$ does not imply $S' \neq T'.$ For example, the sub-subsequence obtained by taking every 3rd term from every 5th term is the same sub-subsequence obtained by taking every 5th term from every 3rd term. Nonetheless, the result I stated is relatively easy to prove. – Dave L. Renfro Jan 10 '13 at 16:34
  • 1
    @DaveL.Renfro Although the OP refers to base 10, it seems worth mentioning the trivial-to-prove fact that the base-2 numeral of any irrational contains (as subsequences) the base-2 numerals of all (nonnegative) real numbers, each occurring infinitely often. – r.e.s. Mar 02 '21 at 18:57
5

Does $\sqrt{2}$ contain all the digits of $\pi$ in order?No, because it would mean that $\sqrt{2} = p + q\cdot\pi$ for some $p,q\in\mathbb{Q}$, so $\pi$ would be an algebraic number. But we know that $\pi$ is transcendental.

Does it contain all the digits of $\pi$ in order an infinite number of times?No, because it does not contain them even once (see above). Another reason is that $\pi$ is irrational and hence contains infinite number of digits and they are aperiodic. So, there is no way how this infinite sequence could appear in another sequence multiple times starting from different positions.

Does $\pi$ contain all the digits of $\sqrt{2}$ in order?No, because it would mean that $\pi = p + q\cdot\sqrt{2}$ for some $p,q\in\mathbb{Q}$, so $\pi$ would be an algebraic number. But we know that $\pi$ is transcendental.