Turing’s Legacy: The Limits Of Computation. Great Theoretical Ideas In Computer Science Steven RudichCS 15-251 Spring 2004 Lecture 26April 20, 2003Carnegie.

Slides:



Advertisements
Similar presentations
COMPSCI 102 Introduction to Discrete Mathematics.
Advertisements

CS 461 – Nov. 9 Chomsky hierarchy of language classes –Review –Let’s find a language outside the TM world! –Hints: languages and TM are countable, but.
Turing -Recognizable vs. -Decidable
CSCI 4325 / 6339 Theory of Computation Zhixiang Chen Department of Computer Science University of Texas-Pan American.
1 COMP 382: Reasoning about algorithms Unit 9: Undecidability [Slides adapted from Amos Israeli’s]
Nathan Brunelle Department of Computer Science University of Virginia Theory of Computation CS3102 – Spring 2014 A tale.
1 Undecidability Andreas Klappenecker [based on slides by Prof. Welch]
Courtesy Costas Busch - RPI1 A Universal Turing Machine.
Great Theoretical Ideas in Computer Science.
CPSC 411, Fall 2008: Set 12 1 CPSC 411 Design and Analysis of Algorithms Set 12: Undecidability Prof. Jennifer Welch Fall 2008.
1 Linear Bounded Automata LBAs. 2 Linear Bounded Automata are like Turing Machines with a restriction: The working space of the tape is the space of the.
1 Undecidability Andreas Klappenecker [based on slides by Prof. Welch]
Great Theoretical Ideas in Computer Science.
CHAPTER 4 Decidability Contents Decidable Languages
Fall 2004COMP 3351 A Universal Turing Machine. Fall 2004COMP 3352 Turing Machines are “hardwired” they execute only one program A limitation of Turing.
1 CSE 417: Algorithms and Computational Complexity Winter 2001 Lecture 18 Instructor: Paul Beame.
1 Introduction to Computability Theory Lecture11: The Halting Problem Prof. Amos Israeli.
Theory of Computation. Computation Computation is a general term for any type of information processing that can be represented as an algorithm precisely.
Great Theoretical Ideas in Computer Science.
Cantor’s Legacy: Infinity And Diagonalization Great Theoretical Ideas In Computer Science Steven RudichCS Spring 2004 Lecture 25Apr 13, 2004Carnegie.
Computability and Modeling Computation What are some really impressive things that computers can do? –Land the space shuttle (and other aircraft) from.
MA/CSSE 474 Theory of Computation More Reduction Examples Non-SD Reductions.
1 1 CDT314 FABER Formal Languages, Automata and Models of Computation Lecture 15-1 Mälardalen University 2012.
Great Theoretical Ideas in Computer Science for Some.
MA/CSSE 474 Theory of Computation Enumerability Reduction.
Great Theoretical Ideas in Computer Science about AWESOME Some Generating Functions Probability Infinity Computability With Alan! (not Turing) Mind-
Halting Problem Introduction to Computing Science and Programming I.
A Universal Turing Machine
CSE 311 Foundations of Computing I Lecture 26 Computability: Turing machines, Undecidability of the Halting Problem Spring
CSE 311 Foundations of Computing I Lecture 29 Computability: Turing machines, Undecidability of the Halting Problem Autumn 2012 CSE 3111.
COMPSCI 102 Introduction to Discrete Mathematics.
Great Theoretical Ideas in Computer Science.
Great Theoretical Ideas in Computer Science.
1Computer Sciences Department. Book: INTRODUCTION TO THE THEORY OF COMPUTATION, SECOND EDITION, by: MICHAEL SIPSER Reference 3Computer Sciences Department.
1 Linear Bounded Automata LBAs. 2 Linear Bounded Automata (LBAs) are the same as Turing Machines with one difference: The input string tape space is the.
1 Turing’s Thesis. 2 Turing’s thesis: Any computation carried out by mechanical means can be performed by a Turing Machine (1930)
Great Theoretical Ideas in Computer Science.
Turing -Recognizable vs. -Decidable
CSE 311 Foundations of Computing I Lecture 28 Computability: Other Undecidable Problems Autumn 2011 CSE 3111.
Thales’ Legacy: What Is A Proof? Great Theoretical Ideas In Computer Science Steven RudichCS Spring 2004 Lecture 27April 22, 2004Carnegie Mellon.
Great Theoretical Ideas in Computer Science about AWESOME Some Generating Functions Probability.
Overview of the theory of computation Episode 3 0 Turing machines The traditional concepts of computability, decidability and recursive enumerability.
Donghyun (David) Kim Department of Mathematics and Computer Science North Carolina Central University 1 Chapter 4 Decidability Some slides are in courtesy.
To Infinity And Beyond! CS Lecture 11 The Ideal Computer: no bound on amount of memory Whenever you run out of memory, the computer contacts the.
1 Undecidability Andreas Klappenecker [based on slides by Prof. Welch]
The Church-Turing Thesis Chapter Are We Done? FSM  PDA  Turing machine Is this the end of the line? There are still problems we cannot solve:
FORMAL LANGUAGES, AUTOMATA, AND COMPUTABILITY * Read chapter 4 of the book for next time * Lecture9x.ppt.
1 A Universal Turing Machine. 2 Turing Machines are “hardwired” they execute only one program A limitation of Turing Machines: Real Computers are re-programmable.
Fall 2013 Lecture 27: Turing machines and decidability CSE 311: Foundations of Computing.
Turing’s Legacy: The Limits Of Computation. Great Theoretical Ideas In Computer Science Anupam GuptaCS Fall 2005 Lecture 26Nov 29, 2005Carnegie.
Great Theoretical Ideas In Computer Science
A Universal Turing Machine
CS 461 – Nov. 2 Sets Prepare for ATM finite vs. infinite Infinite sets
Introduction to Computing Science and Programming I
Self-Reference And Undecidability
Gödel's Legacy: The Limits Of Logics
Discrete Mathematics for Computer Science
Great Theoretical Ideas in Computer Science
Turing’s Legacy: The Limits Of Computation.
CSE 311 Foundations of Computing I
Great Theoretical Ideas in Computer Science
CSCE 411 Design and Analysis of Algorithms
Turing’s Legacy: The Limits Of Computation.
Thales’ and Gödel’s Legacy: Proofs and Their Limitations
The Limitations of Proofs: An Incompressible Resolution
Formal Languages, Automata and Models of Computation
Great Theoretical Ideas in Computer Science
Introduction to Discrete Mathematics
CS21 Decidability and Tractability
CSE 311: Foundations of Computing
Presentation transcript:

