nLab
Burali-Forti's paradox

Context

Foundations

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

Burali-Forti's paradox

Summary

Burali-Forti’s paradox is a paradox of naive material set theory that was first observed by Cesare Burali-Forti. However, the paradox is not specific to material set theory and can be formulated in structural set theory or in type theory. When formulated in type theory, it is often called Girard’s paradox after Jean-Yves Girard.

The paradox

Suppose that there were a set Ord of all ordinal numbers. One could then prove that

  1. The set Ord is well-ordered by the relation < on ordinals.
  2. Thus, its order type?, call it say Ω, is itself an ordinal number.
  3. Thus Ω is an element of Ord, which implies Ω<Ω.
  4. But this is provably impossible for any ordinal number.

There are many variations of the paradox, depending for instance on what precise definition of “well-ordered” (and “ordinal number”) one chooses.

In type theory: Girard’s paradox

As formulated in type theory by Jean-Yves Girard, the Burali-Forti paradox shows that the original version of Per Martin-Löf’s type theory, which allowed Type:Type, is inconsistent, in the precise sense that it contains (non-normalizing) proofs of false.

Moreover, by an adaptation of the proof, one can construct a looping combinator in this type theory, which implies the undecidability of type-checking.

category: paradox

Revised on September 22, 2012 13:46:25 by Urs Schreiber (89.204.130.57)