Fiveable

👁️‍🗨️Formal Logic I Unit 5 Review

QR code for Formal Logic I practice questions

5.3 Formal Fallacies in Propositional Logic

5.3 Formal Fallacies in Propositional Logic

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
👁️‍🗨️Formal Logic I
Unit & Topic Study Guides

Conditional Fallacies

A conditional statement has the form "If P, then Q," where P is the antecedent and Q is the consequent. Two of the most common formal fallacies come from drawing invalid inferences from these statements.

Invalid Inferences from Conditional Statements

Affirming the Consequent incorrectly concludes that the antecedent is true because the consequent is true. In symbolic form, it looks like this:

  1. PQP \rightarrow Q
  2. QQ
  3. P\therefore P (invalid)

This fallacy assumes the converse of a conditional is logically equivalent to the original. But a consequent can be true for reasons that have nothing to do with the antecedent.

Example: "If it is raining, then the ground is wet. The ground is wet. Therefore, it is raining." The ground could be wet from a sprinkler, a burst pipe, or morning dew.

Denying the Antecedent incorrectly concludes that the consequent is false because the antecedent is false. Symbolically:

  1. PQP \rightarrow Q
  2. ¬P\neg P
  3. ¬Q\therefore \neg Q (invalid)

This fallacy assumes the inverse of a conditional is logically equivalent to the original. But the consequent might still be true even when the antecedent is false.

Example: "If you study hard, you will pass the exam. You did not study hard. Therefore, you will not pass the exam." You might still pass due to natural aptitude or an easy exam.

Compare these with the two valid inference patterns for conditionals: modus ponens (affirm the antecedent, conclude the consequent) and modus tollens (deny the consequent, conclude the negation of the antecedent). The fallacies are essentially modus ponens and modus tollens done backwards.

Invalid Inferences from Conditional Statements, Logical Fallacies - Sensemaking Resources, Education, and Community

Misinterpreting Conditional Statements

These two fallacies are closely related to the ones above but focus on confusing a conditional with a different conditional derived from it.

Fallacy of the Converse occurs when you treat a conditional as interchangeable with its converse. The converse of PQP \rightarrow Q is QPQ \rightarrow P. These are not logically equivalent.

Example: "If a shape is a square, then it has four sides. Therefore, if a shape has four sides, it is a square." Rectangles, parallelograms, and trapezoids also have four sides.

Fallacy of the Inverse occurs when you treat a conditional as interchangeable with its inverse. The inverse of PQP \rightarrow Q is ¬P¬Q\neg P \rightarrow \neg Q. Again, these are not logically equivalent.

Example: "If a number is even, then it is divisible by 2. Therefore, if a number is not even, it is not divisible by 2." This is actually a case where the original conditional's converse also happens to be true (being divisible by 2 means being even), so the inverse is true as well. A better example: "If it is a dog, then it is a mammal. Therefore, if it is not a dog, it is not a mammal." Cats, whales, and humans are all non-dog mammals.

Notice the pattern: affirming the consequent is essentially applying the converse in an argument, and denying the antecedent is essentially applying the inverse. These four errors are two pairs describing the same underlying mistakes.

Invalid Inferences from Conditional Statements, File:Argument terminology used in logic (en).svg - Wikipedia

Syllogistic Fallacies

Categorical syllogisms use terms like "All," "No," and "Some" to relate categories. Formal fallacies here arise from violating the structural rules that make syllogisms valid.

Fallacies Involving Categorical Syllogisms

Fallacy of Exclusive Premises occurs when a syllogism has two negative premises. A valid categorical syllogism requires at least one affirmative premise, because two negative premises fail to establish a positive link between the terms.

Example: "No cats are dogs. No dogs are birds. Therefore, no cats are birds." The premises only tell you what cats and birds are not (dogs), but they never connect cats and birds to each other. The conclusion happens to be true in the real world, but it doesn't follow logically from these premises, which is exactly what makes formal fallacies tricky to spot.

Existential Fallacy (from universal premises) occurs when a particular conclusion (one using "some") is drawn from two universal premises. If both premises are universal ("All..." or "No..."), the conclusion must also be universal.

Example: "All mammals are animals. All dogs are mammals. Therefore, some dogs are animals." The premises actually support the stronger conclusion "All dogs are animals." Drawing only a "some" conclusion isn't the real problem here, though. The deeper issue shows up when the subject category might be empty, which is covered next.

Fallacies Involving Quantifiers and Existence

The existential fallacy in its most important form arises when an argument's premises are all universal statements and the conclusion asserts that something actually exists. Universal statements like "All S are P" don't guarantee that any S actually exists. They can be read as saying: if something is an S, then it is a P.

So when you draw a particular conclusion ("Some S are P"), you're claiming at least one S exists. If nothing guarantees that, the argument is invalid.

Example: "All unicorns have horns. All unicorns are magical creatures. Therefore, some magical creatures have horns." Both premises are universal and could be vacuously true (true simply because no unicorns exist). The conclusion claims that at least one magical creature with horns exists, which the premises don't support.

This matters most when the subject category is empty or potentially empty:

Example: "All square circles are impossible figures. All square circles have four sides. Therefore, some impossible figures have four sides." Square circles are self-contradictory and cannot exist, so the universal premises are vacuously true. The particular conclusion tries to assert existence where there is none.

The key takeaway: in traditional (Aristotelian) logic, universal statements were assumed to be about non-empty categories, so this fallacy didn't arise. In modern (Boolean) logic, universal statements carry no existential commitment. You need to know which framework your course uses, because the existential fallacy only applies under the modern interpretation.