Skip to main content

Validity

Consider a truth table for the formulas PQP\vee Q, ¬P\neg P and ¬Q\neg Q.

PPQQ(PQ)(P\vee Q)¬P\neg P¬Q\neg Q
1. T\mathsf{T}T\mathsf{T}T\mathsf{T}F\mathsf{F}F\mathsf{F}
2. T\mathsf{T}F\mathsf{F}T\mathsf{T}F\mathsf{F}T\mathsf{T}
3. F\mathsf{F}T\mathsf{T}T\mathsf{T}T\mathsf{T}F\mathsf{F}
4. F\mathsf{F}F\mathsf{F}F\mathsf{F}T\mathsf{T}T\mathsf{T}

A couple observations about this truth table:

  • Each pair of formulas are satisfiable: PQP\vee Q and ¬P\neg P are both true in row 3; PQP\vee Q and ¬Q\neg Q are both true in row 2; and ¬P\neg P and ¬Q\neg Q are both true in row 4.
  • There is no row in which all three formulas are true: The only row in which PQP\vee Q and ¬P\neg P are true is row 3, but ¬Q\neg Q is false in this row. When this happens, we say that the set of formulas {PQ,¬P,¬Q}\{P\vee Q, \neg P, \neg Q\} is not satisfiable.
  • In every row in which PQP\vee Q and ¬P\neg P are true, QQ is true: The only row in which PQP\vee Q and ¬P\neg P are true is row 3, and in this row QQ is true.
  • In every row in which QQ is false, at least one of PQP\vee Q or ¬P\neg P is false. The two rows in which QQ is false is 2 and 4. In row 2, ¬P\neg P is false and in row 4 PQP\vee Q is false.

The last two observations explain why the argument with premises PQP\vee Q and ¬P\neg P and conclusion QQ is valid.

Recall (see the section on argument form) that we denote an inference, or argument, by listing the premises separated a comma followed by '\Rightarrow' followed by the conclusion. For instance, the argument with premises PQP\vee Q and ¬P\neg P and conclusion QQ is written as:

PQ,¬PQ.P\vee Q, \neg P \Rightarrow Q.

The truth table given above shows that this argument is valid, where validity of an argument is defined as follows.

Validity

An argument, or inference, X1,,XnYX_1, \ldots, X_n\Rightarrow Y is valid if there is no truth value assignment that makes each X1,,XnX_1, \ldots, X_n true and YY false.

We write X1,,XnYX_1, \ldots, X_n\models Y when X1,,XnYX_1, \ldots, X_n\Rightarrow Y is valid.

We write X1,,Xn⊭YX_1, \ldots, X_n\not\models Y when X1,,XnYX_1, \ldots, X_n\Rightarrow Y is not valid.

Example

P,PQQP, P\rightarrow Q \models Q: That is, P,PQQP, P\rightarrow Q \Rightarrow Q is valid. To see this, we first construct a truth table with a column for PQP\rightarrow Q:

PPQQ(PQ)(P\rightarrow Q)
1. T\mathsf{T}T\mathsf{T}T\mathsf{T}
2. T\mathsf{T}F\mathsf{F}F\mathsf{F}
3. F\mathsf{F}T\mathsf{T}T\mathsf{T}
4. F\mathsf{F}F\mathsf{F}T\mathsf{T}

The second step is to verify that there is no truth value assignment that makes each of PP and PQP\rightarrow Q true and QQ false. Recall that each row of the truth table is a truth value assignment, and the above truth table lists all the relevant truth value assignments to determine the validity of the argument. We can explain why the argument is valid in two ways:

  • Row 1 is the only row in which PP and PQP\rightarrow Q is true, and in that row QQ is true. This means that there is no row in which PP and PQP\rightarrow Q are both true and QQ is false. So, the argument P,PQQP, P\rightarrow Q\Rightarrow Q is valid.

  • QQ is false in rows 2 and 4. In row 2, PQP\rightarrow Q is false, and in row 4, PP is false. This means that every row in which QQ is false, at least one of the premises is false. That is, there is no row in which PP and PQP\rightarrow Q are both true and QQ is false. So, the argument P,PQQP, P\rightarrow Q\Rightarrow Q is valid.

