Practical Foundations of Mathematics

Paul Taylor

4.7  Interpretation of the Lambda Calculus

The business of this section is to establish the connection between the symbolism of the l-calculus (l-abstraction, free variables, b-reduction and so on) and its semantics, involving sets, Scott domains and cartesian closed categories. On the face of it, these are very different beasts. Usually, some kind of translation is defined, which takes one system to the other. Such an approach tends to exaggerate the separation in order to make a greater triumph of the reconciliation.

In this chapter, we already have a technique which brings both parties together on the same categorical platform. Then the ways in which they each express the same essential features can be compared directly.

The syntactic category was constructed in Section 4.3. Its objects are lists of \bnfname typed variables and its morphisms are lists of \bnfname terms, where we left the notions of \bnfname type and \bnfname term undefined. In Section 4.6, these meant sorts (base types) and algebraic expressions respectively. Now we shall allow the types to be expressions built up from some given sorts using the binary connective ® , and the terms to be l-expressions.

We already have the notion of composition: it is given by substitution, as before, and is not something new involving l-abstraction, which we do not yet understand. The Normal Form Theorem  4.3.9 for substitutions still holds - not to be confused with that for the l-calculus, Fact  2.3.3. The category has specified products, given by concatenation.

As the raw syntax is now a category, we can already ask about any universal properties it might have. We begin by defining the \bnfname terms to be ad-equivalence classes, ie taking account of any algebraic laws between operation-symbols in the language, but not the bh-rules. These take the form of equations between morphisms of the category, and we shall argue from them towards cartesian closure. The technique is a generic one, and will be applied to binary sums, dependent sums and dependent products in Sections 5.3ff, 9.3 and 9.4 respectively.

It is easy to be fooled by syntactic treatments into thinking that for a type to be called [X® Y] is necessary and sufficient for it to behave as a function-type. Our development (here and in Chapter  IX) is based on how this type is used (application, abstraction and the bh-rules): any type-expression or semantic object is a priori eligible for the role .

REMARK 4.7.1 Application is a binary operation-symbol: every instance of it is obtained uniquely by substitution for f and x into

\evX,Y = [y: = fx]: é
ë
f:[X® Y],x:X ù
û
® [y:Y].

The raw calculus   Abstraction, which is what the function-type is about, is much more interesting. In Sections 1.5 and 2.3 sequent rules were needed: l is not an operation on terms but a meta- operation on terms -in-context. It defines a bijection,

omitted prooftree environment
as in Definition 2.3.7, so it does the same to their interpretations.

Categorically, the effect of an operation-symbol is by postcomposition, affecting only the target of a morphism; invariance under substitution is automatic as that works by precomposition, at the source. Abstraction, however, affects the source as well as the target, so it must be defined as a meta-operation on hom-sets, cf the indirect transformations of trees on page 1.1.2. An extra condition must be added to handle substitution; this requires a new concept, naturality, which we shall study in the next section (Example  4.8.2(h)).

So first we shall concentrate on the meaning of the new operation l in the raw calculus, and in particular on its invariance under substitution, adding the b- and h-rules later. With or without these rules, substitution remains the notion of composition, and we shall refer to the categories composed of l-terms and of raw l-terms respectively.

DEFINITION 4.7.2 Let C be a category with a specified terminal object and for which each pair of objects has a specified product together with its projections. Then a raw cartesian closed structure assigns to each pair of objects X and Y

(a)
an object of C, called the function-type or -space, [X® Y],

(b)
a C-morphism, called application, \evX,Y :[X® Y]x X® Y, and

(c)
for each object G, a function lG,X,Y: C(Gx X,Y)® C(G,[X® Y]) between hom-sets called abstraction, obeying the naturality law
lG,X,Y(po(ux\idX)) = (lD, X,Y(p))o u
for each u:G® D and p:Dx X® Y. omitted diagram environment

In defining products we didn't reserve any special treatment for base (atomic) types - nor do we here. In the semantic case they are not special anyway, but in the syntactic category an object is a list of types. We use Currying (Convention 2.3.2) to exponentiate by a list.

EXAMPLES 4.7.3 The following have raw cartesian closed structures:

(a)
In Set, the specified products are cartesian ones, the function-space YX (Example 2.1.4) serves as [X® Y] and application provides \evX,Y. The abstraction lG,X,Y takes the function p:Gx X® Y of two variables to the function (of one variable s:G) whose value is the function x® p(s,x). The naturality law is clearly valid.

(b)
Any Heyting semilattice (Definition  3.6.15); the interpretation of the language is that of propositions as types (Remark 2.4.3). The rules (Þ Á ) and (Þ E ) correspond to abstraction and evaluation, and nothing need be said about naturality.

