System L

From HandWiki

System L is a natural deductive logic developed by E.J. Lemmon.[1] Derived from Suppes' method,[2] it represents natural deduction proofs as sequences of justified steps. Both methods are derived from Gentzen's 1934/1935 natural deduction system,[3] in which proofs were presented in tree-diagram form rather than in the tabular form of Suppes and Lemmon. Although the tree-diagram layout has advantages for philosophical and educational purposes, the tabular layout is much more convenient for practical applications.

A similar tabular layout is presented by Kleene.[4] The main difference is that Kleene does not abbreviate the left-hand sides of assertions to line numbers, preferring instead to either give full lists of precedent propositions or alternatively indicate the left-hand sides by bars running down the left of the table to indicate dependencies. However, Kleene's version has the advantage that it is presented, although only very sketchily, within a rigorous framework of metamathematical theory, whereas the books by Suppes[2] and Lemmon[1] are applications of the tabular layout for teaching introductory logic.

Description of the deductive system

System L is a predicate calculus with equality, so its description can be separated into two parts: the general proof syntax and the context specific rules.

General Proof Syntax

A proof is a table with 4 columns and unlimited ordered rows. From left to right the columns hold:

  1. A set of positive integers, possibly empty
  2. A positive integer
  3. A well-formed formula (or wff)
  4. A set of numbers, possibly empty; a rule; and possibly a reference to another proof

The following is an example:

pq, ¬q ⊢ ¬p [Modus Tollendo Tollens (MTT)]
Assumption number Line number Formula (wff) Lines in-use and Justification
1 (1) pq A
2 (2) ¬q A
3 (3) p A (for RAA)
1, 3 (4) q 1, 3, MPP
1, 2, 3 (5) q ∧ ¬q 2, 4, ∧I
1, 2 (6) ¬p 3, 5, RAA
Q.E.D

The second column holds line numbers. The third holds a wff, which is justified by the rule held in the fourth along with auxiliary information about other wffs, possibly in other proofs. The first column represents the line numbers of the assumptions the wff rests on, determined by the application of the cited rule in context. Any line of any valid proof can be converted into a sequent by listing the wffs at the cited lines as the premises and the wff at the line as the conclusion. Analogously, they can be converted into conditionals where the antecedent is a conjunction. These sequents are often listed above the proof, as Modus Tollens is above.

Rules of Predicate Calculus with Equality

