natural deduction metalanguage, practical foundations
type theory (dependent, intensional, observational type theory, homotopy type theory)
computational trinitarianism =
propositions as types +programs as proofs +relation type theory/category theory
transfinite arithmetic, cardinal arithmetic, ordinal arithmetic
prime field, p-adic integer, p-adic rational number, p-adic complex number
arithmetic geometry, function field analogy
In informal mathematical speech and writing, a numeral refers to any notation or terms (for instance strings of digits) which denote a natural number. In computer science one may say that a numeral is syntax whose denotational semantics is a number [Scott & Strachey (1971, §0)].
Usually, in mathematics, this refers to base ten place-value notation, so that for instance , , , and are numerals.
In type theory, a numeral generally means (e.g. Martin-Löf (1973)) a term whose type is the natural numbers type and which is of canonical form. The meaning of “canonical form” may vary with the formal theory, but with the usual presentation of the natural numbers as an inductive type generated by zero and the successor operation , the numerals are the terms of the form
Often, the numeral representing the natural number — which is to say, the term with applied times to — is denoted by . Thus, for instance, means . It is important to note that is not (usually) a term inside the formal system being considered; it is a “meta-notation” which stands for the term . (One might say that the underline converts informal numerals to formal ones.) In particular, any statement which quantifies over a natural number that occurs in a term can only be expressed in the metatheory?.
Not every term of natural number type is a numeral; consider for instance . However, good formal systems have the property of canonicity, which in this context means that every term of type computes to, or is provably equal to, a numeral. In our example, if is defined by recursion, there is a sequence of beta-reduction steps leading from to . (Canonicity is about terms in the empty context; in a context with free variables of type , then of course there will be more terms of type , built out of these variables.)
If we add to such a formal system an axiom using an existential statement, then this is equivalent to adding to the language an additional term for a natural number that is not (and may not provably be equal to) any canonical numeral. For example, in (Peano arithmetic plus the axiom that Peano arithmetic is inconsistent?), we have the axiom
stating the existence of a number that is the Gödel number of a proof in of a falsehood. If we instead extend the language of with a new symbol and add the axiom
then (assuming that and so is in fact consistent) one can prove
in this system for every natural number , but one cannot prove
(which is actually trivially refutable).
Discussion in motivation of denotational semantics and domain theory:
Discussion in type theory:
where it says:
A closed normal term with type symbol , which obviously must have the form , is called a numeral.
Last revised on December 29, 2022 at 19:23:48. See the history of this page for a list of all contributions to it.