System L
   HOME

TheInfoList



OR:

System L is a
natural deductive logic In logic and proof theory, natural deduction is a kind of proof calculus in which logical reasoning is expressed by inference rules closely related to the "natural" way of reasoning. This contrasts with Hilbert-style systems, which instead use axiom ...
developed by E.J. Lemmon.See for an introductory presentation of Lemmon's natural deduction system. Derived from Suppes' method,See , for an introductory presentation of Suppes' natural deduction system. it represents
natural deduction In logic and proof theory, natural deduction is a kind of proof calculus in which logical reasoning is expressed by inference rules closely related to the "natural" way of reasoning. This contrasts with Hilbert-style systems, which instead use axiom ...
proofs as sequences of justified steps. Both methods are derived from Gentzen's 1934/1935 natural deduction system, 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. 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 and Lemmon 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 Rule or ruling may refer to: Education * Royal University of Law and Economics (RULE), a university in Cambodia Human activity * The exercise of political or personal control by someone with authority or power * Business rule, a rule perta ...
.


General Proof Syntax

A proof is a table with 4 columns and unlimited ordered rows. From left to right the columns hold: # A set of positive integers, possibly empty # A positive integer # A
well-formed formula In mathematical logic, propositional logic and predicate logic, a well-formed formula, abbreviated WFF or wff, often simply formula, is a finite sequence of symbols from a given alphabet that is part of a formal language. A formal language can be ...
(or wff) # A set of numbers, possibly empty; a rule; and possibly a reference to another proof The following is an example: 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 In mathematical logic, a sequent is a very general kind of conditional assertion. : A_1,\,\dots,A_m \,\vdash\, B_1,\,\dots,B_n. A sequent may have any number ''m'' of condition formulas ''Ai'' (called " antecedents") and any number ''n'' of asse ...
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 In propositional logic, ''modus tollens'' () (MT), also known as ''modus tollendo tollens'' (Latin for "method of removing by taking away") and denying the consequent, is a deductive argument form and a rule of inference. ''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 Substitution may refer to: Arts and media *Chord substitution, in music, swapping one chord for a related one within a chord progression * Substitution (poetry), a variation in poetic scansion * "Substitution" (song), a 2009 song by Silversun Pi ...
(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. # The Rule of Assumption (A): "A" justifies any wff. The only assumption is its own line number. #
Modus Ponendo Ponens In propositional calculus, propositional logic, ''modus ponens'' (; MP), also known as ''modus ponendo wiktionary:ponens, ponens'' (Latin for "method of putting by placing") or implication elimination or affirming the antecedent, is a Deducti ...
(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. #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. #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. # 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. # 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 Monotonicity of entailment is a property of many logical systems that states that the hypotheses of any derived fact may be freely extended with additional assumptions. In sequent calculi this property can be captured by an inference rule called ...
, as when a proposition P is joined with Q with ∧I and separated with ∧E, it retains Q's assumptions. # 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. # 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. #
Reductio Ad Absurdum In logic, (Latin for "reduction to absurdity"), also known as (Latin for "argument to absurdity") or ''apagogical arguments'', is the form of argument that attempts to establish a claim by showing that the opposite scenario would lead to absu ...
(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. #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. #Universal Introduction (UI): For a predicate Ra on line a, one can cite "a UI" to justify a universal quantification,(\forall x)Rx, provided none of the assumptions on line a have the term a in anywhere. The assumptions are those of line a. #Universal Elimination (UE): For a universally quantified predicate (\forall x)Rx on line a, one can cite "a UE" to justify Ra. 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. #Existential Introduction (EI): For a predicate Ra on line a one can cite "a EI" to justify an existential quantification, (\exists x)Rx. The assumptions are those of line a. #Existential Elimination (EE): For an existentially quantified predicate (\exists x)Rx on line a, if we assume Ra 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 a 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 Ra and use EI to reach a conclusion from (\exists x)Rx, as the EI will rid the conclusion of the term a. The assumptions are the assumptions on line a and any on line c aside from b. #Equality Introduction (=I): At any point one can introduce a=a citing "=I" with no assumptions. #Equality Elimination (=E): For propositions a=b and P on lines a and b, one can cite "a,b =E" to justify changing any terms a terms in P to b. The assumptions are the pool of a and b. #Substitution Instance (SI(S)): For a sequent P, Q \vdash R proved in proof X and substitution instances of P and Q on lines a and b, one can cite "a,b SI(S) X" to justify introducing a substitution instance of R. 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): A proof of the
principle of explosion In classical logic, intuitionistic logic and similar logical systems, the principle of explosion (, 'from falsehood, anything ollows; or ), or the principle of Pseudo-Scotus, is the law according to which any statement can be proven from a co ...
using monotonicity of entailment. Some have called the following technique, demonstrated in lines 3-6, the Rule of (Finite) Augmentation of Premises: An example of substitution and ∨E:


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 indicated antecedent dependencies by line numbers in square brackets, anticipating Suppes' 1957 line-number notation. * 1950: In a textbook, 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 . This indicated dependencies (i.e. antecedent propositions) by line numbers at the left of each line. * 1963: 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 is an introduction to logic proofs using a method based on that of Suppes. * 1967: In a textbook, 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.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 .


See also

*
Natural deduction In logic and proof theory, natural deduction is a kind of proof calculus in which logical reasoning is expressed by inference rules closely related to the "natural" way of reasoning. This contrasts with Hilbert-style systems, which instead use axiom ...
*
Sequent calculus In mathematical logic, sequent calculus is a style of formal logical argumentation in which every line of a proof is a conditional tautology (called a sequent by Gerhard Gentzen) instead of an unconditional tautology. Each conditional tautology i ...
*
Deductive system A formal system is an abstract structure used for inferring theorems from axioms according to a set of rules. These rules, which are used for carrying out the inference of theorems from axioms, are the logical calculus of the formal system. A form ...
s


Notes


References

* (English translation ''Investigations into Logical Deduction'' in Szabo.) * * * * * * * * {{cite book, last1=Szabo, first1=M.E., year=1969, title=The collected papers of Gerhard Gentzen, publisher=North-Holland, location=Amsterdam


External links

* Pelletier, Jeff,
A History of Natural Deduction and Elementary Logic Textbooks.
Propositional calculus