Fiveable

👁️‍🗨️Formal Logic I Unit 7 Review

QR code for Formal Logic I practice questions

7.1 Conditional Proof (CP) Technique

7.1 Conditional Proof (CP) Technique

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 Proof Technique

Conditional Proof (CP) lets you prove "if-then" statements by temporarily assuming the "if" part and showing the "then" part follows. Instead of proving a conditional directly, you get to work from the inside out: assume the antecedent, derive the consequent, and then conclude the whole conditional is true.

This technique is especially useful when a direct proof isn't practical. Many arguments in formal logic have conditional conclusions, and CP gives you a structured way to handle them through hypothetical reasoning.

Understanding Conditional Proof

A Conditional Proof works on a simple but powerful idea: if assuming PP always leads you to QQ, then PQP \rightarrow Q must be true.

Here's how it works in practice:

  1. Assume the antecedent. You temporarily suppose that PP is true. This opens a subproof, a section of the proof that operates under that assumption.
  2. Derive the consequent. Within the subproof, use valid inference rules (Modus Ponens, Hypothetical Syllogism, etc.) along with any previously established premises to arrive at QQ.
  3. Discharge the assumption. Once you've derived QQ inside the subproof, you close it and write PQP \rightarrow Q as a line in the main proof, justified by "CP."

The key point: you aren't claiming PP is actually true. You're showing that if it were true, QQ would follow. That's exactly what a conditional statement asserts.

Components of Conditional Statements

Understanding Conditional Proof, Sentential Logic – Critical Thinking

Structure

A conditional statement has two parts:

  • The antecedent is the proposition after "if." In PQP \rightarrow Q, the antecedent is PP.
  • The consequent is the proposition after "then." In PQP \rightarrow Q, the consequent is QQ.

The conditional PQP \rightarrow Q claims that whenever PP is true, QQ must also be true. It does not claim that PP is true on its own.

Scope and Discharging Assumptions

Scope refers to the portion of the proof where your assumption is active. In most proof formats, the scope is shown by indentation or a vertical line running alongside the subproof. Every inference you make inside that indented block depends on the assumption.

A few rules to keep in mind about scope:

  • You can use any premise from the main proof inside a subproof, but lines derived inside a subproof cannot be used outside it after the assumption is discharged.
  • Discharging the assumption means closing the subproof. At that point, the individual lines inside the subproof are no longer available. What you get instead is the conditional PQP \rightarrow Q as a new line in the main proof.
  • The discharged conditional no longer depends on the assumption. It stands on its own, supported by whatever premises the main proof already established.

Applying CP: Step-by-Step Example

Suppose your premises are:

  1. ABA \rightarrow B
  2. BCB \rightarrow C

And you want to prove: ACA \rightarrow C

Here's the proof:

  1. ABA \rightarrow B (Premise)
  2. BCB \rightarrow C (Premise)
  3.     AA (Assumption for CP)
  4.     BB (Modus Ponens, 1, 3)
  5.     CC (Modus Ponens, 2, 4)
  6. ACA \rightarrow C (CP, 3–5)

Lines 3–5 form the subproof. You assumed AA, derived CC, and then discharged the assumption to conclude ACA \rightarrow C at line 6. Notice that after line 6, you can no longer cite lines 3, 4, or 5 individually in later steps.