Type theory

Type theory

In mathematics, logic and computer science, type theory is any of several formal systems that can serve as alternatives to naive set theory, or the study of such formalisms in general. In programming language theory, a branch of computer science, "type theory" can refer to the design, analysis and study of type systems, although some computer scientists limit the term's meaning to the study of abstract formalisms such as typed λ-calculi.

Bertrand Russell invented the first type theory in response to his discovery that Gottlob Frege's version of naive set theory was afflicted with Russell's paradox. This type theory features prominently in Whitehead and Russell's "Principia Mathematica". It avoids Russell's paradox by first creating a hierarchy of types, then assigning each mathematical (and possibly other) entity to a type. Objects of a given type are built exclusively from objects of preceding types (those lower in the hierarchy), thus preventing loops.

Alonzo Church, inventor of the lambda calculus, developed a higher-order logic commonly called "Church's Theory of Types", in order to avoid the Kleene-Rosser paradox afflicting the original pure lambda calculus. Church's type theory is a variant of the lambda calculus in which expressions (also called formulas or λ-terms) are classified into types, and the types of expressions restrict the ways in which they can be combined. In other words, it is a typed lambda calculus. Today many other such calculi are in use, including Per Martin-Löf's Intuitionistic type theory, Jean-Yves Girard's System F and the Calculus of Constructions. In typed lambda calculi, types play a role similar to that of sets in set theory.

imple theory of types

The following system is Mendelson's (1997, 289–293) ST. The domain of quantification is partitioned into an ascending hierarchy of types, with all individuals assigned a type. Quantified variables range over only one type; hence the underlying logic is first-order logic. ST is "simple" (relative to the type theory of "Principia Mathematica") primarily because all members of the domain and codomain of any relation must be of the same type.

There is a lowest type, whose individuals have no members and are members of the second lowest type. Individuals of the lowest type correspond to the urelements of certain set theories. Each type has a next higher type, analogous to the notion of successor in Peano arithmetic. While ST is silent as to whether there is a maximal type, a transfinite number of types poses no difficulty. These facts, reminiscent of the Peano axioms, make it convenient and conventional to assign a natural number to each type, starting with 0 for the lowest type. But type theory does not require a prior definition of the naturals. The symbols peculiar to ST are primed variables and infix in. In any given formula, unprimed variables all have the same type, while primed variables (x') range over the next higher type. The atomic formulas of ST are of two forms, x=y (identity) and yin x'. The infix symbol in suggests the intended interpretation, set membership.

All variables appearing in the definition of identity and in the axioms "Extensionality" and "Comprehension", range over individuals of one of two consecutive types. Only unprimed (primed) variables, ranging over the "lower" ("higher") type, can appear to the left (right) of 'in'. The first-order formulation of ST rules out quantifying over types. Hence each pair of consecutive types requires its own axiom of Extensionality and of Comprehension, which is possible if "Extensionality" and "Comprehension" below are taken as axiom schemata "ranging over" types.

* Identity, defined by x=yleftrightarrowforall z' [xin z'leftrightarrow yin z'] .

* Extensionality. An axiom schema. forall x [xin y' leftrightarrow xin z'] ightarrow y'=z'.

: Let Phi(x) denote any first-order formula containing the free variable x.

* Comprehension. An axiom schema. exists z'forall x [xin z'leftrightarrow Phi(x)] .

: "Remark". Any collection of elements of the same type may form an object of the next higher type. Comprehension is schematic with respect to Phi(x) as well as to types.

