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
basic constructions:
strong axioms
further
A set of natural numbers is recursive if there is an algorithm which will decide in finitely many steps whether a given natural number belongs to .
A subset of the set of natural numbers , or more generally of with finite, is recursive if there is a computable function (a total recursive function) such that . Recursive subsets are a proper subclass of the class of recursively enumerable? sets, which are domains of partial recursive functions , or equivalently images of total recursive functions.
Recursive sets form a Boolean subalgebra of the power set algebra (whereas recursively enumerable subsets do not form a Boolean subalgebra). Even in constructive mathematics (where the power set algebra may be only a Heyting algebra), the recursive sets form a Boolean algebra (a Boolean subalgebra of the algebra of decidable subsets).
One can encode proofs in the formal theory (Peano arithmetic) as natural numbers, via a process of Gödel-numbering. The set of codes of such formal proofs is a recursive set. In colloquial language: it is possible to program a computer to detect whether or not a string of symbols represents a valid proof in .
It follows that the set of codes of theorems (provable propositions) is recursively enumerable. However, it is not recursive. This is one way of saying that provability in PA cannot be decided by an algorithm, which is closely related to Gödel’s incompleteness theorems.
Last revised on July 20, 2023 at 14:02:10. See the history of this page for a list of all contributions to it.