DerivationFor
Derivationfor is a term used in some formal-logic literature to denote a construction that, given a set of premises Γ, a conclusion A, and a deductive system S, yields a derivation of Γ ⊢ A within S. The derivation is typically represented as a finite tree whose leaves are axioms or assumptions and whose internal nodes apply the inference rules of S. In this sense, a DerivationFor object embodies the explicit proof of the sequent or judgment.
Notationally, one might write D = DerivationFor(Γ, A; S). Different texts may describe the same notion with
Applications of this notion appear in formal metatheory, proof search, and the formalization of proofs in proof
Derivations can vary in form across deductive systems: classical versus intuitionistic logics, natural deduction versus sequent
Related topics include proof theory, sequent calculus, natural deduction, proof terms, and the Curry–Howard correspondence.