Affirming the consequent

Last updated

In propositional logic, affirming the consequent (also known as converse error, fallacy of the converse, or confusion of necessity and sufficiency ) is a formal fallacy (or an invalid form of argument) that is committed when, in the context of an indicative conditional statement, it is stated that because the consequent is true, therefore the antecedent is true. It takes on the following form:

Contents

If P, then Q.
Q.
Therefore, P.

which may also be phrased as

(P implies Q)
(therefore, Q implies P)

For example, it may be true that a broken lamp would cause a room to become dark. It is not true, however, that a dark room implies the presence of a broken lamp. There may be no lamp (or any light source). The lamp may also be off. In other words, the consequent (a dark room) can have other antecedents (no lamp, off-lamp), and so can still be true even if the stated antecedent is not. [1]

Converse errors are common in everyday thinking and communication and can result from, among other causes, communication issues, misconceptions about logic, and failure to consider other causes. [2]

A related fallacy is denying the antecedent. Two related valid forms of logical argument include modus tollens (denying the consequent) and modus ponens (affirming the antecedent). [3]

Formal description

Affirming the consequent is the action of taking a true statement and invalidly concluding its converse . The name affirming the consequent derives from using the consequent, Q, of , to conclude the antecedent P. This fallacy can be summarized formally as or, alternatively, . [4] The root cause of such a logical error is sometimes failure to realize that just because P is a possible condition for Q, P may not be the only condition for Q, i.e. Q may follow from another condition as well. [5] [6]

Affirming the consequent can also result from overgeneralizing the experience of many statements having true converses. If P and Q are "equivalent" statements, i.e. , it is possible to infer P under the condition Q. For example, the statements "It is August 13, so it is my birthday" and "It is my birthday, so it is August 13" are equivalent and both true consequences of the statement "August 13 is my birthday" (an abbreviated form of ).

Of the possible forms of "mixed hypothetical syllogisms," two are valid and two are invalid. Affirming the antecedent (modus ponens) and denying the consequent (modus tollens) are valid. Affirming the consequent and denying the antecedent are invalid. [7]

Additional examples

Example 1

One way to demonstrate the invalidity of this argument form is with a counterexample with true premises but an obviously false conclusion. For example:

If someone lives in San Diego, then they live in California.
Joe lives in California.
Therefore, Joe lives in San Diego.

There are many places to live in California other than San Diego. On the other hand, one can affirm with certainty that "if someone does not live in California" (non-Q), then "this person does not live in San Diego" (non-P). This is the contrapositive of the first statement, and it must be true if and only if the original statement is true.

Example 2

If an animal is a dog, then it has four legs.
My cat has four legs.
Therefore, my cat is a dog.

Here, it is immediately intuitive that any number of other antecedents ("If an animal is a deer...", "If an animal is an elephant...", "If an animal is a moose...", etc.) can give rise to the consequent ("then it has four legs"), and that it is preposterous to suppose that having four legs must imply that the animal is a dog and nothing else. This is useful as a teaching example since most people can immediately recognize that the conclusion reached must be wrong (intuitively, a cat cannot be a dog), and that the method by which it was reached must therefore be fallacious.

Example 3

In Catch-22 , [8] the chaplain is interrogated for supposedly being "Washington Irving"/"Irving Washington", who has been blocking out large portions of soldiers' letters home. The colonel has found such a letter, but with the chaplain's name signed.

"You can read, though, can't you?" the colonel persevered sarcastically. "The author signed his name."
"That's my name there."
"Then you wrote it. Q.E.D."

P in this case is 'The chaplain signs his own name', and Q 'The chaplain's name is written'. The chaplain's name may be written, but he did not necessarily write it, as the colonel falsely concludes. [8]

See also

Related Research Articles

In classical logic, disjunctive syllogism is a valid argument form which is a syllogism having a disjunctive statement for one of its premises.

In propositional logic, modus ponens, also known as modus ponendo ponens, implication elimination, or affirming the antecedent, is a deductive argument form and rule of inference. It can be summarized as "P implies Q.P is true. Therefore, Q must also be true."

In propositional logic, modus tollens (MT), also known as modus tollendo tollens and denying the consequent, is a deductive argument form and a rule of inference. Modus tollens is a mixed hypothetical syllogism that takes the form of "If P, then Q. Not Q. Therefore, not P." It is an application of the general truth that if a statement is true, then so is its contrapositive. The form shows that inference from P implies Q to the negation of Q implies the negation of P is a valid argument.

Deductive reasoning is the process of drawing valid inferences. An inference is valid if its conclusion follows logically from its premises, meaning that it is impossible for the premises to be true and the conclusion to be false. For example, the inference from the premises "all men are mortal" and "Socrates is a man" to the conclusion "Socrates is mortal" is deductively valid. An argument is sound if it is valid and all its premises are true. One approach defines deduction in terms of the intentions of the author: they have to intend for the premises to offer deductive support to the conclusion. With the help of this modification, it is possible to distinguish valid from invalid deductive reasoning: it is invalid if the author's belief about the deductive support is false, but even invalid deductive reasoning is a form of deductive reasoning.

Denying the antecedent is a formal fallacy of inferring the inverse from an original statement. Phrased another way, denying the antecedent occurs in the context of an indicative conditional statement and assumes that the negation of the antecedent implies the negation of the consequent. It is a type of mixed hypothetical syllogism that takes on the following form:

In logic and mathematics, the converse of a categorical or implicational statement is the result of reversing its two constituent statements. For the implication PQ, the converse is QP. For the categorical proposition All S are P, the converse is All P are S. Either way, the truth of the converse is generally independent from that of the original statement.

