Turing Zeta Functions
and
Uncertainty
Mike Stay
stay@google.com
(Work done with Cristian Calude at University of Auckland, New Zealand)
What is information?
- Liebniz, 1686: The year before Newton's Principia
- How to distinguish a world describable by science from one that isn't?
- "Lawful behavior"
- Data fitting
- Law is a smaller description of the data
What's a description?
- Church, 1934: Lambda calculus
- Turing, 1936: Turing machines, compute the same functions as lambda calculus
- A description of x relative to a programming language is a program in that language with no inputs and whose output is x.
Turing Machines
000000111101101000000000
......^.................
- Turing machines have
- a bi-infinite tape
- a read/write head
- internal state
- A state is a row in a three column table:
- new bit
- new state
- right or left
or a special HALT state.
Turing Machines
000000111101101000000000
......^.................
- This makes a Turing machine a partial computable function from binary strings to binary strings:
Universal Turing Machines
- A Turing machine is universal if
- Turing machines ,
- such that
- ,
- such that
and
.
Universal Programming Language
- A programming language is universal if
- for any other programming language
- there's a program , called a compiler such that
- for any program written in ,
- there's another program written in such that
they give the same answer
and
is no longer than concatenating the compiler and the program for .
Algorithmic Information Theory
- Kolmogorov, Solomonoff, Chaitin in the 1960's.
- The complexity of a string with respect to a TM is the shortest program for whose output is :
- The smallest program is called the elegant program for .
- Work with prefix-free programs. Then can use Lebesgue measure to assign probability.
Formal Axiomatic Systems
- Axioms and rules Theorems
- Theorem examiner is a program that enumerates all possible proofs and asks of each proof:
- Does this theorem prove that is elegant for some ?
- Is ?
If yes to both, then return .
- Contradiction, so no such long proofs exist!
Chaitin's (1974)
- Theorem: Bits of are random, i.e.
where denotes the first bits of the binary fraction .
Chaitin's (1974)
- Add up contributions of halting programs
- When bits match, no more such that can halt, because otherwise the contribution and one of the bits would change!
Chaitin's (1974)
- There is a program that
- reads in
- computes the outputs of the halting programs
- chooses a string not in that set
Then
Chaitin's (1974)
- By universality of , there's a program that implements it, so
and setting ,
Chaitin's Incompleteness Theorem
- Given a program implementing any FAS and a theorem examiner that looks for proofs about the values of bits of , we can find its length
This program cannot prove the values of more than bits. So a FAS like ZFC can't tell you more than a few bits of .
- So, there are infinitely many unprovable true statements, namely the values of the bits of
- Calude et al. computed 64 bits of for a simple programming language.
Chaitin's Incompleteness Theorem
- If you add bits worth of axioms to your FAS, you'll be able to prove at most more bits of .
- The bits of are irreducible information
- The answer to any finitely refutable problem is encoded in the bits of Riemann hypothesis, Goldbach's conjecture, Fermat's last theorem.
- Given enough bits to cover a FAS and theorem examiner, you can tell (in principle) whether it will ever generate a proof of a given conjecture!
Tadaki: Partial Randomness (2002)
- For computable real is random, i.e.
Stay: Zeta function of a Turing machine (2005)
Stay: Zeta function of a Turing machine (2005)
- For universal ,
is random.
- For any machine that halts on all inputs (not just prefix-free ones),
is Riemann zeta.
Stay: Uncertainty principle
- Let .
- Given the uncertainty in is .
- What is the uncertainty in the elegant program for given an unknown string ?
- If all the information we need is in ---that is,
---then
- If is independent of , then needs to satisfy
and since , .
- The difference between these extremes is the uncertainty, so .
Stay: Uncertainty Principle