nLab
term

Context

Type theory

natural deduction metalanguage, practical foundations

  1. type formation rule
  2. term introduction rule
  3. term elimination rule
  4. computation rule

type theory (dependent, intensional, observational type theory, homotopy type theory)

syntax object language

computational trinitarianism = propositions as types +programs as proofs +relation type theory/category theory

logiccategory theorytype theory
trueterminal object/(-2)-truncated objecth-level 0-type/unit type
falseinitial objectempty type
proposition(-1)-truncated objecth-level 1-type/h-prop
proofgeneralized elementprogram
conjunctionproductproduct type
disjunctioncoproduct ((-1)-truncation of)sum type (bracket type of)
implicationinternal homfunction type
negationinternal hom into initial objectfunction type into empty type
universal quantificationdependent productdependent product type
existential quantificationdependent sum ((-1)-truncation of)dependent sum type (bracket type of)
equivalencepath space objectidentity type
equivalence classquotientquotient type
inductioncolimitinductive type, W-type, M-type
higher inductionhigher colimithigher inductive type
completely presented setdiscrete object/0-truncated objecth-level 2-type/preset/h-set
setinternal 0-groupoidBishop set/setoid
universeobject classifiertype of types
modalityclosure operator monadmodal type theory, monad (in computer science)

homotopy levels

semantics

Contents

Idea

In formal logic such as type theory a term z is an entity/expression of the formal language which is of some type Z. One writes z:Z to express this (a typing judgement). The semantics of terms in Set is: elements of a set, where one writes zZ. One also says z is an inhabitant of the type Z and that Z is an inhabited type if it has a term.

A term z:Z may depend on free variables x that are themselves terms x:X of some other type X. For instance zx+3 may be a term of type Z (the integers) which depends on a variable term x also of type X the integers. The notation for this in the metalanguage is

x:Xz:Z.x : X \vdash z : Z \,.

Generally here also the type Z itself may depend on the variable x (hence the term z may be of different type dependending on its free variables) in which case one says that z is a term of X-dependent type.

Definition

In the metalanguage of type theory called natural deduction, terms are what the term introduction rules produce.

Categorical semantics

Here are comments on the interpretation of types in the categorical semantics of dependent type theory.

In the internal language of any category C, a morphism

f:BAf : B \to A

is a term f(x) of type A where x is a free variable of type B, which in type-theoretic symbols is given by

x:Bf(x):A.x\colon B \vdash f(x)\colon A \,.

Revised on September 26, 2012 17:06:01 by Urs Schreiber (131.174.191.22)