Reference articles on history, science, culture and more
Encyclopedia

Modus tollens

Rule of logical inference

In propositional logic, modus tollens (/ˈmdəs ˈtɒlɛnz/) (MT), also known as modus tollendo tollens (Latin for "mode that by denying denies") 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.

The history of the inference rule modus tollens goes back to antiquity. The first to explicitly describe the argument form modus tollens was Theophrastus.

Modus tollens is closely related to modus ponens. There are two similar, but invalid, forms of argument: affirming the consequent and denying the antecedent. See also contraposition and proof by contrapositive.

01Explanation

The form of a modus tollens argument is a mixed hypothetical syllogism, with two premises and a conclusion:

If P, then Q.
Not Q.
Therefore, not P.

The first premise is a conditional ("if-then") claim, such as P implies Q. The second premise is an assertion that Q, the consequent of the conditional claim, is not the case. From these two premises it can be logically concluded that P, the antecedent of the conditional claim, is also not the case.

For example:

If the dog detects an intruder, the dog will bark.
The dog did not bark.
Therefore, no intruder was detected by the dog.

Supposing that the premises are both true (the dog will bark if it detects an intruder, and does indeed not bark), it logically follows that no intruder has been detected. This is a valid argument since it is not possible for the conclusion to be false if the premises are true. (It is conceivable that there may have been an intruder that the dog did not detect, but that does not invalidate the argument; the first premise is "if the dog detects an intruder". The thing of importance is that the dog detects or does not detect an intruder, not whether there is one.)

Example 1:

If I am the burglar, then I can crack a safe.
I cannot crack a safe.
Therefore, I am not the burglar.

Example 2:

If Rex is a chicken, then he is a bird.
Rex is not a bird.
Therefore, Rex is not a chicken.

02Relation to modus ponens

Every use of modus tollens can be converted to a use of modus ponens and one use of contraposition to the premise which is a material implication. For example:

If P, then Q. (premise, material implication)
If not Q, then not P. (derived by contraposition)
Not Q . (premise)
Therefore, not P. (derived by modus ponens)

Likewise, every use of modus ponens can be converted to a use of modus tollens and contraposition.

03Formal notation

The modus tollens rule can be stated formally as:

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

where P\to Q stands for the statement "P implies Q". \neg Q stands for "it is not the case that Q" (or in brief "not Q"). Then, whenever "P\to Q" and "\neg Q" each appear by themselves as a line of a proof, then "\neg P" can validly be placed on a subsequent line.

The modus tollens rule may be written in sequent notation:

P\to Q,\neg Q\vdash \neg P

where \vdash is a metalogical symbol meaning that \neg P is a syntactic consequence of P\to Q and \neg Q in some logical system;

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

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

where P and Q are propositions expressed in some formal system;

or including assumptions:

{\frac {\Gamma \vdash P\to Q~~~\Gamma \vdash \neg Q}{\Gamma \vdash \neg P}}

though since the rule does not change the set of assumptions, this is not strictly necessary.

More complex rewritings involving modus tollens are often seen, for instance in set theory:

P\subseteq Q
x\notin Q
\therefore x\notin P

("P is a subset of Q. x is not in Q. Therefore, x is not in P.")

Also in first-order predicate logic:

\forall x:~P(x)\to Q(x)
\neg Q(y)
\therefore ~\neg P(y)

("For all x if x is P then x is Q. y is not Q. Therefore, y is not P.")

Strictly speaking these are not instances of modus tollens, but they may be derived from modus tollens using a few extra steps.

04Justification via truth table

The validity of modus tollens can be clearly demonstrated through a truth table.

p q p → q
TTT
TFF
FTT
FFT

In instances of modus tollens we assume as premises that p → q is true and q is false. There is only one line of the truth table, the fourth line, which satisfies these two conditions. In this line, p is false. Therefore, in every instance in which p → q is true and q is false, p must also be false.

05Formal proof

Via disjunctive syllogism

Step Proposition Derivation
1P\rightarrow QGiven
2\neg QGiven
3\neg P\lor QMaterial implication (1)
4\neg PDisjunctive syllogism (3,2)