Example

Q,PQ⊭PQ, P\rightarrow Q \not\models P: That is, Q,PQPQ, P\rightarrow Q \Rightarrow P is not valid. To see this, we first construct a truth table with a column for PQP\rightarrow Q:

PPQQ(PQ)(P\rightarrow Q)
1. T\mathsf{T}T\mathsf{T}T\mathsf{T}
2. T\mathsf{T}F\mathsf{F}F\mathsf{F}
3. F\mathsf{F}T\mathsf{T}T\mathsf{T}
4. F\mathsf{F}F\mathsf{F}T\mathsf{T}

The second step is to verify that there is a truth value assignment that makes QQ and PQP\rightarrow Q both true and PP false. In row 3, QQ and PQP\rightarrow Q is true and PP is false. This means that there is a truth value assignment that makes QQ and PQP\rightarrow Q both true and PP false. This means that the argument Q,PQPQ, P\rightarrow Q\Rightarrow P is not valid.

The following picture summarizes the procedure to determine whether an argument X1,X2,,XnYX_1, X_2, \ldots, X_n\Rightarrow Y is valid.

classifying arguments


The following are equivalent ways to define validity of an argument:

  • There is no truth value assignment that makes all the premises true and the conclusion false.
  • Every truth value assignment that makes all the premises true also makes the conclusion true.
  • Every truth value assignment that makes the conclusion false also makes at least one of the premises false.

Practice Questions

I. Answer the following true/false questions.

  1. True or False: If an argument has a false conclusion, then it is invalid.

  2. True or False: If the conclusion of a valid argument is false, then at least one of its premises is false.

  3. True or False: Adding a premise to a valid argument may make the argument invalid.

  4. True or False: If an argument has a contradiction as a premise, then the argument is valid.

  5. True or False: If an argument has a tautology as a conclusion, then the argument is valid.

  6. True or False: If there is some truth value assignment that makes all the premises and the conclusion are true, then the argument is valid.

  7. True or False: If an argument has premises that are not satisfiable, then the argument is valid.

II. Use a truth table to determine whether the argument is valid.

  1. PQ,¬Q¬PP\rightarrow Q, \neg Q \Rightarrow \neg P
  1. ¬PQ,¬QP\neg P\rightarrow Q, \neg Q \Rightarrow P
  1. PQ,QPP\rightarrow Q, Q \Rightarrow P
  1. PQ,QR(PQ)RP\rightarrow Q, Q \rightarrow R \Rightarrow (P \vee Q) \rightarrow R
  1. PQ,PRP(QR)P\rightarrow Q, P\rightarrow R \Rightarrow P\rightarrow (Q \wedge R)
  1. PQ,PQP\rightarrow Q, P \Rightarrow Q
  1. PQ,P,¬RQP\rightarrow Q, P, \neg R \Rightarrow Q
  1. PQ,P,¬QQP\rightarrow Q, P, \neg Q \Rightarrow Q
  1. PQR,PQRP\wedge Q\rightarrow R, P\vee Q \Rightarrow R
  1. PQR,PQRP\wedge Q\rightarrow R, P \Rightarrow Q\rightarrow R
  1. PQ,QRPRP \vee Q, Q\rightarrow R \Rightarrow P\wedge R
  1. (P(QR)),(QR)¬¬P(P\rightarrow (Q\rightarrow R)), (Q\wedge R) \Rightarrow \neg\neg P
  1. ((PQ)(P¬Q)),(QR)(¬RP)((P\wedge Q)\vee (P\rightarrow \neg Q)), (Q\rightarrow R) \Rightarrow (\neg R\rightarrow P)
  1. (¬(PQ)P),(PQ)P(\neg (P \vee Q) \rightarrow P), (P\wedge Q) \Rightarrow P
  1. ¬(PQ)P,¬P,QR\neg (P \vee Q) \rightarrow P, \neg P, Q \Rightarrow R