Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Propositional calculus
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Syntactic proof via natural deduction == {{Main article|Natural deduction}}{{Transformation rules}}[[Natural deduction]], since it is a method of syntactical proof, is specified by providing ''inference rules'' (also called ''rules of proof'')<ref name=":35" /> for a language with the typical set of connectives <math>\{ -, \&, \lor, \to, \leftrightarrow \}</math>; no axioms are used other than these rules.<ref name=":38"/> The rules are covered below, and a proof example is given afterwards. === Notation styles === Different authors vary to some extent regarding which inference rules they give, which will be noted. More striking to the look and feel of a proof, however, is the variation in notation styles. The {{section link||Gentzen notation}}, which was covered earlier for a short argument, can actually be stacked to produce large tree-shaped natural deduction proofs<ref name=":40" /><ref name=":3" />—not to be confused with "truth trees", which is another name for [[Method of analytic tableaux|analytic tableaux]].<ref name=":37" /> There is also a style due to [[Stanisław Jaśkowski]], where the formulas in the proof are written inside various nested boxes,<ref name=":40" /> and there is a simplification of Jaśkowski's style due to [[Frederic Fitch|Fredric Fitch]] ([[Fitch notation]]), where the boxes are simplified to simple horizontal lines beneath the introductions of suppositions, and vertical lines to the left of the lines that are under the supposition.<ref name=":40" /> Lastly, there is the only notation style which will actually be used in this article, which is due to [[Patrick Suppes]],<ref name=":40" /> but was much popularized by [[John Lemmon|E.J. Lemmon]] and [[Benson Mates]].<ref name="ms51"/> This method has the advantage that, graphically, it is the least intensive to produce and display, which made it a natural choice for the [[Wikipedia community|editor]] who wrote this part of the article, who did not understand the complex [[LaTeX]] commands that would be required to produce proofs in the other methods. A '''proof''', then, laid out in accordance with the [[Suppes–Lemmon notation]] style,<ref name=":40" /> is a sequence of lines containing sentences,<ref name=":35" /> where each sentence is either an assumption, or the result of applying a rule of proof to earlier sentences in the sequence.<ref name=":35" /> Each '''line of proof''' is made up of a '''sentence of proof''', together with its '''annotation''', its '''assumption set''', and the current '''line number'''.<ref name=":35" /> The assumption set lists the assumptions on which the given sentence of proof depends, which are referenced by the line numbers.<ref name=":35" /> The annotation specifies which rule of proof was applied, and to which earlier lines, to yield the current sentence.<ref name=":35" /> See the {{section link||Natural deduction proof example}}. === Inference rules === Natural deduction inference rules, due ultimately to [[Gerhard Gentzen|Gentzen]], are given below.<ref name=":38" /> There are ten primitive rules of proof, which are the rule ''assumption'', plus four pairs of introduction and elimination rules for the binary connectives, and the rule ''reductio ad adbsurdum''.<ref name=":35" /> Disjunctive Syllogism can be used as an easier alternative to the proper ∨-elimination,<ref name=":35" /> and MTT and DN are commonly given rules,<ref name=":38" /> although they are not primitive.<ref name=":35" /> {| class="wikitable" style="margin:auto;" |+ List of Inference Rules |- ! Rule Name ! Alternative names ! Annotation !Assumption set ! Statement |- | Rule of Assumptions<ref name=":38" />|| Assumption<ref name=":35" />|| '''A<ref name=":38" /><ref name=":35" />''' |The current line number.<ref name=":35" />|| At any stage of the argument, introduce a proposition as an assumption of the argument.<ref name=":38" /><ref name=":35" /> |- | Conjunction introduction|| Ampersand introduction,<ref name=":38" /><ref name=":35" /> conjunction (CONJ)<ref name=":35" /><ref name=":39"/>|| '''m, n &I<ref name=":35" /><ref name=":38" />''' |The union of the assumption sets at lines '''m''' and '''n'''.<ref name=":35" />|| From <math>\varphi</math> and <math>\psi</math> at lines '''m''' and '''n''', infer <math>\varphi ~ \& ~ \psi</math>.<ref name=":38" /><ref name=":35" /> |- | Conjunction elimination|| Simplification (S),<ref name=":35" /> ampersand elimination<ref name=":38" /><ref name=":35" />|| '''m &E<ref name=":35" /><ref name=":38" />''' |The same as at line '''m'''.<ref name=":35" />|| From <math>\varphi ~ \& ~ \psi</math> at line '''m''', infer <math>\varphi</math> and <math>\psi</math>.<ref name=":35" /><ref name=":38" /> |- | Disjunction introduction<ref name=":38" />|| Addition (ADD)<ref name=":35" />|| '''m ∨I<ref name=":35" /><ref name=":38" />''' |The same as at line '''m'''.<ref name=":35" />|| From <math>\varphi</math> at line '''m''', infer <math>\varphi \lor \psi</math>, whatever <math>\psi</math> may be.<ref name=":35" /><ref name=":38" /> |- | Disjunction elimination|| Wedge elimination,<ref name=":38" /> dilemma (DL)<ref name=":39" />|| '''j,k,l,m,n ∨E<ref name=":38" />''' |The lines '''j,k,l,m,n'''.<ref name=":38" />|| From <math>\varphi \lor \psi</math> at line '''j''', and an assumption of <math>\varphi</math> at line '''k''', and a derivation of <math>\chi</math> from <math>\varphi</math> at line '''l''', and an assumption of <math>\psi</math> at line '''m''', and a derivation of <math>\chi</math> from <math>\psi</math> at line '''n''', infer <math>\chi</math>.<ref name=":38" /> |- |Disjunctive Syllogism |Wedge elimination (∨E),<ref name=":35" /> modus tollendo ponens (MTP)<ref name=":35" /> |'''m,n DS<ref name=":35" />''' |The union of the assumption sets at lines '''m''' and '''n'''.<ref name=":35" /> |From <math>\varphi \lor \psi</math> at line '''m''' and <math>- \varphi</math> at line '''n''', infer <math>\psi</math>; from <math>\varphi \lor \psi</math> at line '''m''' and <math>- \psi</math> at line '''n''', infer <math>\varphi</math>.<ref name=":35" /> |- | Arrow elimination<ref name=":35" />|| Modus ponendo ponens (MPP),<ref name=":38" /><ref name=":35" /> modus ponens (MP),<ref name=":39" /><ref name=":35" /> conditional elimination || '''m, n →E<ref name=":35" /><ref name=":38" />''' |The union of the assumption sets at lines '''m''' and '''n'''.<ref name=":35" />|| From <math>\varphi \to \psi</math> at line '''m''', and <math>\varphi</math> at line '''n''', infer <math>\psi</math>.<ref name=":35" /> |- | Arrow introduction<ref name=":35" />|| Conditional proof (CP),<ref name=":39" /><ref name=":38" /><ref name=":35" /> conditional introduction || '''n, →I (m)<ref name=":35" /><ref name=":38" />''' |Everything in the assumption set at line '''n''', excepting '''m''', the line where the antecedent was assumed.<ref name=":35" />|| From <math>\psi</math> at line '''n''', following from the assumption of <math>\varphi</math> at line '''m''', infer <math>\varphi \to \psi</math>.<ref name=":35" /> |- | Reductio ad absurdum<ref name=":38" />|| Indirect Proof (IP),<ref name=":35" /> negation introduction (−I),<ref name=":35" /> negation elimination (−E)<ref name=":35" />|| '''m,''' '''n''' '''RAA''' '''(k)<ref name=":35" />''' |The union of the assumption sets at lines '''m''' and '''n''', excluding '''k''' (the denied assumption).<ref name=":35" />|| From a sentence and its denial{{refn|group=lower-alpha|To simplify the statement of the rule, the word "denial" here is used in this way: the ''denial'' of a formula <math>\varphi</math> that is not a ''negation'' is <math>- \varphi</math>, whereas a ''negation'', <math>- \varphi</math>, has two ''denials'', viz., <math>\varphi</math> and <math>- - \varphi</math>.<ref name=":35" />}} at lines '''m''' and '''n''', infer the denial of any assumption appearing in the proof (at line '''k''').<ref name=":35" /> |- | Double arrow introduction<ref name=":35" />|| Biconditional definition (''Df'' ↔),<ref name=":38" /> biconditional introduction|| '''m, n ↔ I<ref name=":35" />''' |The union of the assumption sets at lines '''m''' and '''n'''.<ref name=":35" />|| From <math>\varphi \to \psi</math> and <math>\psi \to \varphi</math> at lines '''m''' and '''n''', infer <math>\varphi \leftrightarrow \psi</math>.<ref name=":35" /> |- | Double arrow elimination<ref name=":35" />|| Biconditional definition (''Df'' ↔),<ref name=":38" /> biconditional elimination|| '''m ↔ E<ref name=":35" />''' |The same as at line '''m'''.<ref name=":35" />|| From <math>\varphi \leftrightarrow \psi</math> at line '''m''', infer either <math>\varphi \to \psi</math> or <math>\psi \to \varphi</math>.<ref name=":35" /> |- | Double negation<ref name=":38" /><ref name=":39" />|| Double negation elimination|| '''m DN<ref name=":38" />''' |The same as at line '''m'''.<ref name=":38" />|| From <math>- - \varphi</math> at line '''m''', infer <math>\varphi</math>.<ref name=":38" /> |- | Modus tollendo tollens<ref name=":38" />|| Modus tollens (MT)<ref name=":39" />|| '''m, n MTT<ref name=":38" />''' |The union of the assumption sets at lines '''m''' and '''n'''.<ref name=":38" />|| From <math>\varphi \to \psi</math> at line '''m''', and <math>- \psi</math> at line '''n''', infer <math>- \varphi</math>.<ref name=":38" /> |} === Natural deduction proof example === The proof below'''<ref name=":35" />''' derives <math>-P</math> from <math>P \to Q</math> and <math>-Q</math> using only '''MPP''' and '''RAA''', which shows that '''MTT''' is not a primitive rule, since it can be derived from those two other rules. {| class="wikitable" style="margin:auto;" |+ Derivation of MTT from MPP and RAA |- ! Assumption set ! Line number ! Sentence of proof ! Annotation |- | {{EquationRef|1}}|| {{EquationRef|1}} || <math>P \to Q</math> || A |- | {{EquationRef|2}} || {{EquationRef|2}} || <math>-Q</math> || A |- | {{EquationRef|3}} || {{EquationRef|3}} || <math>P</math> || A |- | {{EquationRef|1}}, {{EquationRef|3}} || {{EquationRef|4}} || <math>Q</math> || {{EquationRef|1}}, {{EquationRef|3}} →E |- | {{EquationRef|1}}, {{EquationRef|2}} || {{EquationRef|5}} || <math>-P</math> || {{EquationRef|2}}, {{EquationRef|4}} RAA |}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)