computation

Definition

Church-Turing Thesis

Language (Turing) formal language , then there exists a Turing machine that accepts .

If there exists a finitely describable procedure for the exact specification of a

Origins

From Functions to Formal Languages

Formal languages and functions can be translated into each other:

The restriction to or to strings from is irrelevant for the fundamental computability or decidability.

Church and Turing were motivated to find a negative solution to Hilbert’s problems.

An informal model for computability is enough to find a positive instance for a problem. To prove an existence-algorithm, one just exhibit one (give clear step). Any reasonable model of computation will implement it, so an informal description is enough.

However, finding a negative solution is equivalent to “there is no procedure”, which is an all-statement (proof of incomputability). To prove that an all-algorithm fails, one must say what counts as an algorithm in the first place. Otherwise, someone could claim a different, not-yet-described “procedure” works. Hence, they needed a precise model (Turing machines, Lambda abstractions) and then prove within that model no machine can solve it (e.g. Halting Problem).

They wanted negative answers (no decision method for certain problems). A precise model lets you quantify over all procedures and close loopholes. For positive answers, giving one concrete algorithm settles it.