Topic 3: Conditional And Formal Logic

Lesson 3.2: Contrapositives And Valid Inference

Official syllabus section covering Lesson 3.2: Contrapositives and Valid Inference within Topic 3: Conditional and Formal Logic: Forming the contrapositive correctly and why it is logically equivalent; Valid versus invalid conditional inferences.

Lesson 3.2: Contrapositives and Valid Inference

Introduction

In this lesson, we will explore the concept of contrapositives and how they relate to valid inference in logic. Understanding contrapositives is crucial for mastering conditional and formal logic, especially for the LSAT, where logical reasoning plays a vital role.

Learning Objectives

By the end of this lesson, you will:

  • Be able to form the contrapositive correctly and understand why it is logically equivalent to the original conditional statement.
  • Distinguish between valid and invalid conditional inferences.
  • Be able to produce the correct contrapositive of any conditional statement, including those with negated terms.
  • Understand the common logical fallacies of affirming the consequent and denying the antecedent.
  • Explain the main ideas and terminology related to contrapositives and valid inference.

Understanding Conditionals

A conditional statement typically takes the form "If A, then B," represented in logic as $A \rightarrow B$, where:

  • $A$ is called the antecedent (the condition).
  • $B$ is called the consequent (the result).

For example, consider the statement: "If it rains, then the ground is wet." Here:

  • The antecedent ($A$) is "It rains."
  • The consequent ($B$) is "The ground is wet."

Forming the Contrapositive

The contrapositive of a conditional statement is derived by negating both the antecedent and the consequent and reversing them. For our example:

  1. Start with the original statement: $A \rightarrow B$.
  2. Negate both terms:

eg B \rightarrow \neg A.

  1. Resulting in the contrapositive: "If the ground is not wet, then it is not raining."

In formal logic, this is expressed as:

$$\text{Contrapositive: } \neg B \rightarrow \neg A$$

Why Contrapositives are Logically Equivalent

An important property of contrapositives is that they are logically equivalent to their original conditionals. This means that if the original statement is true, then the contrapositive is also true, and vice versa.

Example of Logical Equivalence

Consider the original statement:

  • "If it is a dog ($A$), then it is a mammal ($B$)" ($A \rightarrow B$).
  • The contrapositive would be: "If it is not a mammal ($\neg B$), then it is not a dog ($\neg A$)" ($\neg B \rightarrow \neg A$).

Verification of Logical Equivalence

Let's verify this with a truth table.

$A$ (Dog)$B$ (Mammal)$A \rightarrow B$$\neg A$$\neg B$$\neg B \rightarrow \neg A$
TTTFFT
TFFFTT
FTTTFT
FFTTTT

As shown in the truth table, both $A \rightarrow B$ and $\neg B \rightarrow \neg A$ have the same truth values. This demonstrates that they are logically equivalent.

Valid vs. Invalid Inferences

With an understanding of contrapositives, we can now discuss valid and invalid inferences in the context of conditional statements.

Valid Inferences

Valid inferences in logic occur when we can confidently derive a conclusion from premises using logical rules. For example:

  • From $A \rightarrow B$, if we know that $A$ is true ($A$), we can conclude that $B$ must also be true (affirmation of the antecedent). This can be expressed as:

$$\text{Affirmation: } A, \therefore B$$

Example of Valid Inference

Suppose we have the statement: "If you study ($A$), then you will pass the exam ($B$)."

  • Given: You have studied ($A$ is true).
  • Inference: Therefore, you will pass the exam ($B$ is true).

Invalid Inferences

In contrast, some reasoning is invalid; two common forms of invalid inference are affirming the consequent and denying the antecedent:

  1. Affirming the Consequent: This occurs when we conclude the antecedent from the consequent.
  • Example structure: $A \rightarrow B$, $B$, therefore $A$.
  • This is invalid because $B$ may be true for reasons unrelated to $A$. For instance:
  • Statement: "If you have a cold ($A$), therefore you are sneezing ($B$)." Just because someone is sneezing ($B$) does not mean they must have a cold ($A$).
  1. Denying the Antecedent: This error occurs when we assume that if the antecedent is false, the consequent must also be false.
  • Example structure: $A \rightarrow B$, $\neg A$, therefore $\neg B$.
  • Example: "If it is raining ($A$), then the ground is wet ($B$)." If it is not raining ($\neg A$), we cannot conclude that the ground is not wet ($\neg B$), as the ground could be wet for other reasons, such as someone watering the plants.

Conclusion

Understanding contrapositives and valid inference is a foundational aspect of logical reasoning. Being able to accurately form contrapositives and recognize valid versus invalid inferences will contribute significantly to your analytical skills necessary for the LSAT. Mastering these concepts will enhance your ability to dissect arguments and arrive at well-supported conclusions logically.

Study Notes

  • A conditional statement is structured as "If A, then B" ($A \rightarrow B$).
  • The contrapositive negates and reverses the terms of a conditional statement:

eg B \rightarrow \neg A.

  • The contrapositive is logically equivalent to the original statement.
  • Valid inference occurs through affirmation of the antecedent; invalid inference arises from affirming the consequent or denying the antecedent.
  • Recognizing and using contrapositives is essential for mastering LSAT logical reasoning tasks.

Practice Quiz

5 questions to test your understanding