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
Formalization of mathematical reasoning can be presented in different forms. The framework of natural deduction describes a particular class of deductive systems which is supposed to be close to “natural” deductive reasoning insofar it is based on the idea of reasoning from assumptions in contrast to proof systems that reason from ‘truths’ in the tradition of Hilbertian axiomatics. It is used particularly to present the syntax of formal logic and type theory.
The phrase “natural deduction” is not always used to mean the same thing. Some people use it semi-informally to refer to a “sort of reasoning” that involves making assumptions, perhaps formalized using hypothetical judgments. Other people take it to refer specifically to deductive systems which are presented using introduction and elimination rules, which is the meaning we adopt on this page. There is significant overlap between the two meanings, but they are not identical.
A system of natural deduction is a deductive system containing a class of judgments generated by some “constructor” operations, and for which each constructor comes with two relevant classes of rules:
Introduction rules, which allow us to conclude a judgment built using the constructor from simpler judgments; and
Elimination rules, which allow us to conclude some other judgment by using a judgment involving the constructor.
For instance, in a system of propositional logic whose judgments are the truth of propositions, one such constructor might be the “conjunction” connective . The introduction rule for would be
while its elimination rules might be
The introduction and elimination rules must fit together in an appropriate way, sometimes referred to as “harmony”.
Similarly, in a system of type theory, the relevant judgments are typing judgments of the form , meaning that the term belongs to the type . In this case, an analogous constructor might be the cartesian product type, whose rules are analogous, but keeping track of the specific terms involved (see propositions as types):
and
In natural deduction systems for type theory, there are usually two other classes of rules:
Formation rules, which declare on which basis a new type can be introduced; and
Computation rules or conversion rules, which constrain the result of combining term introduction with term elimination.
These two rules refer to different classes of judgments than the introduction and elimination rules: judgments that a certain thing is a type for the formation rules, and judgments that one term reduces to, or converts with, another, for the computation rules.
For instance, the cartesian product type would come with a formation rule
and computation rules such as beta-reduction
(and possibly eta-conversion).
Technically, the propositional logic system could also come with a formation rule involving a judgment “is a proposition”:
But it would not have a computation rule, as there are no terms inhabiting its propositions. (It could, however, be embedded into a type theory via propositions as types, where there would be terms inhabiting its propositions regarded as types).
More generally, natural deduction with computation rules gives a formulation of computation. See computational trinitarianism for discussion of this unification of concepts.
On the other hand, in type theories that have a type of types, there may be no need for a separate judgment “”, as it can be replaced by a typing judgment “” that belongs to a type of types.
Natural deduction also generally involves hypothetical judgments or reasoning from assumptions. For instance, the introduction rule for implication in a system of propositional logic says that if, assuming “”, we can derive “”, then we can derive “”. This is sometimes written as
(We now follow the common practice of writing the judgment “” as simply “”.) Here the indicate an arbitrary derivation tree, while the brackets around indicate that this assumption has been “discharged” and is no longer an assumption in the conclusion . To be precise, we should annotate each bracket somehow to indicate which rule discharged that assumption.
Another way to indicate hypothetical reasoning (which also allows it to fit once again within the general notion of deductive system) is to indicate in each judgment the hypotheses on which it depends. Thus, we might write “” to mean a hypothetical judgment of assuming . With this notation, the introduction rule for can be written as:
The rule (1), where indicates an arbitrary derivation, can then be written as
Here we have prefixed the entire derivation in (1) by “” to indicate that it is all performed with as an assumption, and the discharge of that assumption is indicated by removing this prefix from the final conclusion. We also begin the deduction with the axiom (the identity rule).
To be fully precise, we should now allow all rules to take place under arbitrary additional hypotheses; thus the introduction rule of should really be
where denotes an arbitrary list of hypothesis truth judgments. However, often this unchanged ambient context is unstated, but implicitly assumed to be present.
Hypothetical judgments of this sort are very similar to the sequents which appear in sequent calculus, and are (as is evident) written with very similar notation. However, the rules of natural deduction are different from the rules of sequent calculus, as are its formal properties.
This treatment of hypothetical judgments applies also to type theories, where the individual judgments are typing judgments. In this case, the assumed judgments on the left of the are generally restricted to be of the form with a variable (rather than an arbitrary term), and these assumed judgments are referred to as the context. When the judgment on the right of the may involve variables that occur to its left, one speaks of generic judgments rather than “hypothetical” ones. Thus, a generic judgment is of the form
to be read as
In a context where we have a term of a type , there is a term of type .
Thus, for instance, the introduction rule for the function type is
In natural deduction for dependent type theory, we can also have type judgments with hypotheses, such as
to be read as
For each in there is a type . Or: is a type in context , a type dependent on .
In a type theory with a type of types, this judgment could be written as .
So far, we have been considering hypothetical judgments such as and generic judgments such as to be “atomic” judgments in a particular deductive system. In particular, the turnstile symbol has been simply another symbol that we use to build judgments according to a particular syntax, analogous to the colon . As remarked at deductive system, this usage of is a priori completely unrelated to its use to indicate provability of theorems in a particular deductive system (such as a system of natural deduction), and therefore perhaps ought to be denoted by a different symbol.
However, it is also possible to incorporate some “knowledge” about the meaning of hypothetical and generic judgments into the deductive system, and thereby bring the two meanings of back into alignment. See logical framework for a development of this idea.
The four classes of rules of natural deduction combined give alternative specifications of universal constructions in category theory. In categorical semantics one considers categories which are such that their objects are regarded as types and their generalized elements as terms, then the rules of natural deductions describe the possible construction of morphisms in that category.
For instance, the connectives of type theory are presentations of functors, but their action on morphisms is not explicitly defined, because the action is definable from the introduction and elimination rules.
(…)
(…)
In a broad sense, the idea of natural deduction can be traced back to Aristotle‘s Prior Analytics as classical work by J. Bacon, J. Corcoran and T. Smiley around 1970 has argued that his theory of syllogism can be viewed as a fragment of natural deduction. For more on this see e.g.
J. Bacon, Natural-deduction rules for syllogistic , JSL 31 (1966) pp.686-7.
J. Corcoran, Completeness of an ancient logic , JSL 37 (1972) pp.696-702.
T. Smiley, What is a syllogism , JPL 2 (1973) pp.136-154.
The next step to the modern conception was an observation by the Polish logician (and Aristotle scholar) J. Lukasiewicz in 1926 that the formalization of mathematical reasoning proposed by D. Hilbert or Principia Mathematica fails to comply with the actual reasoning style of mathematicians. This was taken up by S. Jaskowski who published a system of natural deduction in 1934:
At about the same time G. Gentzen developed a system of natural deduction in his thesis1 - a landmark of 20th century mathematical logic introducing proof systems for predicate logic (in both classical and intuitionistic versions) and the concept of cut-elimination - that was published as
and in English translation as :
In order to prove the famous Hauptsatz for proof normalization Gentzen invented the sequent calculus though he sketched a similar result for natural deduction in his later work on the consistency of arithmetics. Normalization for systems of natural deduction was established by D. Prawitz in his thesis in 1965:
Textbook accounts of proof systems in natural deduction format, sequent calculi or Hilbert-style systems:
Anne Sjerp Troelstra, Helmut Schwichtenberg, Basic Proof Theory , Cambridge University Press (2000, 2012) [doi:10.1017/CBO9781139168717]
Sara Negri, Jan von Plato, §1, §2 in: Structural Proof Theory, Cambridge University Press (2010) [doi:10.1017/CBO9780511527340, §1 pdf, §2 pdf]
Inference rules in type theory, for type formation, term introduction and term elimination:
Introductions:
Jean-Yves Girard (translated and with appendiced by Paul Taylor and Yves Lafont), §2 of: Proofs and Types, Cambridge University Press (1989) [ISBN:978-0-521-37181-0, webpage, pdf]
Per Martin-Löf, On the Meanings of the Logical Constants and the Justifications of the Logical Laws, Nordic Journal of Philosophical Logic, 1 1 (1996) 11-60 [pdf, pdf]
Paul Downen, Zena M. Ariola, A tutorial on computational classical logic and the sequent calculus, Journal of Functional Programming 28 (2018) e3 [doi:10.1017/S0956796818000023, pdf]
A formalization of the general logical framework of natural deduction is discussed in section 3 of
A good account is at
The standard rules for type-formation, term introduction/elimination and computation in dependent type theory are listed for instance in part I of
Introductory textbook account:
It can be said of Gentzen that it was he who first showed how proof theory should be done. (M. Dummett, Frege- Philosophy of Language , Harvard UP 1981. p.434) ↩
Last revised on August 9, 2023 at 16:45:07. See the history of this page for a list of all contributions to it.