Jump to content

Minimal logic

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Spl (talk | contribs) at 11:31, 16 January 2016 (Put labels next to symbols (less confusing) and a few other small changes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Minimal logic, or minimal calculus, is a symbolic logic system originally developed by Ingebrigt Johansson. It is a variant of intuitionistic logic that rejects not only the classical law of excluded middle (as intuitionistic logic does), but also the principle of explosion (ex falso quodlibet).

Just like intuitionistic logic, minimal logic can be formulated in a language using → (implication), ∧ (conjunction), ∨ (disjunction), and ⊥ (falsum) as the basic connectives, treating ¬A (negation) as an abbreviation for A → ⊥. In this language, it is axiomatized by the positive fragment (i.e., formulas using only →, ∧, and ∨) of intuitionistic logic, with no additional axioms or rules about ⊥. Thus minimal logic is a subsystem of intuitionistic logic, and it is strictly weaker as it does not derive the ex falso quodlibet principle (however, it derives its special case ).

Adding the ex falso axiom to minimal logic results in intuitionistic logic, and adding the double negation law to minimal logic results in classical logic.

Minimal logic is closely related to simply typed lambda calculus via the Curry-Howard isomorphism, i.e. the typing derivations of simply typed lambda terms are isomorphic to natural deduction proofs in minimal logic.

References