The above proof is a valid one, but proofs don't need to be to conform to the general syntax of the proof system. To guarantee a sequent's validity, however, we must conform to carefully specified rules. The rules can be divided into four groups: the propositional rules (1-10), the predicate rules (11-14), the rules of equality (15-16), and the rule of substitution (17). Adding these groups in order allows one to build a propositional calculus, then a predicate calculus, then a predicate calculus with equality, then a predicate calculus with equality allowing for the derivation of new rules. Some of the propositional calculus rules, like MTT, are superfluous and can be derived as rules from other rules.

  1. The Rule of Assumption (A): "A" justifies any wff. The only assumption is its own line number.
  2. Modus Ponendo Ponens (MPP): If there are lines a and b previously in the proof containing P→Q and P respectively, "a,b MPP" justifies Q. The assumptions are the collective pool of lines a and b.
  3. The Rule of Conditional Proof (CP): If a line with proposition P has an assumption line b with proposition Q, "b,a CP" justifies Q→P. All of a's assumptions aside b are kept.
  4. The Rule of Double Negation (DN): "a DN" justifies adding or subtracting two negation symbols from the wff at a line a previously in the proof, making this rule a biconditional. The assumption pool is the one of the line cited.
  5. The Rule of ∧-introduction (∧I): If propositions P and Q are at lines a and b, "a,b ∧I" justifies P∧Q. The assumptions are the collective pool of the conjoined propositions.
  6. The Rule of ∧-elimination (∧E): If line a is a conjunction P∧Q, one can conclude either P or Q using "a ∧E". The assumptions are line a's. ∧I and ∧E allow for monotonicity of entailment, as when a proposition P is joined with Q with ∧I and separated with ∧E, it retains Q's assumptions.
  7. The Rule of ∨-introduction (∨I): For a line a with proposition P one can introduce P∨Q citing "a ∨I". The assumptions are a's.
  8. The Rule of ∨-elimination (∨E): For a disjunction P∨Q, if one assumes P and Q and separately comes to the conclusion R from each, then one can conclude R. The rule is cited as "a,b,c,d,e ∨E", where line a has the initial disjunction P∨Q, lines b and d assume P and Q respectively, and lines c and e are R with P and Q in their respective assumption pools. The assumptions are the collective pools of the two lines concluding R minus the lines of P and Q, b and d.
  9. Reductio Ad Absurdum (RAA): For a proposition P∧¬P on line a citing an assumption Q on line b, one can cite "b,a RAA" and derive ¬Q from the assumptions of line a aside from b.
  10. Modus Tollens (MTT): For propositions P→Q and ¬Q on lines a and b one can cite "a,b MTT" to derive ¬P. The assumptions are those of lines a and b. This is proven from other rules above.
  11. Universal Introduction (UI): For a predicate [math]\displaystyle{ Ra }[/math] on line a, one can cite "a UI" to justify a universal quantification,[math]\displaystyle{ (\forall x)Rx }[/math], provided none of the assumptions on line a have the term [math]\displaystyle{ a }[/math] in anywhere. The assumptions are those of line a.
  12. Universal Elimination (UE): For a universally quantified predicate [math]\displaystyle{ (\forall x)Rx }[/math] on line a, one can cite "a UE" to justify [math]\displaystyle{ Ra }[/math]. The assumptions are those of line a. UE is a duality with UI in that one can switch between quantified and free variables using these rules.
  13. Existential Introduction (EI): For a predicate [math]\displaystyle{ Ra }[/math] on line a one can cite "a EI" to justify an existential quantification, [math]\displaystyle{ (\exists x)Rx }[/math]. The assumptions are those of line a.
  14. Existential Elimination (EE): For an existentially quantified predicate [math]\displaystyle{ (\exists x)Rx }[/math] on line a, if we assume [math]\displaystyle{ Ra }[/math] to be true on line b and derive P with it on line c, we can cite "a,b,c EE" to justify P. The term [math]\displaystyle{ a }[/math] cannot appear in the conclusion P, any of its assumptions aside from line b, or on line a. For this reason EE and EI are in duality, as one can assume [math]\displaystyle{ Ra }[/math] and use EI to reach a conclusion from [math]\displaystyle{ (\exists x)Rx }[/math], as the EI will rid the conclusion of the term [math]\displaystyle{ a }[/math]. The assumptions are the assumptions on line a and any on line c aside from b.
  15. Equality Introduction (=I): At any point one can introduce [math]\displaystyle{ a=a }[/math] citing "=I" with no assumptions.
  16. Equality Elimination (=E): For propositions [math]\displaystyle{ a=b }[/math] and P on lines a and b, one can cite "a,b =E" to justify changing any terms [math]\displaystyle{ a }[/math] terms in P to [math]\displaystyle{ b }[/math]. The assumptions are the pool of a and b.
  17. Substitution Instance (SI(S)): For a sequent [math]\displaystyle{ P, Q \vdash R }[/math] proved in proof X and substitution instances of [math]\displaystyle{ P }[/math] and [math]\displaystyle{ Q }[/math] on lines a and b, one can cite "a,b SI(S) X" to justify introducing a substitution instance of [math]\displaystyle{ R }[/math]. The assumptions are those of lines a and b. A derived rule with no assumptions is a theorem, and can be introduced at any time with no assumptions. Some cite that as "TI(S)", for "theorem" instead of "sequent". Additionally, some cite only "SI" or "TI" in either case when a substitution instance isn't needed, as their propositions match the ones of the referenced proof exactly.

Examples

An example of the proof of a sequent (a theorem in this case):

p ∨ ¬p
Assumption number Line number Formula (wff) Lines in-use and Justification
1 (1) ¬(p ∨ ¬p) A (for RAA)
2 (2) p A (for RAA)
2 (3) (p ∨ ¬p) 2, ∨I
1, 2 (4) (p ∨ ¬p) ∧ ¬(p ∨ ¬p) 3, 1, ∧I
1 (5) ¬p 2, 4, RAA
1 (6) (p ∨ ¬p) 5, ∨I
1 (7) (p ∨ ¬p) ∧ ¬(p ∨ ¬p) 1, 6, ∧I
(8) ¬¬(p ∨ ¬p) 1, 7, RAA
(9) (p ∨ ¬p) 8, DN
Q.E.D

