Mathwords logoMathwords

Modus Tollens — Definition, Formula & Examples

Modus tollens is a rule of logical reasoning that says: if a conditional statement is true and its conclusion is false, then its hypothesis must also be false. In short, denying the conclusion forces you to deny the hypothesis.

Modus tollens (Latin for "method of denying") is the valid inference rule stating that from the premises PQP \rightarrow Q and ¬Q\neg Q, one may conclude ¬P\neg P.

Key Formula

PQ,¬Q¬PP \rightarrow Q, \quad \neg Q \quad \therefore \quad \neg P
Where:
  • PP = The hypothesis (antecedent) of the conditional
  • QQ = The conclusion (consequent) of the conditional
  • ¬\neg = Logical negation ("not")

How It Works

Start with a conditional statement of the form "if PP, then QQ." Next, establish that QQ is false (¬Q\neg Q). Because the conditional guarantees QQ whenever PP is true, the failure of QQ means PP cannot be true either. You therefore conclude ¬P\neg P. Notice that modus tollens is logically equivalent to reasoning via the contrapositive: PQP \rightarrow Q is the same as ¬Q¬P\neg Q \rightarrow \neg P.

Example

Problem: Given: (1) If a shape is a square, then it has exactly four sides. (2) A particular shape does not have exactly four sides. What can you conclude?
Identify the conditional: Let P = "the shape is a square" and Q = "the shape has exactly four sides." Premise 1 gives us P → Q.
PQP \rightarrow Q
Identify the negation: Premise 2 tells us the shape does not have exactly four sides.
¬Q\neg Q
Apply modus tollens: Since P → Q is true and Q is false, P must be false.
¬P\neg P
Answer: The shape is not a square.

Why It Matters

Modus tollens appears throughout geometry proofs whenever you argue by contradiction or use the contrapositive. It is also a foundational rule in discrete mathematics and computer science, where automated theorem provers rely on it to eliminate possibilities.

Common Mistakes

Mistake: Confusing modus tollens with the fallacy of denying the antecedent. Students sometimes reason: P → Q, ¬P, therefore ¬Q.
Correction: Denying the antecedent is invalid. Modus tollens requires you to deny the consequent (¬Q), not the antecedent (¬P). Always check which part of the conditional you are negating.