Turing’s Legacy: The Limits Of Computation. Great Theoretical Ideas In Computer Science Steven RudichCS Spring 2004 Lecture 26April 20, 2003Carnegie Mellon University Anything says is false!

The HELLO assignment Write a JAVA program to output the word “HELLO” on the screen and halt. Space and time are not an issue. The program is for an ideal computer. PASS for any working HELLO program, no partial credit.

Grading Script The grading script G must be able to take any Java program P and grade it. Pass, if P prints only the word G(P)= “HELLO” and halts. Fail, otherwise. How exactly might such a script work?

What kind of program could a student who hated his/her TA hand in?

Nasty Program n:=0; While ( n is not a counter-example to the Riemann Hypothesis) n++ PRINT “HELLO” The nasty program is a PASS if and only if the Riemann Hypothesis is true.

Despite the simplicity of the HELLO assignment, there is no program to correctly grade it! This can be proved.

The theory of what can and can’t be computed by an ideal computer is called Computability Theory or Recursion Theory.

Infinite RAM Model Platonic Version: One memory location for each natural number 0, 1, 2, … Aristotelian Version: Whenever you run out of memory, the computer contacts the factory. A maintenance person is flown by helicopter and attaches 100 Gig of RAM and all programs resume their computations, as if they had never been interrupted.

Computable Function Fix any finite set of symbols, . Fix any precise programming language, i.e., Java. A program is any finite string of characters that is syntactically valid. A function f :  * ->  * is computable if there is a program P that when executed on an ideal computer, computes f. That is, for all strings x 2  * P(x) = f(x).