* Infinity. There exists a nonempty binary relation R over the individuals of the lowest type, that is irreflexive, transitive, and strongly connected: forall x,y [x eq y ightarrow [xRyvee yRx] .

: "Remark". Infinity is the only true axiom of ST and is entirely mathematical in nature. It asserts that R is a strict total order, with a domain identical to its codomain. If 0 is assigned to the lowest type, the type of R is 3. Infinity can be satisfied only if the (co)domain of R is infinite, thus forcing the existence of an infinite set. If relations are defined in terms of ordered pairs, this axiom requires a prior definition of ordered pair; the Kuratowski definition, adapted to ST, will do. The literature does not explain why the usual axiom of infinity (there exists an inductive set) of ZFC of other set theories could not be married to ST.

ST reveals how type theory can be made very similar to axiomatic set theory. Moreover, the more elaborate ontology of ST, grounded in what is now called the "iterative conception of set," makes for axiom (schemata) that are far simpler than those of conventional set theories, such as ZFC, with simpler ontologies. Set theories whose point of departure is type theory, but whose axioms, ontology, and terminology differ from the above, include New Foundations and Scott-Potter set theory.

History of type theory

Practical impact of type theory

Computing

The most obvious application of type theory is in constructing type checking algorithms in the semantic analysis phase of compilers for programming languages.

Type theory is also widely in use in theories of semantics of natural language. The most common construction takes the basic types e and t for individuals and truth-values, respectively, and defines the set of types recursively as follows:

  • if a and b are types, then so is langle a,b angle.
  • Nothing except the basic types, and what can be constructed from them by means of the previous clause are types.
A complex type langle a,b angle is the type of functions from entities of type a to entities of type b. Thus one has types like langle e,t angle which are interpreted as elements of the set of functions from entities to truth-values, i.e. characteristic functions of sets of entities. An expression of type langlelangle e,t angle,t angle is a function from sets of entities to truth-values, i.e. a (characteristic function of a) set of sets. This latter type is standardly taken to be the type of natural language quantifiers, like " everybody" or " nobody" (Montague 1973, Barwise and Cooper 1981).

ocial Sciences

Gregory Bateson introduced a theory of logical types into the social sciences; his notions of double bind and logical levels are based on Russell's theory of types.

Connections to constructive logic

Relation to other topics

Type system

Definitions of "type system" vary, but the following one due to Benjamin C. Pierce roughly corresponds to the current consensus in the programming language theory community:

In other words, a type system divides program values into sets called "types" — this is called a "type assignment" — and makes certain program behaviors illegal on the basis of the types that are thus assigned. For example, a type system may classify the value "hello" as a string and the value 5 as a number, and prohibit the programmer from adding "hello" to 5 based on that type assignment. In this type system, the program

would be illegal. Hence, any program permitted by the type system would be provably free from the erroneous behavior of adding strings and numbers.

The design and implementation of type systems is a topic nearly as broad as the topic of programming languages itself. In fact, type theory proponents commonly proclaim that the design of type systems is the very essence of programming language design: "Design the type system correctly, and the language will design itself."

ee also

* Type system for a more practical discussion of type systems for programming languages
* Data type for concrete types of data in programming
* Domain theory
* Category theory

References

* Alonzo Church (1940), [http://www.jstor.org/view/00224812/di985045/98p0566g/0 A formulation of the simple theory of types] . "The Journal of Symbolic Logic" 5(2):56-68.

* Nagel, Ernest (1951), "Causal Character of Modern Physical Theory", pp. 244–268 in "Freedom and Reason", Salo W. Baron, Ernest Nagel, and Koppel B. Pinson (eds.), The Free Press. Cited on p. 759 of Jefferson Hane Weaver, "The World of Physics", ISBN 0-671-49931-9.

* Pierce, Benjamin C. (2002), "Types and Programming Languages", MIT Press, Cambridge, MA. ISBN 0-262-16209-1.

Further reading

* Barwise, Jon and Robin Cooper, 1981. Generalized quantifiers in English. Linguistics and Philosophy 4:159-219.
* Andrews, Peter B., 2002. " [http://www.springeronline.com/sgw/cda/frontpage/0,11855,4-0-22-33641956-0,00.html?referer=www.springeronline.com/isbn/1-4020-0763-9 An Introduction to Mathematical Logic and Type Theory: To Truth Through Proof] ", 2nd ed. Kluwer Academic Publishers.
* Cardelli, Luca, 1997, " [http://citeseer.ist.psu.edu/cardelli97type.html Type Systems,] " in Allen B. Tucker, ed., "The Computer Science and Engineering Handbook". CRC Press: 2208-2236.
* Carl A. Gunter, "Semantics of Programming Languages: Structures and Techniques", MIT Press 1992.
*Mendelson, Elliot, 1997. "Introduction to Mathematical Logic", 4th ed. Chapman & Hall.
* Montague, Richard,1973. The proper treatment of quantification in English. In Hintikka, K. "et al.", editor, Approaches to Natural Language, pages 221--242.
* Thompson, Simon, 1991. " [http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/ Type Theory and Functional Programming] ". Addison-Wesley. ISBN 0-201-41667-0.
* Winskel, Glynn, 1993. "The Formal Semantics of Programming Languages, An Introduction". MIT Press. ISBN 0-262-23169-7.
* Wittgenstein, Ludwig, 1922. "Tractatus Logico-Philosophicus". New York, NY: Routledge, 2005. ISBN 0-415-25562-7

External links

* Stanford Encyclopedia of Philosophy: [http://plato.stanford.edu/entries/type-theory/ Type Theory] " -- by Thierry Coquand.
* National Institute of Standards and Technology: [http://www.nist.gov/dads/HTML/abstractDataType.html Abstract data type]
* [http://www.cs.ucsd.edu/users/goguen/ps/beatcs-adj.ps.gz A summary paper on the formal basis of ADTs, relationship to category theory, and list of good references] . Pages 3-4 appear relevant. Reference number [6] looks good, but it may not be available online.
* Constable, Robert L., 2002, " [http://www.nuprl.org/documents/Constable/NaiveTypeTheoryPreface.html Naïve Computational Type Theory,] " in H. Schwichtenberg and R. Steinbruggen (eds.), "Proof and System-Reliability": 213-259.
* The Nuprl Book: " [http://www.cs.cornell.edu/Info/Projects/NuPrl/book/node31.html Introduction to Type Theory.] "


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • type theory — noun : the theory that chemical compounds are derived by substitution from a limited number of type compounds (as hydrogen, water, ammonia, and methane) and that developed into the modern unitary theory …   Useful english dictionary

  • Intuitionistic type theory — Intuitionistic type theory, or constructive type theory, or Martin Löf type theory or just Type Theory is a logical system and a set theory based on the principles of mathematical constructivism. Intuitionistic type theory was introduced by Per… …   Wikipedia

  • Container (type theory) — In type theory, containers are abstractions which permit various different collection types , such as lists and trees, to be represented in a uniform way. A (unary) container is defined by a type of shapes S and a type family of positions P,… …   Wikipedia

  • Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing …   Wikipedia

  • Type — may refer to:In philosophy: *A type is a category of being *Type token distinction *Type theory, basis for the study of type systemsIn mathematics: *Type (model theory) *Type or Arity, the number of operands a function takes *Type, any… …   Wikipedia

  • Type physicalism — The relevant question: what will research discover? Can types of mental states be meaningfully described by types of physical events (type physicalism), or is there some other problem with this pursuit? Type physicalism (also known as reductive… …   Wikipedia

  • Type A and Type B personality theory — The Type A and Type B personality theory is a personality type theory that describes a pattern of behaviors that were once considered to be a risk factor for coronary heart disease. Since its inception in the 1950s, the theory has been widely… …   Wikipedia

  • Theory (mathematical logic) — This article is about theories in a formal language, as studied in mathematical logic. For other uses, see Theory (disambiguation). In mathematical logic, a theory (also called a formal theory) is a set of sentences in a formal language. Usually… …   Wikipedia

  • Type polymorphism — In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface. The concept of parametric polymorphism applies to both data types and functions. A function… …   Wikipedia

  • Theory — The word theory has many distinct meanings in different fields of knowledge, depending on their methodologies and the context of discussion.In science a theory is a testable model of the manner of interaction of a set of natural phenomena,… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”