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
In type theory, term elimination are the natural deduction rules for how to use terms of a given type.
For example, the term elimination rules for the sum type are as follows:
Similar to the conversion rules for types, there are also contextual term elimination rules for types. These differ from the usual term elimination rules in that in that there is an additional context member attached to the end of the context so that the full context becomes . By definition, is dependent upon , and the conclusion usually involves substituting by some given term in the context, becoming . For example, the contextual term elimination rules for the sum type are given by:
And in first order logic over type theory, the contextual term elimination rules for the sum types are given by:
Contextual dependent product types and contextual identity types are defined in the appendix of:
where the term elimination rules are contextual term elimination rules.
Last revised on December 17, 2022 at 07:42:01. See the history of this page for a list of all contributions to it.