Countably many computable functions. Fix any finite set of symbols, . Fix any precise programming language, i.e., Java. A program is any finite string of characters that is syntactically valid. A function f :  * ->  * is computable if there is a program P that when executed on an ideal computer, computes f. That is, for all strings x 2  * P(x) = f(x).

There are only countably many Java programs. Hence, there are onlu countably many computable functions.

Uncountably many functions. The functions f:  * - > {0,1} are in 1-1 onto correspondence with the subsets of  * (the powerset of  * ). For any subset S of  * we map to the function f where: f(x) = 1 x in S f(x) = 0 x not in S

Uncountably many functions. The functions f:  * - > {0,1} are in 1-1 onto correspondence with the subsets of  * (the powerset of  * ). Then the set of all f:  * - > {0,1} has the same size as the powerset of  *. Since  * is countable its powerset is uncountably big.

Thus, most functions from  * to {0,1} are not computable. Can we describe an incomputable one? Can we describe an interesting, incomputable function?

Notation And Conventions Fix a single programming language When we write program P we are talking about the text of the source code for P P(x) means the output that arises from running program P on input x, assuming that P eventually halts P(x) =  means P did not halt on x

P(P) It follows from our conventions that P(P) means the output obtained when we run P on the text of its own source code.

P(P) … So that’s what I look like

The Famous Halting Set: K K is the set of all programs P such that P(P) halts. K ={ Java P | P(P) halts}

The Halting Problem Is there a program HALT such that: HALT(P)= yes, if P(P) halts HALT(P)= no, if P(P) does not halt

The Halting Problem K = {P | P(P) halts } Is there a program HALT such that: HALT(P)= yes, if P  K HALT(P)= no, if P  K HALTS decides whether or not any given program is in K.

THEOREM: There is no program to solve the halting problem (Alan Turing 1937) Suppose a program HALT, solving the halting problem, existed: HALT(P)= yes, if P(P) halts HALT(P)= no, if P(P) does not halt We will call HALT as a subroutine in a new program called CONFUSE.

CONSUSE(P): If HALT(P) then loop_for_ever Else return (i.e., halt) Does CONFUSE(CONFUSE) halt? YES implies HALT(CONFUSE) = yes thus, CONFUSE(CONSFUSE) will not halt NO implies HALT(CONFUSE) = no thus, CONFUSE(CONFUSE) halts

CONSUSE(P): If HALT(P) then loop_for_ever Else return (i.e., halt) Does CONFUSE(CONFUSE) halt? YES implies HALT(CONFUSE) = yes thus, CONFUSE(CONSFUSE) will not halt NO implies HALT(CONFUSE) = no thus, CONFUSE(CONFUSE) halts CONTRADICTIO N

Turing’s argument is essentially the reincarnation of the DIAGONALIZATION argument from the theory of infinities.

P0P0 P1P1 P2P2 …PjPj … P0P0 P1P1 … PiPi … YES, if P i (P j ) halts No, otherwise

P0P0 P1P1 P2P2 …PjPj … P0P0 d0d0 P1P1 d1d1 …… PiPi didi … … CONFUSE(P i ) halts iff d i = no The CONFUSE row contains the negation of the diagonal. C O N F U S E d i = HALT(P i )

Alan Turing ( )

Is there a real number that can be described, but not computed?

 Consider the real number whose binary expansion has a 1 in the i th position iff P i  K.

Computability Theory: Vocabulary Lesson We call a set S  * decidable or recursive if there is a program P such that: P(x)=yes, if x  S P(x)=no, if x  S We already know: K is undecidable

Computability Theory: Vocabulary Lesson We call a set S  * enumerable or recursively enumerable (r.e) if there is a program P such that: P prints an (infinite) list of strings. Each element in S appears after a finite amount of time. Any element on the list should be in S.

Is K Enumerable?

Enumerating K For n = 0 to forever do {Loop through w = all strings of length < n do: {If w(w) halts in n steps then Output w} }

K is NOT decidable, but it is enumerable! Let K’ = { java P | P(P) does not halt} Is K’ enumerable?

Now that we have established that the Halting Set is undecidable, we can use it for a jumping off points for more “natural” undecidability results.

Oracle for S Oracle For Set S Is x  S? YES/NO

