natural deduction for intuitionistic propositional logic
The natural deduction system for intuitionistic propositional logic described here is based on the language that consists of a set of propositional variables, a symbol for falsity, and logical connectives , , . In this system, there are no axioms, only rules of inference.
-
1.
for , there are three rules, one introduction rule , and two elimination rules and :
-
2.
for , there are two rules, one introduction and one elimination (modus ponens):
-
3.
for , there are three rules, two introduction rules , , and one elimination rule :
-
4.
for , there is one rule, an introduction rule (ex falso quodlibet):
In short, intuitionistic propositional logic is classical propositional logic without the rule RAA (reductio ad absurdum). Furthermore, is a defined one-place logical symbol: .
Remark. In the rules and , the square brackets around the top formula denote that the formula is removed, or discharged. In other words,
“once the conclusion is reached, the assumption can be dropped.”
In , when the formula is deduced from the assumption or hypothesis , we conclude with the formula . Once this conclusion is reached, is superfluous and therefore removed, as it is embodied in the formula . This is often encountered in mathematical proofs: if we want to prove , we first assume , then we proceed with the proof and reach , and therefore . Simiarly, in , if can be concluded from and from individually, then can be concluded from anyone of them, or , without the assumptions and individually.
Intuitionistic propositional logic as defined by the natural deduction system above is termed NJ. Derivations and theorems for NJ are defined in the usual manner like all natural deduction systems, which can be found here (http://planetmath.org/DeductionsFromNaturalDeduction). Some of the theorems of NJ are listed below:
-
•
-
•
-
•
-
•
-
•
-
•
-
•
For example, as
and is just . Also, , as
A→¬¬A
The subscripts indicate that the discharging of the assumptions at the top correspond to the applications of the inference rules at the bottom. The box around indicates that the derivation of has been embedded (as a subtree) into the derivation of .
Remark. If were introduced as a primitive logical symbol instead of it being as “defined”, then we need to have inference rules for as well, one of which is introduction , and the other elimination :
Note that in the original NJ system, is just an instance of , and is just an instance of .
Title | natural deduction for intuitionistic propositional logic |
---|---|
Canonical name | NaturalDeductionForIntuitionisticPropositionalLogic |
Date of creation | 2013-03-22 19:32:11 |
Last modified on | 2013-03-22 19:32:11 |
Owner | CWoo (3771) |
Last modified by | CWoo (3771) |
Numerical id | 25 |
Author | CWoo (3771) |
Entry type | Definition |
Classification | msc 03B20 |
Classification | msc 03F03 |
Classification | msc 03F55 |
Related topic | DisjunctionProperty |