Via reductio ad absurdum

Step Proposition Derivation
1P\rightarrow QGiven
2\neg QGiven
3PAssumption
4QModus ponens (1,3)
5Q\land \neg QConjunction introduction (2,4)
6\neg PReductio ad absurdum (3,5)

Via contraposition

Step Proposition Derivation
1P\rightarrow QGiven
2\neg QGiven
3\neg Q\rightarrow \neg PContraposition (1)
4\neg PModus ponens (2,3)

06Correspondence to other mathematical frameworks

Probability calculus

Modus tollens represents an instance of the law of total probability combined with Bayes' theorem expressed as:

\Pr(P)=\Pr(P\mid Q)\Pr(Q)+\Pr(P\mid \lnot Q)\Pr(\lnot Q)\,,

where the conditionals \Pr(P\mid Q) and \Pr(P\mid \lnot Q) are obtained with (the extended form of) Bayes' theorem expressed as:

\Pr(P\mid Q)={\frac {\Pr(Q\mid P)\,a(P)}{\Pr(Q\mid P)\,a(P)+\Pr(Q\mid \lnot P)\,a(\lnot P)}}\;\;\; and \Pr(P\mid \lnot Q)={\frac {\Pr(\lnot Q\mid P)\,a(P)}{\Pr(\lnot Q\mid P)\,a(P)+\Pr(\lnot Q\mid \lnot P)\,a(\lnot P)}}.

In the equations above \Pr(Q) denotes the probability of Q, and a(P) denotes the base rate (a.k.a. prior probability) of P. The conditional probability \Pr(Q\mid P) generalizes the logical statement P\to Q, i.e. in addition to assigning TRUE or FALSE we can also assign any probability to the statement. Assume that \Pr(Q)=1 is equivalent to Q being TRUE, and that \Pr(Q)=0 is equivalent to Q being FALSE. It is then easy to see that \Pr(P)=0 when \Pr(Q\mid P)=1 and \Pr(Q)=0. This is because \Pr(\lnot Q\mid P)=1-\Pr(Q\mid P)=0 so that \Pr(P\mid \lnot Q)=0 in the last equation. Therefore, the product terms in the first equation always have a zero factor so that \Pr(P)=0 which is equivalent to P being FALSE. Hence, the law of total probability combined with Bayes' theorem represents a generalization of modus tollens.

Subjective logic

Modus tollens represents an instance of the abduction operator in subjective logic expressed as:

\omega _{P{\tilde {\|}}Q}^{A}=(\omega _{Q|P}^{A},\omega _{Q|\lnot P}^{A}){\widetilde {\circledcirc }}(a_{P},\,\omega _{Q}^{A})\,,

where \omega _{Q}^{A} denotes the subjective opinion about Q, and (\omega _{Q|P}^{A},\omega _{Q|\lnot P}^{A}) denotes a pair of binomial conditional opinions, as expressed by source A. The parameter a_{P} denotes the base rate (a.k.a. the prior probability) of P. The abduced marginal opinion on P is denoted \omega _{P{\tilde {\|}}Q}^{A}. The conditional opinion \omega _{Q|P}^{A} generalizes the logical statement P\to Q, i.e. in addition to assigning TRUE or FALSE the source A can assign any subjective opinion to the statement. The case where \omega _{Q}^{A} is an absolute TRUE opinion is equivalent to source A saying that Q is TRUE, and the case where \omega _{Q}^{A} is an absolute FALSE opinion is equivalent to source A saying that Q is FALSE. The abduction operator {\widetilde {\circledcirc }} of subjective logic produces an absolute FALSE abduced opinion \omega _{P{\widetilde {\|}}Q}^{A} when the conditional opinion \omega _{Q|P}^{A} is absolute TRUE and the consequent opinion \omega _{Q}^{A} is absolute FALSE. Hence, subjective logic abduction represents a generalization of both modus tollens and of the Law of total probability combined with Bayes' theorem.

Watch videos about Modus tollensExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Modus tollens, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.