In
mathematical logic
Mathematical logic is the study of Logic#Formal logic, formal logic within mathematics. Major subareas include model theory, proof theory, set theory, and recursion theory (also known as computability theory). Research in mathematical logic com ...
, System U and System U
− are
pure type system
In the branches of mathematical logic known as proof theory and type theory, a pure type system (PTS), previously known as a generalized type system (GTS), is a form of typed lambda calculus that allows an arbitrary number of Structure (mathematic ...
s, i.e. special forms of a
typed lambda calculus with an arbitrary number of
sorts, axioms and rules (or dependencies between the sorts).
System U was proved inconsistent by
Jean-Yves Girard
Jean-Yves Girard (; born 1947) is a French logician working in proof theory. He is a research director (emeritus) at the mathematical institute of University of Aix-Marseille, at Luminy.
Biography
Jean-Yves Girard is an alumnus of the Éc ...
in 1972
(and the question of consistency of System U
− was formulated). 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
rule.
The sorts
and
are conventionally called “Type” and “
Kind”, respectively; the sort
doesn't have a specific name. The two axioms describe the containment of types in kinds (
) and kinds in
(
). Intuitively, the sorts describe a hierarchy in the ''nature'' of the terms.
# All values have a ''type'', such as a base type (''e.g.''
is read as “
is a boolean”) or a (dependent) function type (''e.g.''
is read as “
is a function from natural numbers to booleans”).
#
is the sort of all such types (
is read as “
is a type”). From
we can build more terms, such as
which is the ''kind'' of unary type-level operators (''e.g.''
is read as “
is a function from types to types”, that is, a polymorphic type). The rules restrict how we can form new kinds.
#
is the sort of all such kinds (
is read as “
is a kind”). Similarly we can build related terms, according to what the rules allow.
#
is the sort of all such terms.
The rules govern the dependencies between the sorts:
says that values may depend on values (
functions),
allows values to depend on types (
polymorphism),
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)
:
.
This mechanism is sufficient to construct a term with the type
(equivalent to the type
), which implies that every type is
inhabited. By the
Curry–Howard correspondence
In programming language theory and proof theory, the Curry–Howard correspondence is the direct relationship between computer programs and mathematical proofs. It is also known as the Curry–Howard isomorphism or equivalence, or the proofs-as-p ...
, 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 published 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 Set (mathematics), 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 mathema ...
.
References
Further reading
*
*
* {{cite conference , first=Antonius J. C. , last=Hurkens , title=A simplification of Girard's paradox , conference=Second International Conference on Typed Lambda Calculi and Applications (TLCA '95) , pages=266–278 , location=Edinburgh , url=https://link.springer.com/chapter/10.1007/BFb0014058 , date=1995 , conference-url=https://link.springer.com/book/10.1007/BFb0014040 , doi=10.1007/BFb0014058 , editor1-first=Mariangiola , editor1-last=Dezani-Ciancaglini , editor2-first=Gordon , editor2-last=Plotkin , url-access=subscription
Lambda calculus
Proof theory
Type theory