Implication Chain

Statement

Suppose that

  1. PQP \rightarrow Q,
  2. QRQ \rightarrow R.

Then

PR.P \rightarrow R.

Strategy

Our goal is to prove an implication. A natural approach is to assume its antecedent, derive the consequent using the given premises, and then apply Conditional Proof.

Proof

Assume PP.

From PQP \rightarrow Q and PP, by Modus Ponens, we obtain QQ.

From QRQ \rightarrow R and QQ, by Modus Ponens, we obtain RR.

Therefore,

PR,P \rightarrow R,

by Conditional Proof.

\square

Remarks

This proof illustrates how Conditional Proof is often combined with inference rules such as Modus Ponens.

Tags

  • propositional logic
  • conditional proof
  • modus ponens