Example Oracle S = Odd Naturals Oracle for S 4?4? No 81? Yes

K 0 = the set of programs that take no input and halt GIVEN: Oracle for K 0 Hey, I order an oracle for the famous halting set K, but when I opened the package it was an oracle for the different set K 0.

K 0 = the set of programs that take no input and halt GIVEN: Oracle for K 0 P = [input I; Q] Does P(P) halt? BUILD: Oracle for K Does [I:=P;Q] halt?

Thus, if K 0 were decidable then K would be as well. We already know K is not decidable, hence K 0 is not decidable.

HELLO = the set of program that print hello and halt GIVEN: HELLO Oracle Does P halt? BUILD: Oracle for K 0 Let P’ be P with all print statements removed. [P’; print HELLO] is a hello program?

HELLO is not decidable.

EQUAL = All such that P and Q have identical output behavior on all inputs GIVEN: EQUAL Oracle Does P equal HELLO ? BUILD: HELLO Oracle Let HI = [print HELLO] Are P and HI equal?

Halting with input, Halting without input, Hello, and EQUAL are not decidable.

PHILOSOPHICAL INTERLUDE

CHURCH-TURING THESIS Any well-defined procedure that can be grasped and performed by the human mind and pencil/paper, can be performed on a conventional digital computer with no bound on memory.

The Church-Turing Thesis is NOT a theorem. It is a statement of belief concerning the universe we live in. Your opinion will be influenced by your religious, scientific, and philosophical beliefs.

Empirical Intuition No one has ever given a counter- example to the Church-Turing thesis. I.e., no one has given a concrete example of something humans compute in a consistent and well defined way, but that can’t be programmed on a computer. The thesis is true.

Mechanical Intuition The brain is a machine. The components of the machine obey fixed physical laws. In principle, an entire brain can be simulated step by step on a digital computer. Thus, any thoughts of such a brain can be computed by a simulating computer. The thesis is true.

Spiritual Intuition The mind consists of part matter and part soul. Soul, by its very nature, defies reduction to physical law. Thus, the action and thoughts of the brain are not simulable or reducible to simple components and rules. The thesis is false.

Quantum Intuition The brain is a machine, but not a classical one. It is inherently quantum mechanical in nature and does not reduce to simple particles in motion. Thus, there are inherent barriers to being simulated on a digital computer. The thesis is false. However, the thesis is true if we allow quantum computers.

There are many other viewpoints you might have concerning the Church-Turing Thesis. But this ain’t philosophy class!

Self-Reference Puzzle Write a program that prints itself out as output. No calls to the operating system, or to memory external to the program.

Auto Cannibal Maker Write a program AutoCannibalMaker that takes the text of a program EAT as input and outputs a program called SELF EAT. When SELF EAT is executed it should output EAT(SELF EAT )

Auto Cannibal Maker Suppose Halt with no input was programmable in JAVA. Write a program AutoCannibalMaker that takes the text of a program EAT as input and outputs a program called SELF EAT. When SELF EAT is executed it should output EAT(SELF EAT ) Let EAT(P) = halt, if P does not halt loop forever, otherwise. What does SELF EAT do? Contradiction! Hence EAT does not have a corresponding JAVA program.

4X 2 Y + XY 2 = 0 Do this polynomial have an integer root? I.e., does it have a zero at a point where all variables are integers?

Diophantus: Given a multi-variate polynomial over the integers, does it have an integer root? D = {multi-variant integer polynomials P | P has a root where all variables are integers} Famous Theorem: D is Undecidable! [This is the solution to Hilbert’s 10 th problem]

Polynomials can encode programs. There is a computable function F: Java programs that take no input -> Polynomials over the integers Such that Program P halts  F(P) has an integer root

D = the set of all integers polynomials with integer roots GIVEN: D Does program P halt? BUILD: HALTI NG Oracle F(P)?

A Million Dollar Diophantine Problem. Does F(Nasty Program) have a root? That Nasty Polynomial !

Problems that have no obvious relation to halting, or even to computation can encode the Halting Problem is non-obvious ways.

Do these theorems about the limitations of computation tell us something about the limitations of human thought?