Modus ponens

From Infogalactic: the planetary knowledge core
(Redirected from Modus Ponens)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

In propositional logic, modus ponendo ponens (Latin for "the way that affirms by affirming"; generally abbreviated to MP or modus ponens[1][2][3][4]) or implication elimination is a valid, simple argument form and rule of inference.[5] It can be summarized as "P implies Q; P is asserted to be true, so therefore Q must be true." The history of modus ponens goes back to antiquity.[6]

While modus ponens is one of the most commonly used concepts in logic it must not be mistaken for a logical law; rather, it is one of the accepted mechanisms for the construction of deductive proofs that includes the "rule of definition" and the "rule of substitution".[7] Modus ponens allows one to eliminate a conditional statement from a logical proof or argument (the antecedents) and thereby not carry these antecedents forward in an ever-lengthening string of symbols; for this reason modus ponens is sometimes called the rule of detachment.[8] Enderton, for example, observes that "modus ponens can produce shorter formulas from longer ones",[9] and Russell observes that "the process of the inference cannot be reduced to symbols. Its sole record is the occurrence of ⊦q [the consequent] . . . an inference is the dropping of a true premise; it is the dissolution of an implication".[10]

A justification for the "trust in inference is the belief that if the two former assertions [the antecedents] are not in error, the final assertion [the consequent] is not in error".[11] In other words: if one statement or proposition implies a second one, and the first statement or proposition is true, then the second one is also true. If P implies Q and P is true, then Q is true.[12] An example is:

If it is raining, I will meet you at the theater.
It is raining.
Therefore, I will meet you at the theater.

Modus ponens can be stated formally as:

\frac{P \to Q,\; P}{\therefore Q}

where the rule is that whenever an instance of "PQ" and "P" appear by themselves on lines of a logical proof, Q can validly be placed on a subsequent line; furthermore, the premise P and the implication "dissolves", their only trace being the symbol Q that is retained for use later e.g. in a more complex deduction.

It is closely related to another valid form of argument, modus tollens. Both have apparently similar but invalid forms such as affirming the consequent, denying the antecedent, and evidence of absence. Constructive dilemma is the disjunctive version of modus ponens. Hypothetical syllogism is closely related to modus ponens and sometimes thought of as "double modus ponens."

Formal notation

The modus ponens rule may be written in sequent notation:

P \to Q,\; P\;\; \vdash\;\; Q

where is a metalogical symbol meaning that Q is a syntactic consequence of PQ and P in some logical system;

or as the statement of a truth-functional tautology or theorem of propositional logic:

((P \to Q) \land P) \to Q

where P, and Q are propositions expressed in some formal system.

Explanation

The argument form has two premises (hypothesis). The first premise is the "if–then" or conditional claim, namely that P implies Q. The second premise is that P, the antecedent of the conditional claim, is true. From these two premises it can be logically concluded that Q, the consequent of the conditional claim, must be true as well. In artificial intelligence, modus ponens is often called forward chaining.

An example of an argument that fits the form modus ponens:

If today is Tuesday, then John will go to work.
Today is Tuesday.
Therefore, John will go to work.

This argument is valid, but this has no bearing on whether any of the statements in the argument are true; for modus ponens to be a sound argument, the premises must be true for any true instances of the conclusion. An argument can be valid but nonetheless unsound if one or more premises are false; if an argument is valid and all the premises are true, then the argument is sound. For example, John might be going to work on Wednesday. In this case, the reasoning for John's going to work (because it is Wednesday) is unsound. The argument is not only sound on Tuesdays (when John goes to work), but valid on every day of the week. A propositional argument using modus ponens is said to be deductive.

In single-conclusion sequent calculi, modus ponens is the Cut rule. The cut-elimination theorem for a calculus says that every proof involving Cut can be transformed (generally, by a constructive method) into a proof without Cut, and hence that Cut is admissible.

The Curry–Howard correspondence between proofs and programs relates modus ponens to function application: if f is a function of type PQ and x is of type P, then f x is of type Q.

Justification via truth table

The validity of modus ponens in classical two-valued logic can be clearly demonstrated by use of a truth table.

p q pq
T T T
T F F
F T T
F F T


In instances of modus ponens we assume as premises that pq is true and p is true. Only one line of the truth table—the first—satisfies these two conditions (p and pq). On this line, q is also true. Therefore, whenever pq is true and p is true, q must also be true.

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Copi and Cohen
  3. Hurley
  4. Moore and Parker
  5. Enderton 2001:110
  6. Susanne Bobzien (2002). The Development of Modus Ponens in Antiquity, Phronesis 47, No. 4, 2002.
  7. Alfred Tarski 1946:47. Also Enderton 2001:110ff.
  8. Tarski 1946:47
  9. Enderton 2001:111
  10. Whitehead and Russell 1927:9
  11. Whitehead and Russell 1927:9
  12. Lua error in package.lua at line 80: module 'strict' not found.

Sources

  • Alfred Tarski 1946 Introduction to Logic and to the Methodology of the Deductive Sciences 2nd Edition, reprinted by Dover Publications, Mineola NY. ISBN 0-486-28462-X (pbk).
  • Alfred North Whitehead and Bertrand Russell 1927 Principia Mathematica to *56 (Second Edition) paperback edition 1962, Cambridge at the University Press, London UK. No ISBN, no LCCCN.
  • Herbert B. Enderton, 2001, A Mathematical Introduction to Logic Second Edition, Harcourt Academic Press, Burlington MA, ISBN 978-0-12-238452-3.

External links