A proof of the principle of explosion using monotonicity of entailment. Some have called the following technique, demonstrated in lines 3-6, the Rule of (Finite) Augmentation of Premises:[5]

p, ¬p ⊢ q
Assumption number Line number Formula (wff) Lines in-use and Justification
1 (1) p A (for RAA)
2 (2) ¬p A (for RAA)
1, 2 (3) p ∧ ¬p 1, 2, ∧I
4 (4) ¬q A (for DN)
1, 2, 4 (5) (p ∧ ¬p) ∧ ¬q 3, 4, ∧I
1, 2, 4 (6) p ∧ ¬p 5, ∨E
1, 2 (7) ¬¬q 4, 6, RAA
1, 2 (8) q 7, DN
Q.E.D

An example of substitution and ∨E:

(p ∧ ¬p) ∨ (q ∧ ¬q) ⊢ r
Assumption number Line number Formula (wff) Lines in-use and Justification
1 (1) (p ∧ ¬p) ∨ (q ∧ ¬q) A
2 (2) p ∧ ¬p A (for ∨E)
2 (3) p 2 ∧E
2 (4) ¬p 2 ∧E
2 (5) r 3, 4 SI(S) see above proof
6 (6) q ∧ ¬q A (for ∨E)
6 (7) q 6 ∧E
6 (8) ¬q 2 ∧E
6 (9) r 7, 8 SI(S) see above proof
1 (10) r 1, 2, 5, 6, 9, ∨E
Q.E.D

History of tabular natural deduction systems

The historical development of tabular-layout natural deduction systems, which are rule-based, and which indicate antecedent propositions by line numbers (and related methods such as vertical bars or asterisks) includes the following publications.

  • 1940: In a textbook, Quine[6] indicated antecedent dependencies by line numbers in square brackets, anticipating Suppes' 1957 line-number notation.
  • 1950: In a textbook, (Quine 1982) demonstrated a method of using one or more asterisks to the left of each line of proof to indicate dependencies. This is equivalent to Kleene's vertical bars. (It is not totally clear if Quine's asterisk notation appeared in the original 1950 edition or was added in a later edition.)
  • 1957: An introduction to practical logic theorem proving in a textbook by (Suppes 1999). This indicated dependencies (i.e. antecedent propositions) by line numbers at the left of each line.
  • 1963: (Stoll 1979) uses sets of line numbers to indicate antecedent dependencies of the lines of sequential logical arguments based on natural deduction inference rules.
  • 1965: The entire textbook by (Lemmon 1965) is an introduction to logic proofs using a method based on that of Suppes.
  • 1967: In a textbook, (Kleene 2002) briefly demonstrated two kinds of practical logic proofs, one system using explicit quotations of antecedent propositions on the left of each line, the other system using vertical bar-lines on the left to indicate dependencies.[7]

See also

Notes

  1. 1.0 1.1 See Lemmon 1965 for an introductory presentation of Lemmon's natural deduction system.
  2. 2.0 2.1 See Suppes 1999, pp. 25–150, for an introductory presentation of Suppes' natural deduction system.
  3. Gentzen 1934, Gentzen 1935.
  4. Kleene 2002, pp. 50–56, 128–130.
  5. Coburn, Barry; Miller, David (October 1977). "Two comments on Lemmon's Beginning logic." (in en). Notre Dame Journal of Formal Logic 18 (4): 607–610. doi:10.1305/ndjfl/1093888128. ISSN 0029-4527. https://projecteuclid.org/euclid.ndjfl/1093888128. 
  6. (Quine 1981). See particularly pages 91–93 for Quine's line-number notation for antecedent dependencies.
  7. A particular advantage of Kleene's tabular natural deduction systems is that he proves the validity of the inference rules for both propositional calculus and predicate calculus. See Kleene 2002, pp. 44–45, 118–119.

References

External links