(c)
We write \CloneL+lx for the category composed of raw l-terms, given by Definition  4.3.11, in which a \bnfname term is an ad-equivalence class. The function-type [[[(x)\vec]: [(X)\vec]]® [[(y)\vec]:[(Y)\vec]]] in Cn×L +l is [[(f)\vec]:[(F)\vec]], where len[(F)\vec] = len[(Y)\vec], the [(f)\vec] are new variables and omitted eqnarray* environment The expressions in [(f)\vec], [(p)\vec] and [(y)\vec] must be read as ``for each j, ...'' (which explains the bracket conventions). Naturality with respect to u = [^(z)] and [z: = c] is the substitution rule in Definition 2.3.7. By the Normal Form Theorem 4.3.9, any substitution u may be expressed as a composite of these two special cases, from which the naturality law above follows.

Interpretation   The raw l-calculus extends the language of algebra by some new types [X® Y] and operation-symbols \evX,Y. As yet these have no special significance, and they can be handled as if they were algebra: hence the notation Cn×L+l (in contrast to Cn® L below).

REMARK 4.7.4 Let C be a category together with a raw cartesian closed structure, in which the base types, constants and operation-symbols of L have an assigned meaning. Then the language L+l has a unique interpretation, and this defines a functor [[-]]:\CloneL+lx® C.

PROOF: Building on Remark 4.6.5, by structural recursion,

(a)
the base types are given to be certain objects;

(b)
the function-types are those of the raw cartesian closed structure;

(c)
from these the contexts are (specified) products;

(d)
the variables and operation-symbols (including evaluation, ev) are treated as in algebra, and the laws are satisfied;

(e)
the last clause of the raw cartesian closed structure says how to perform l-abstraction;

(f)
the morphisms are treated as in the direct declarative language.

By Theorem 4.6.7 this is a product-preserving functor, and by the present construction it also preserves the new structure. []

The b- and h-rules   We have constructed Cn×L+l from the syntax, so it has names for its objects and morphisms. But it is also a category, so we may compare these two modes of expression, from which we shall derive a universal property.

LEMMA 4.7.5 The interpretation satisfies the rules iff

\evX,Yo æ
è
lG,X,Y(p)x\idX ö
ø
=
p
(b)
(4.1)
l[X® Y],X,Y(\evX,Y)
=
\id[X® Y]
(h)
(4.2)

PROOF: These are the interpretations of

[y: = fx]o[f: = lx.p,x: = x] = [y: = (lx.p)x]\leadsto [y: = p]
and [f: = lx.fx]\leadsto [f: = f], where x can be free in p, and f is a variable. []

DEFINITION 4.7.6 A cartesian closed structure on a category is a raw cartesian closed structure which satisfies the b- and h-rules.

EXAMPLES 4.7.7 The following are cartesian closed structures:

(a)
Set and any Heyting semilattice.

(b)
The category of contexts and l-terms, Cn ® L. This is again given by Definition  4.3.11, but now a \bnfname term is an abdh-equivalence class.

(c)
Using domain-theoretic techniques developed by Dana Scott, it is possible to construct a space X such that X º Xx X º [X® X]. Then X is a model of the untyped l-calculus with surjective pairing and End(X) is called a C-monoid [ Koy82]. We only need to add a terminal object to get a two-object cartesian closed category {X,1}. (But splitting idempotents (Definition 1.3.12 , Exercise 4.16) gives a richer category.)

REMARK 4.7.8 Currying or l-abstraction gives an alternative way of handling (many-argument) operation-symbols as constants, in the same way that Hilbert's implicational logic (Remark  1.6.10) eliminated all of the rules apart from (Þ E ) in favour of axioms.

omitted diagram environment

Let \typeX1,¼,\typeXk\vdash r:Y be an operation-symbol (of type Y and arity k). Then \expx r º l[(x)\vec]:[(X)\vec].r([(x)\vec]):[[(X)\vec]® Y] is a constant (of exponential type), from which the original operation is recovered by the b-rule.

In the unary case, r(a) is an operation applied to a value. In a cartesian closed category this equals ev(\expx r,a) = \expx ra in the sense of l-application. The former uses composition by substitution (which we treat as the standard notion), whilst the l- calculus provides gof = lx.g(fx). These coincide iff the b- and h-rules hold.

The universal property  

DEFINITION 4.7.9 An object F, with a morphism ev:Fx X® Y, is an exponential or function-space if for every object G Î obC and morphism p:Gx X® Y there is a unique morphism f:G® F such that p = evo(fx\idX). The exponential F is written [X® Y] or YX.

