natural deduction metalanguage, practical foundations
type theory (dependent, intensional, observational type theory, homotopy type theory)
computational trinitarianism = propositions as types +programs as proofs +relation type theory/category theory
A W-type is a set or type which is defined inductively in a well-founded way – an inductive type. In most set theories, W-types can be proven to exist, but in predicative mathematics or type theory, where this is not the case, they are often assumed explicitly to exist. In particular W-types can be used to provide a constructive counterpart of the classical notion of a well-ordering and to uniformly define a variety of inductive types.
The elements of a W-type can be considered to be “rooted well-founded trees” with a certain branching type; different W-types are distinguished by their branching signatures. A branching signature is represented essentially by a family of sets which can be interpreted as requiring that each node of the tree is labeled with an element of the set , and that if a node is labeled by then it has exactly outgoing edges, each labeled by an element of . From a more computational point of view, the W-type can be viewed as a data type, where indexes the set of constructors and is the arity of the constructor .
If the trees are not required to be well-founded, we obtain instead a coinductively defined type, called a “co-W-type” or an M-type.
(1) The most basic W-type is the natural numbers. Here there are two constructors:
(2) Similarly, if is any set, then the W-type of lists of elements of has constructors:
(3) identity types arise as a more general kind of W-type; see this blog post.)
Actually, there are two slightly different formulations of W-types.
This version of W-types is the most natural for mathematicians used to thinking in terms of set theory or category theory. Here we describe a W-type as the initial algebra for an endofunctor. The family can be thought of as a morphism in some category (the fiber over being ), and the endofunctor in question is the composite
Here is the pullback functor (a.k.a. ), is a dependent product, and is a dependent sum (a.k.a. the forgetful functor from to ).
Such a composite is called a polynomial endofunctor.
This definition makes sense in any locally cartesian closed category, although the W-type (the initial algebra) may or may not exist in any given such category. (A non-elementary construction of them is given by the transfinite construction of free algebras.)
This definition is most useful when the category is not just locally cartesian closed but is a Π-pretopos, since often we want to use at least coproducts in constructing and . For example, a natural numbers object is a W-type specified by one of the coproduct inclusions , and the list object is a W-type specified by . More generally, endofunctors that look like polynomials in the traditional sense:
can be constructed as polynomial endofunctors in the above sense in any -pretopos. A -pretopos in which all W-types exist is called a ΠW-pretopos.
In a topos with a natural numbers object (NNO), W-types for any polynomial endofunctor can be constructed as certain sets of well-founded trees; thus every topos with a NNO is a ΠW-pretopos. This applies in particular in the topos Set (unless one is a predicativist, in which case is not a topos and W-types in it must be postulated explicitly).
W-types can also be generalized to initial algebras for dependent polynomial functors, which are given by composites
for some morphisms
Note that we do not necessarily have , so this is not just simply a polynomial endofunctor of considered as a lccc in its own right.
In type theory, W-types are introduced by giving explicit constructors and destructors, a.k.a. term introduction and term elimination rules. If the type theory is extensional, i.e. identities have unique proofs and (dependent) function types are extensional ( if and only if for all ), then this is more or less equivalent to the categorical version given above. The type theories that are the internal logic of familiar kinds of categories are all extensional in this sense.
The rules for -types in extensional type theory are the following:
(1) -formation rule
In the following we will sometimes abbreviate by .
(2) -introduction rule
(3) -elimination rule
(4) -computation rule
(Awodey-Gambino-Sojakova §2, originally from Martin-Löf)
The main distinction from the naive categorical theory above is that the map (from the lines above the rules) must be assumed to be a display map, i.e. to exhibit as a dependent type over , in order that the dependent product be defined. In the case of dependent polynomial functors, must also be a display map in order to define . (Actually, using adjointness, one can still define the W-type even if is not a display map, but its properties are not as good. This extra generality is important, however. For example, identity types arise as this more general kind of W-type; see this blog post.)
Mike Shulman: Is the term “W-type” still used in this generality? Or are they just called “inductive types”?
Note also that in intensional type theory, a W-type is only an initial algebra with respect to propositional equality, not definitional equality. In particular, the constructors are injective only propositionally, not definitionally. This applies already for the natural numbers.
Formation of W-types in homotopy type theory only increases h-level (as it should be for (infinity,1)-colimits). A formal proof of this is discussed in (Danielsson).
dependent type, dependent type theory, Martin-Löf dependent type theory
homotopy type, homotopy type theory
Ieke Moerdijk, Erik Palmgren, Wellfounded trees in categories (web)
Benno van den Berg, Ieke Moerdijk (2008-09-25); -types in sheaves; vdBM_Wtypes.ps/pdf
Martin-Löf, Intuitionistic Type Theory. Notes by G. Sambin of a series of lectures given in Padua, 1980. Bibliopolis, 1984.
A formal proof that formation for W-types only increases h-level is discussed in
Discussion in relation to identity types and homotopy type theory is in