Exploring randomness

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): Bridges, Douglas S.; Calude, Cristian S.; Chaitin, Gregory J
Publisher: Springer London
Year: 2001

Language: English
Pages: 163
City: London

Content: Discrete Mathematics and Theoretical Computer Science
Exploring RANDOMNESS
Copyright
Preface
Contents
Part I Introduction
Historical introduction-A century of controversy over the foundations of mathematics
What is LISP? Why do I like it?
How to program my universal Turing machine in LISP
Part II Program Size
A self-delimiting Turing machine considered as a set of (program, output) pairs
How to construct self-delimiting Turing machines: the Kraft inequality. The connection between program-size complexity and algorithmic probability: H(x) = -log2 P(x) + O(1). Occam's razor: there are few minimum-size programsThe basic result on relative complexity: H(y|x) = H(x, y) --
H(x) + O(1)
Part III Randomness
Theoretical interlude-What is randomness? My definitions
Proof that Martin-Löf randomness is equivalent to Chaitin randomness1
Proof that Solovay randomness is equivalent to Martin-Löf randomness
Proof that Solovay randomness is equivalent to strong Chaitin randomness1
Part IV Future Work.