In logic and mathematics, necessity and sufficiency are terms used to describe a conditional or implicational relationship between two statements. For example, in the conditional statement: "If P then Q", Q is necessary for P, because the truth of Q is guaranteed by the truth of P. Similarly, P is sufficient for Q, because P being true always implies that Q is true, but P not being true does not always imply that Q is not true.

In classical logic, a hypothetical syllogism is a valid argument form, a deductive syllogism with a conditional statement for one or both of its premises. Ancient references point to the works of Theophrastus and Eudemus for the first investigation of this kind of syllogisms.

The fallacy of the undistributed middle is a formal fallacy that is committed when the middle term in a categorical syllogism is not distributed in either the minor premise or the major premise. It is thus a syllogistic fallacy.

Modus ponendo tollens is a valid rule of inference for propositional logic. It is closely related to modus ponens and modus tollendo ponens.

Backward chaining is an inference method described colloquially as working backward from the goal. It is used in automated theorem provers, inference engines, proof assistants, and other artificial intelligence applications.

<span class="mw-page-title-main">Material conditional</span> Logical connective

The material conditional is an operation commonly used in logic. When the conditional symbol is interpreted as material implication, a formula is true unless is true and is false. Material implication can also be characterized inferentially by modus ponens, modus tollens, conditional proof, and classical reductio ad absurdum.

The principle of sufficient reason states that everything must have a reason or a cause. The principle was articulated and made prominent by Gottfried Wilhelm Leibniz, with many antecedents, and was further used and developed by Arthur Schopenhauer and William Hamilton.

Constructive dilemma is a valid rule of inference of propositional logic. It is the inference that, if P implies Q and R implies S and either P or R is true, then either Q or S has to be true. In sum, if two conditionals are true and at least one of their antecedents is, then at least one of their consequents must be too. Constructive dilemma is the disjunctive version of modus ponens, whereas destructive dilemma is the disjunctive version of modus tollens. The constructive dilemma rule can be stated:

Destructive dilemma is the name of a valid rule of inference of propositional logic. It is the inference that, if P implies Q and R implies S and either Q is false or S is false, then either P or R must be false. In sum, if two conditionals are true, but one of their consequents is false, then one of their antecedents has to be false. Destructive dilemma is the disjunctive version of modus tollens. The disjunctive version of modus ponens is the constructive dilemma. The destructive dilemma rule can be stated:

In logic, the logical form of a statement is a precisely-specified semantic version of that statement in a formal system. Informally, the logical form attempts to formalize a possibly ambiguous statement into a statement with a precise, unambiguous logical interpretation with respect to a formal system. In an ideal formal language, the meaning of a logical form can be determined unambiguously from syntax alone. Logical forms are semantic, not syntactic constructs; therefore, there may be more than one string that represents the same logical form in a given language.

In logic and philosophy, a formal fallacy is a pattern of reasoning rendered invalid by a flaw in its logical structure. Propositional logic, for example, is concerned with the meanings of sentences and the relationships between them. It focuses on the role of logical operators, called propositional connectives, in determining whether a sentence is true. An error in the sequence will result in a deductive argument that is invalid. The argument itself could have true premises, but still have a false conclusion. Thus, a formal fallacy is a fallacy in which deduction goes wrong, and is no longer a logical process. This may not affect the truth of the conclusion, since validity and truth are separate in formal logic.

In logic and mathematics, contraposition, or transposition, refers to the inference of going from a conditional statement into its logically equivalent contrapositive, and an associated proof method known as § Proof by contrapositive. The contrapositive of a statement has its antecedent and consequent inverted and flipped.

Connexive logic is a class of non-classical logics designed to exclude the paradoxes of material implication. The characteristic that separates connexive logic from other non-classical logics is its acceptance of Aristotle's thesis, i.e. the formula, as a logical truth. Aristotle's thesis asserts that no statement follows from its own denial. Stronger connexive logics also accept Boethius' thesis, which states that if a statement implies one thing, it does not imply its opposite.

<span class="mw-page-title-main">Peirce's law</span> Axiom used in logic and philosophy

In logic, Peirce's law is named after the philosopher and logician Charles Sanders Peirce. It was taken as an axiom in his first axiomatisation of propositional logic. It can be thought of as the law of excluded middle written in a form that involves only one sort of connective, namely implication.

References

  1. Rosen, Kenneth H. (2019). Discrete Mathematics and its Applications: Kenneth H. Rosen. McGraw-Hill. ISBN   978-1260091991.
  2. Lay, Steven (2014). Introduction to Analysis with Proof, 5th edition. Pearson. ISBN   978-0321747471.
  3. Hurley, Patrick J. (2012). A Concise Introduction to Logic (11th ed.). Boston, Massachusetts: Cengage Learning. p. 362. ISBN   9781111346232. OCLC   711774631.
  4. Hurley, Patrick J. (2010), A Concise Introduction to Logic (11th edition). Wadsworth Cengage Learning, pp. 362–63.
  5. "Affirming the Consequent". Fallacy Files. Retrieved 9 May 2013.
  6. Damer, T. Edward (2001). "Confusion of a Necessary with a Sufficient Condition". Attacking Faulty Reasoning (4th ed.). Wadsworth. p. 150. ISBN   0-534-60516-8.
  7. Kelley, David (1998), The Art of Reasoning (3rd edition). Norton, pp. 290–94.
  8. 1 2 Heller, Joseph (1994). Catch-22. Vintage. pp. 438, 8. ISBN   0-09-947731-9.