The ceremony above captures much of the conventional style in which logicians present the combinator calculus. But the conventional ceremony describing the combinator calculus does not match the natural structure of the formal system as well as the conventional ceremony for binary incrementing matched its underlying system.
The terms of the combinator calculus are certain finite linear
sequences of symbols from its alphabet, restricted by the requirement
that parentheses are well balanced, and that there are never more than
,
, or
symbols in a row without an
intervening parenthesis. The formal system can in fact be understood
correctly by conceiving terms as sequences. But it is much more
natural to understand the calculus as operating on binary
tree-structured terms with the symbols
,
,
at
the leaves. The parentheses are in some sense only there to indicate
the tree structure, and shouldn't be regarded as part of the abstract
alphabet. On the other hand, perhaps there should be a symbol to
associate with the nonleaf elements in the trees, in the same way that
there is an implicit symbol for multiplication in the numerical term
.
Even those who insist on understanding combinatory terms as linear
sequences get irritated with all of the parentheses. So, they
introduce conventions for leaving out parentheses on the left, and
write
as
, but retain the
parentheses in
. This is very similar to the
omission of parentheses in numerical terms. If you're familiar with
it, you won't need an explanation. If you're not, skip over it for
now, since it's a minor side-issue. Really conventional presentations
of the combinator calculus introduce the omission of parentheses as an
abbreviation even before they get to the definition of
derivation. Figure 1 shows an example of the
same combinatory term presented with full parentheses, minimal
parentheses, and as a tree diagram.
The view of derivations as linear sequences is natural enough, so we won't consider varying that. The rules for derivations are shown graphically in Figure 2.
The English description of the rules is too long and tangled to be worth inspecting here. The pictures should be clear enough, as long as we understand that
In the formal system of the Combinator Calculus, we may replace a
certain combination of four `
's and two `
's by the
combination of the two `
's, using the derivation in
Figure 3.
In an interesting formal system, such as the combinator calculus, we usually get bored with doing one derivation at a time. We notice that derivations often manipulate only certain portions of the terms in them, and other portions just come along for the ride. By carefully sorting out the manipulated portions and the inert portions, we generate schematic derivations, representing an infinite number of possibilites in a compact form. Figure 4 shows an interesting schematic derivation.
This schematic derivation shows thatHere are some more derivations and schematic derivations, written with terms as minimally parenthesized linear sequences. In each term, I underlined the portion that is about to be replaced by one of the rules, and I overlined the portion that was created by application of a rule to the previous term. As an exercise, you should fill in the missing parentheses, and draw the tree diagrams.
Because the rules for derivations all depend on the appearance of a
particular symbol at the left, we often call the form
``
applied to
,'' and in general we call
``
applied to
.''
The combinator calculus was designed precisely to be universal
in the sense that it can accomplish every conceivable rearrangement of
subterms just by means of applying terms to them. That is, given a
rule for rearranging
things into the shape of a term (allowing
copying and deleting of individual things), there is a term that can
be applied to each choice of
things so that several derivation
steps will accomplish that rearrangement. The examples of
as a repeater and
as a
reverser suggest how this works. That particular quality of a formal
system is called combinatory completeness. Every formal system
that contains something acting like
and something acting like
is combinatorily complete (
acts like
, so we can actually do without
, but interesting
terms get even harder to read). Combinatory completeness can itself be
defined formally in a sense that we explore further in the section on
reflection.
Rearrangements arise in formal systems whenever we substitute things for variables. The combinator calculus was designed specifically to sow that substitution for variables can be reduced to more primitive looking operations.
By accident, the combinator calculus turns out to be universal in a much more powerful sense than combinatory completeness. The combinator calculus is a universal programming system--its derivations can accomplish everything that can be accomplished by computation. That is, terms can be understood as programs, and every program that we can write in every programming language can be written also as a term in the combinator calculus. Since formal systems are the same thing as computing systems, every formal system can be described as an interpretation of the terms in the combinator calculus. When we suggest all of the ways that formal systems can be applied to one another in the sections on mathematical formalism and on reflection, this should look pretty impressive for a system with such trivial rules.
The universality of the combinator calculus in this sense cannot be defined perfectly formally. It is essentially a nonformal observation, called the Church-Turing thesis (often just Church's thesis). For every particular computing system that anyone has conceived of so far, we have precise formal knowledge that the combinator calculus can accomplish the same computations. There are some very strong arguments, particularly by Alan Turing, that some of these computing systems have captured the ability to do everything that can conceivably be regarded as a computation. But every attempt to formalize that observation begs the question whether the formalization of formalization is complete. Nonetheless, everybody that I know who studies such things finds the thesis convincing.
Based on the primitive quality of the operations in the combinator calculus, and its ability (given the Church-Turing thesis) to describe all possible formal systems, I like to think of the combinator calculus as the machine language of mathematics.
The schematic term
If we were programming, we would have just invented recursion. But we're after bigger game--logical game.
Suppose that we had a formal system in which the derivation of one
term could imply the impossibility of deriving another. In effect,
the system would have a way of saying ``It is impossible to derive
.'' Suppose, in addition, that the system had a form of self
reference. Then, we might be able to construct a term that said, in
effect
``It is impossible to derive this term.''This is not quite as bad as the liar's paradox (``This sentence is a lie''), but it has some disturbing consequences. If our formal system can derive ``It is impossible to derive this term,'' then it is telling a lie about itself. On the other hand, if the system cannot derive ``It is impossible to derive this term,'' then the weird term is in fact true, and the system clearly cannot derive all of the true terms in its language. We seldom study formal systems that have explicit built-in ways of saying things like, ``It is impossible to derive this term.'' But it is remarkably hard to avoid using formal systems that have the power to build such a term in disguise. To show that a particular formal system contains the underivability paradox, we must show how to do two things:
The goofy term
achieves
self-reference. If
expresses some quality, such as ``It is
impossible to derive ...,'' then
asserts
of
itself, so
``It is impossible to derive this term.''
On the one hand, this monkey business with self application looks like one of those silly logic puzzles, delightfully fun or horribly irritating according to your taste. In fact Raymond Smullyan has made lots of puzzles along these lines in a bunch of books including one called What is the Name of this Book? On the other hand, this is really one crucial piece in understanding the power of a number of mathematical systems, and particularly the limits of that power. Gödel's famous incompleteness theorem shows that the formal system called Peano's Arithmetic, which captures the vast majority of the actual correct reasoning that mathematicians and other people apply to technical problems, contains the underivability paradox. So, our standard methods for reasoning about technical problems either contain a subtle error that has been missed for more than a century of mathematical study, or else they are missing some truths. The underivability paradox itself isn't a very practical truth, but once we see the formal patterns that cause such an incompleteness, we can expand our observations and discover other more practical incompletenesses (so far I know of 3 somewhat practical truths about numbers that cannot be derived in Peano's Arithmetic).
In order to prove the incompleteness of Peano's Arithmetic, Gödel
essentially showed how the system could be used as a programming
language, and wrote programs with the behavior of
and
. He also wrote programs in the language of arithmetic to test
derivability in Peano's Arithmetic, and constructed something behaving
just like ``It is impossible to derive this term.''
The same sort of power in observing how the presence of one pattern leads to another pattern drives all of the positive results of mathematics, too.
This document was generated using the LaTeX2HTML translator Version 99.2beta6 (1.42)
Copyright © 1993, 1994, 1995, 1996,
Nikos Drakos,
Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999,
Ross Moore,
Mathematics Department, Macquarie University, Sydney.
The command line arguments were:
latex2html -split 3 -show_section_numbers -local_icons combinator_calculus.tex
The translation was initiated by Mike O'Donnell on 2001-05-13