Template:Redirects here Template:Short description Template:Use dmy dates Template:Title language Template:Infobox mathematical statement Template:Transformation rules
In propositional logic, {{#invoke:Lang|lang}} (Template:IPAc-en; MP), also known as {{#invoke:Lang|lang}} (Template:Ety),<ref>Template:Cite book</ref> implication elimination, or affirming the antecedent,<ref>"Oxford reference: affirming the antecedent". Oxford Reference.</ref> is a deductive argument form and rule of inference.<ref>Enderton 2001:110</ref> It can be summarized as "P implies Q. P is true. Therefore, Q must also be true."
Modus ponens is a mixed hypothetical syllogism and is closely related to another valid form of argument, modus tollens. Both have apparently similar but invalid forms: affirming the consequent and denying the antecedent. Constructive dilemma is the disjunctive version of modus ponens.
The history of modus ponens goes back to antiquity.<ref>Susanne Bobzien (2002). "The Development of Modus Ponens in Antiquity", Phronesis 47, No. 4, 2002.</ref> The first to explicitly describe the argument form modus ponens was Theophrastus.<ref>"Ancient Logic: Forerunners of Modus Ponens and Modus Tollens". Stanford Encyclopedia of Philosophy.</ref> It, along with modus tollens, is one of the standard patterns of inference that can be applied to derive chains of conclusions that lead to the desired goal.
ExplanationEdit
The form of a modus ponens argument is a mixed hypothetical syllogism, with two premises and a conclusion:
- If P, then Q.
- P.
- Therefore, Q.
The first premise is a conditional ("if–then") claim, namely that P implies Q. The second premise is an assertion that P, the antecedent of the conditional claim, is the case. From these two premises it can be logically concluded that Q, the consequent of the conditional claim, must be the case as well.
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 actually 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 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 P → Q and x is of type P, then f x is of type Q.
In artificial intelligence, modus ponens is often called forward chaining.
Formal notationEdit
{{ safesubst:#invoke:Unsubst||date=__DATE__ |$B= {{ safesubst:#invoke:Unsubst||date=__DATE__ |$B= Template:Ambox }} }}
p | q | p → q |
---|---|---|
T | T | T |
T | F | F |
F | T | T |
F | F | T |
The modus ponens rule may be written in sequent notation as
- <math>P \to Q,\; P\;\; \vdash\;\; Q</math>
where P, Q and P → Q are statements (or propositions) in a formal language and ⊢ is a metalogical symbol meaning that Q is a syntactic consequence of P and P → Q in some logical system.
In classical two-valued logic, modus ponens is encoded in the truth table of the material conditional (implication) operator. A truth table lists all possible combinations of the truth values of the arguments, in this case p and q, one case per row. Modus ponens is the case where both p → q and p may be assumed (denoted as true). Encoding modus ponens faithfully, q may also be assumed and therefore is also denoted as true. The truth table of implication also expresses other common inference rules, such as modus tollens on the fourth row, assuming p → q and not q therefore not p, and the monotonicity of entailment on the first and third rows, assuming q and p → q, expressing how p may or may not be assumed.
StatusEdit
While modus ponens is one of the most commonly used argument forms 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".<ref>Alfred Tarski 1946:47. Also Enderton 2001:110ff.</ref> 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<ref>Tarski 1946:47</ref> or the law of detachment.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Enderton, for example, observes that "modus ponens can produce shorter formulas from longer ones",<ref>Enderton 2001:111</ref> 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".<ref name="auto">Whitehead and Russell 1927:9</ref>
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".<ref name="auto"/> 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.<ref>Template:Cite book</ref>
Correspondence to other mathematical frameworksEdit
Algebraic semanticsEdit
In mathematical logic, algebraic semantics treats every sentence as a name for an element in an ordered set. Typically, the set can be visualized as a lattice-like structure with a single element (the "always-true") at the top and another single element (the "always-false") at the bottom. Logical equivalence becomes identity, so that when <math>\neg{(P \wedge Q)}</math> and <math>\neg{P} \vee \neg{Q}</math>, for instance, are equivalent (as is standard), then <math>\neg{(P \wedge Q)} = \neg{P} \vee \neg{Q}</math>. Logical implication becomes a matter of relative position: <math>P</math> logically implies <math>Q</math> just in case <math>P \leq Q</math>, i.e., when either <math>P = Q</math> or else <math>P</math> lies below <math>Q</math> and is connected to it by an upward path.
In this context, to say that <math display="inline">P</math> and <math>P \rightarrow Q</math> together imply <math>Q</math>—that is, to affirm modus ponens as valid—is to say that the highest point which lies below both <math>P</math> and <math>P \rightarrow Q</math> lies below <math>Q</math>, i.e., that <math>P \wedge (P \rightarrow Q) \leq Q</math>.Template:Efn In the semantics for basic propositional logic, the algebra is Boolean, with <math>\rightarrow</math> construed as the material conditional: <math>P \rightarrow Q = \neg{P} \vee Q</math>. Confirming that <math>P \wedge (P \rightarrow Q) \leq Q</math> is then straightforward, because <math>P \wedge (P \rightarrow Q) = P \wedge Q</math> and <math>P \wedge Q \leq Q</math>. With other treatments of <math>\rightarrow</math>, the semantics becomes more complex, the algebra may be non-Boolean, and the validity of modus ponens cannot be taken for granted.
Probability calculusEdit
If <math>\Pr(P \rightarrow Q) = x</math> and <math>\Pr(P) = y</math>, then <math>\Pr(Q)</math> must lie in the interval <math>[x + y - 1, x]</math>.Template:Efn<ref name="Hailperin, T. 1996">Template:Cite book</ref> For the special case <math>x = y = 1</math>, <math>\Pr(Q)</math> must equal <math>1</math>.
Subjective logicEdit
Modus ponens represents an instance of the binomial deduction operator in subjective logic expressed as:
<math display="block">\omega^{A}_{Q\|P} = (\omega^{A}_{Q|P},\omega^{A}_{Q|\lnot P})\circledcirc \omega^{A}_{P}\,,</math>
where <math>\omega^{A}_{P}</math> denotes the subjective opinion about <math>P</math> as expressed by source <math>A</math>, and the conditional opinion <math>\omega^{A}_{Q|P}</math> generalizes the logical implication <math>P \to Q</math>. The deduced marginal opinion about <math>Q</math> is denoted by <math>\omega^{A}_{Q\|P}</math>. The case where <math>\omega^{A}_{P}</math> is an absolute TRUE opinion about <math>P</math> is equivalent to source <math>A</math> saying that <math>P</math> is TRUE, and the case where <math>\omega^{A}_{P}</math> is an absolute FALSE opinion about <math>P</math> is equivalent to source <math>A</math> saying that <math>P</math> is FALSE. The deduction operator <math>\circledcirc</math> of subjective logic produces an absolute TRUE deduced opinion <math>\omega^{A}_{Q\|P}</math> when the conditional opinion <math>\omega^{A}_{Q|P}</math> is absolute TRUE and the antecedent opinion <math>\omega^{A}_{P}</math> is absolute TRUE. Hence, subjective logic deduction represents a generalization of both modus ponens and the Law of total probability.<ref>Audun Jøsang 2016:92</ref>
Alleged cases of failureEdit
Philosophers and linguists have identified a variety of cases where modus ponens appears to fail. Vann McGee, for instance, argued that modus ponens can fail for conditionals whose consequents are themselves conditionals.<ref>Vann McGee (1985). "A Counterexample to Modus Ponens", The Journal of Philosophy 82, 462–471.</ref> The following is an example:
- Either Shakespeare or Hobbes wrote Hamlet.
- If either Shakespeare or Hobbes wrote Hamlet, then if Shakespeare did not do it, Hobbes did.
- Therefore, if Shakespeare did not write Hamlet, Hobbes did it.
Since Shakespeare did write Hamlet, the first premise is true. The second premise is also true, since starting with a set of possible authors limited to just Shakespeare and Hobbes and eliminating one of them leaves only the other. However, the conclusion is doubtful, since ruling out Shakespeare as the author of Hamlet would leave numerous possible candidates, many of them more plausible alternatives than Hobbes (if the if-thens in the inference are read as material conditionals, the conclusion comes out true simply by virtue of the false antecedent. This is one of the paradoxes of material implication).
The general form of McGee-type counterexamples to modus ponens is simply <math>P, P \rightarrow (Q \rightarrow R)</math>, therefore, <math>Q \rightarrow R</math>; it is not essential that <math>P</math> be a disjunction, as in the example given. That these kinds of cases constitute failures of modus ponens remains a controversial view among logicians, but opinions vary on how the cases should be disposed of.<ref>Sinnott-Armstrong, Moor, and Fogelin (1986). "A Defense of Modus Ponens", The Journal of Philosophy 83, 296–300.</ref><ref>D. E. Over (1987). "Assumption and the Supposed Counterexamples to Modus Ponens", Analysis 47, 142–146.</ref><ref>Bledin (2015). "Modus Ponens Defended", The Journal of Philosophy 112, 462–471.</ref>
In deontic logic, some examples of conditional obligation also raise the possibility of modus ponens failure. These are cases where the conditional premise describes an obligation predicated on an immoral or imprudent action, e.g., "If Doe murders his mother, he ought to do so gently," for which the dubious unconditional conclusion would be "Doe ought to gently murder his mother."<ref name="SEP_Deontic_Logic">{{#invoke:citation/CS1|citation |CitationClass=web }} Stanford Encyclopedia of Philosophy.</ref> It would appear to follow that if Doe is in fact gently murdering his mother, then by modus ponens he is doing exactly what he should, unconditionally, be doing. Here again, modus ponens' failure is not a popular diagnosis but is sometimes argued for.<ref>E.g., by Kolodny and MacFarlane (2010). "Ifs and Oughts", The Journal of Philosophy 107, 115–143.</ref>
Possible fallaciesEdit
The fallacy of affirming the consequent is a common misinterpretation of the modus ponens.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
See alsoEdit
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
NotesEdit
ReferencesEdit
SourcesEdit
- Herbert B. Enderton, 2001, A Mathematical Introduction to Logic Second Edition, Harcourt Academic Press, Burlington MA, Template:ISBN.
- Audun Jøsang, 2016, Subjective Logic; A formalism for Reasoning Under Uncertainty Springer, Cham, Template:ISBN
- 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.
- Alfred Tarski 1946 Introduction to Logic and to the Methodology of the Deductive Sciences 2nd Edition, reprinted by Dover Publications, Mineola NY. Template:ISBN (pbk).
External linksEdit
- Template:Springer
- Template:PhilPapers
- Modus ponens at Wolfram MathWorld