The notation \expx p for the exponential transposition is commonly found in category theory texts, but it is clearly inadequate to name all of the morphisms of a cartesian closed category. So they frequently go without a name. All too often, proofs are left to rely on verbal transformations of unlabelled diagrams, without regard to the categorical precept that morphisms are at least as important as objects. The l-calculus gives the general notation we need.

PROPOSITION 4.7.10 A cartesian closed structure on a category is given exactly by the choice of a product and a function-space for each pair of objects, together with the projections and evaluation.

PROOF: Suppose we have the structure of Definition  4.7.2 and Lemma 4.7.5. The two definitions of function-space share the same data and also the b- rule, so that lG,X,Y(p) serves for \expx p.

omitted diagram environment

If lG,X,Y satisfies h and the naturality law, whilst \expx p obeys b, then

omitted eqnarray* environment

so \expx p is unique, ie the universal property holds. Conversely, naturality and the b-rule follow from the universal property by uniqueness (as in Proposition 4.5.13). The h-rule holds as id serves for l(ev), and the naturality law holds because its right hand side serves for the left. []

Example 7.2.7 gives an alternative proof.

COROLLARY 4.7.11 The exponential object [X® Y] is unique up to unique isomorphism. It defines a functor which is contravariant in the first or raised argument and covariant in the other.

PROOF: Loosely speaking, [u® z](f) = u;f;z. []

THEOREM 4.7.12 The category \CloneL® has a cartesian closed structure and a model of the l-calculus with base types and constants from  L. Any other such interpretation in a category C is given by a unique functor [[-]]:\CloneL® ® C that preserves the cartesian closed structure and the model. Conversely, any such functor is an interpretation.

PROOF: As in Theorem 4.4.5 and Remark  4.6.5. Remark 4.7.4 extends the interpretation to the l-calculus; in particular the function-types have to be preserved. By Proposition  4.7.10, these must be exponentials. []

Cartesian closed categories of domains   The category of sets and total functions is the fundamental interpretation of the typed l-calculus, but it does not have the fixed point property (Proposition 3.3.11) needed for denotational semantics. During the 1970s and 1980s a veritable cottage-industry arose, manufacturing all kinds of domains with Scott-continuous maps, each with its own peculiar proof of cartesian closure. In fact these categories ( necessarily) share the same function-space as in Dcpo: what is needed in each case is not a repetition of general theory, but the verification that the special semantic property is inherited by the function- space.

THEOREM 4.7.13 Pos has a cartesian closed structure.

PROOF: The universal property tells us what the exponential [X® Y] must be. Taking G = {*} , it is the set of monotone functions, whilst for ev to be monotone we must have f £ gÞ "x.f(x) £ g(x). Now consider G = {^ < T}, cf Example 4.5.5(b). If f £ g pointwise then there is a monotone function Gx X® Y by ^,x® f(x) and T,x® g(x). The exponential transpose is ^® f and T® g, so f £ g as elements of the function-space.

For this to give a cartesian closed structure we must verify that

(a)
Xx Y and [X® Y] are well defined objects;

(b)
p0, p1 and ev are well defined morphisms;

(c)
-,- and l take morphisms to morphisms;

(d)
pairing, naturality and the b- and h-rules are satisfied.

The first three parts were proved in Propositions 3.5.1 and 3.5.5, but it is the notion of cartesian closed category which makes sense of the collection of facts in Section 3.5. The laws in part (d) are inherited from the underlying sets and functions. []

The result for Scott-continuous functions (redefining [X® Y]) is proved in the same way.

THEOREM 4.7.14 Dcpo has a cartesian closed structure.

PROOF: For similar reasons, [X® Y] must be the set of Scott- continuous functions with the pointwise order. Propositions 3.5.2 and 3.5.10 gave the details, based on a discussion of pointwise joins, and in particular Corollary 3.5.13 about joint continuity of  ev. []

Algebraic lattices, boundedly complete posets, L-domains and numerous other structures form cartesian closed categories with Scott-continuous functions as their morphisms. The issue of making ev preserve structure jointly in its two arguments may be resolved in a different way, as Exercise 4.51 shows.

At the end of the next section we shall show that categories themselves may be considered as domains and form a cartesian closed category. First we need to introduce the things which will be the morphisms of the exponential category; this turns out to be the abstract notion which we needed for substitution- invariance of l. Section 7.6 returns to the relationship between syntax and semantics, bringing the term model into the picture. Function-spaces for dependent types are the subject of Section 9.4.