The idea of encoding a book as a string is incoherent once we look at it with intellectual rigour. How are images in illuminated manuscripts or graphic novels encoded? What does "all books" even mean? Are we talking about each individual artefact past present and future or some idealized representation of each: e.g. is my current copy of <i>Catcher in the Rye</i> encoded separately from the copy I was assigned in 10th grade English class?<p>It's all a matter of interpretation.We can just as easily choose a different arbitrary encoding and claim to have found all the books in π. There's no need to make things complicated. We are free to pick any interpretation we want once we are claiming that numbers represent books. Let:<p><pre><code> B = {b1, b2,...bn}
</code></pre>
Such that it contains the set of all books. And let:<p><pre><code> def Find-books(num)
if 3.14 < num < 3.15
then return B
else return "all the books not found"
</code></pre>
The article assumes that there is some natural way of encoding books. But digits of π are not Unicode or Ascii characters. Though we can interpret a digit or string of digits as such, that encoding is arbitrary not a property of the natural or mathematical world.
The question is: is pi a 'normal' number? It's an open question. Note that it's not particularly difficult or illuminating to generate a normal number, example: 0.(binary digits of 1)(binary digits of 2)...(binary digits of n)...<p><a href="http://en.m.wikipedia.org/wiki/Normal_number" rel="nofollow">http://en.m.wikipedia.org/wiki/Normal_number</a>
Disclaimer: I don't know what I'm talking about.<p>My dim understanding of the issues leads me to consider a conflict. Pi is more or less considered to be more or less random, or some flavor of random, notwithstanding known patterns of Pi. "Random," to me, sounds a lot like "unorganized."<p>A book is definitely organized. A larger book is highly organized (entropically speaking). So while you probably can find the same sequence of words in a two-word or ten-word or other small book in Pi, at some point you get a book that's too highly organized to appear in Pi.<p>However, Pi is also infinite, so it's infinitely possible to find any sequence. (This sounds really hand-wavy to me).<p>But since Pi is infinite, then isn't it also infinitely unorganized?
Maybe it could be more efficient to go the other way round - instead of searching in the digits of pi kind of invert the BBP formula [1] and try to calculate the position of what you are looking for. But because the BBP formula involves rounding this is certainly not a simple task and I have really no idea if anything could be gained.<p>[1] <a href="http://en.wikipedia.org/wiki/Bailey%E2%80%93Borwein%E2%80%93Plouffe_formula" rel="nofollow">http://en.wikipedia.org/wiki/Bailey%E2%80%93Borwein%E2%80%93...</a>
It's been argued about a lot - with far brighter people unable to come to agreement than the author of this blog.<p>The reason the linked article in itself is quite worthless is because it trivializes the question from philosophy of mathematics to <i>oh pi is random let's calculate probability</i> - but obviously that has nothing to do with the real problem.