Alonzo Church

Logician

Alonzo Church (June 14, 1903 – August 11, 1995) was an American mathematician and logician who made major contributions to mathematical logic and the foundations of theoretical computer science. He is best known for the lambda calculus, Church–Turing thesis, proving the undecidability of the Entscheidungsproblem, Frege–Church ontology, and the Church–Rosser theorem.

Background

Church is best known for the following accomplishments:

  • His proof that the Entscheidungsproblem, which asks for a decision procedure to determine the truth of arbitrary propositions in a mathematical theory, is undecidable for the theory of Peano arithmetic. This is known as Church’s theorem.
  • His articulation of what has come to be known as the Church–Turing thesis.
  • He was the founding editor of the Journal of Symbolic Logic, editing its reviews section until 1979.
  • His creation of the lambda calculus.

The lambda calculus emerged in his famous 1936 paper showing the unsolvability of the Entscheidungsproblem. This result preceded Alan Turing’s famous work on the halting problem, which also demonstrated the existence of a problem unsolvable by mechanical means. Church and Turing then showed that the lambda calculus and the Turing machine used in Turing’s halting problem were equivalent in capabilities, and subsequently demonstrated a variety of alternative “mechanical processes for computation.” This resulted in the Church–Turing thesis.

The lambda calculus influenced the design of the LISP programming language and functional programming languages in general. The Church encoding is named in his honor.