HOME

TheInfoList



OR:

In
mathematical logic Mathematical logic is the study of formal logic within mathematics. Major subareas include model theory, proof theory, set theory, and recursion theory. Research in mathematical logic commonly addresses the mathematical properties of forma ...
, System U and System U are pure type systems, i.e. special forms of a
typed lambda calculus A typed lambda calculus is a typed formalism that uses the lambda-symbol (\lambda) to denote anonymous function abstraction. In this context, types are usually objects of a syntactic nature that are assigned to lambda terms; the exact nature of a ...
with an arbitrary number of sorts, axioms and rules (or dependencies between the sorts). They were both proved inconsistent by
Jean-Yves Girard Jean-Yves Girard (; born 1947) is a French logician working in proof theory. He is the research director (emeritus) at the mathematical institute of the University of Aix-Marseille, at Luminy. Biography Jean-Yves Girard is an alumnus of the ...
in 1972. This result led to the realization that Martin-Löf's original 1971 type theory was inconsistent as it allowed the same "Type in Type" behaviour that Girard's paradox exploits.


Formal definition

System U is defined as a pure type system with * three sorts \; * two axioms \; and * five rules \. System U is defined the same with the exception of the (\triangle, \ast) rule. The sorts \ast and \square are conventionally called “Type” and “ Kind”, respectively; the sort \triangle doesn't have a specific name. The two axioms describe the containment of types in kinds (\ast:\square) and kinds in \triangle (\square:\triangle). Intuitively, the sorts describe a hierarchy in the ''nature'' of the terms. # All values have a ''type'', such as a base type (''e.g.'' b : \mathrm is read as “ is a boolean”) or a (dependent) function type (''e.g.'' f : \mathrm \to \mathrm is read as “ is a function from natural numbers to booleans”). # \ast is the sort of all such types (t : \ast is read as “ is a type”). From \ast we can build more terms, such as \ast \to \ast which is the ''kind'' of unary type-level operators (''e.g.'' \mathrm : \ast \to \ast is read as “ is a function from types to types”, that is, a polymorphic type). The rules restrict how we can form new kinds. # \square is the sort of all such kinds (k : \square is read as “ is a kind”). Similarly we can build related terms, according to what the rules allow. # \triangle is the sort of all such terms. The rules govern the dependencies between the sorts: (\ast,\ast) says that values may depend on values ( functions), (\square,\ast) allows values to depend on types ( polymorphism), (\square,\square) allows types to depend on types ( type operators), and so on.


Girard's paradox

The definitions of System U and U allow the assignment of polymorphic kinds to ''generic constructors'' in analogy to polymorphic types of terms in classical polymorphic lambda calculi, such as
System F System F (also polymorphic lambda calculus or second-order lambda calculus) is a typed lambda calculus that introduces, to simply typed lambda calculus, a mechanism of universal quantification over types. System F formalizes parametric polymorph ...
. An example of such a generic constructor might be (where ''k'' denotes a kind variable) :\lambda k^\square \lambda\alpha^ \lambda\beta^k\!. \alpha (\alpha \beta) \;:\; \Pi k : \square((k \to k) \to k \to k). This mechanism is sufficient to construct a term with the type (\forall p:\ast, p) (equivalent to the type \bot), which implies that every type is inhabited. By the
Curry–Howard correspondence In programming language theory and proof theory, the Curry–Howard correspondence (also known as the Curry–Howard isomorphism or equivalence, or the proofs-as-programs and propositions- or formulae-as-types interpretation) is the direct rela ...
, this is equivalent to all logical propositions being provable, which makes the system inconsistent. Girard's paradox is the type-theoretic analogue of
Russell's paradox In mathematical logic, Russell's paradox (also known as Russell's antinomy) is a set-theoretic paradox discovered by the British philosopher and mathematician Bertrand Russell in 1901. Russell's paradox shows that every set theory that contains ...
in
set theory Set theory is the branch of mathematical logic that studies sets, which can be informally described as collections of objects. Although objects of any kind can be collected into a set, set theory, as a branch of mathematics, is mostly concern ...
.


References


Further reading

* * {{cite book , first=Thierry , last=Coquand , author-link=Thierry Coquand , chapter=An analysis of Girard's paradox , title=Logic in Computer Science , pages=227–236 , publisher=
IEEE Computer Society The Institute of Electrical and Electronics Engineers (IEEE) is a 501(c)(3) professional association for electronic engineering and electrical engineering (and associated disciplines) with its corporate office in New York City and its operation ...
Press , year=1986 Lambda calculus Proof theory Type theory