The Turing Machine

13
The Turing Machine

description

The Turing Machine. What Is Turing Machine?. It is a conceptual machine put forward by Allan Turing in 1938. It is composed of A unlimitedly long tape with 0/1; A device with a read/write head which moves one step at a time; A process box with pre-stored rules. What A Turing Machine Can Do?. - PowerPoint PPT Presentation

Transcript of The Turing Machine

Page 1: The Turing Machine

The Turing Machine

Page 2: The Turing Machine

What Is Turing Machine?

• It is a conceptual machine put forward by Allan Turing in 1938.

• It is composed of– A unlimitedly long tape with 0/1;– A device with a read/write head which moves

one step at a time;– A process box with pre-stored rules.

Page 3: The Turing Machine

What A Turing Machine Can Do?

• A Turing Machine can carry out a particular task, such as “adding one to a number”, “multiply two numbers”, “find the highest common factor between two numbers”, “pick the larger from two numbers”.

Page 4: The Turing Machine

Church-Turing’s Thesis

• Any problem that has an algorithmic solution can be solved on a Turing Machine.

Page 5: The Turing Machine

Algorithm

• An algorithm is a step-by-step procedure, by following which we can get a problem solved.

• The results of an algorithm is independent of executor and times of executions. That is, no matter who is execute the algorithm, and how many time it is executed, the results will be, if input data are same, either identical or undistinguishable.

Page 6: The Turing Machine

Any Algorithmic Solution Can Be Realized on a Computer

• If a problem can be solved by an algorithm, then a computer program can be generated to solve the problem.

Page 7: The Turing Machine

Therefore …

• Any task that is accomplished on a computer can be accomplished on a Turing Machine.

Page 8: The Turing Machine

Universal Turing Machine

• If the pre-stored rules in the process box are put on the tape, then individual Truing Machines with particular tasks can be combined into one Turing Machine – Universal Turing Machine.

• It has been proved that those pre-stored rules in process box can be coded onto the tape.

Page 9: The Turing Machine

Therefore …

• The computer as we have now can be conceptually reduced to an equivalent universal Turing Machine.

Page 10: The Turing Machine

Implications

• We can predict some features of what computers can do in the future, even we do not know what specifically computers can do and how complicated it is.

• For example, what the computer does in the future must be copiable.

Page 11: The Turing Machine

Turing Machine May Set a Limit for How Far Computer Can Go• Since we can foresee some features of

future computers through Turing Machine, we may figure out something that can never be done by a computer.

• A rigorous proof may be there right at the corner to show computers are not omnipotent, or at least cannot as intelligent / conscious as humans.

Page 12: The Turing Machine

Theorem of Incompleteness

• The enthusiasm and fanaticism of developing a computing machine able to develop all theorems in a math system came to a sudden stop after Godel published his Incompleteness Theorem in 1936

• Godel showed it’s not possible to exhaust all theorems of a math system if staying in the system.

Page 13: The Turing Machine

Be Humble

• Godel’s Theorem of Incompleteness served a sharp warning against the blind arrogance of humans.

• Can we humans understand ourselves so well that we can make machines more intelligent than us?