Skip to main content
\(\require{mathrsfs}\newcommand{\abs}[1]{\left| #1 \right|} \renewcommand{\emptyset}{\varnothing} \DeclareMathOperator{\dom}{dom} \DeclareMathOperator{\range}{rng} \DeclareMathOperator{\perm}{perm} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section1.2Conditionals and Biconditionals

Definition1.2.1Conditional, Antecedent, Consequent

For propositions \(P\) and \(Q\text{,}\) the conditional sentence \(P \implies Q\) is the proposition “If \(P\text{,}\) then \(Q\text{.}\)” The proposition \(P\) is called the antecedent, \(Q\) the consequent. The conditional sentence \(P \implies Q\) is true if and only if \(P\) is false or \(Q\) is true. In other words, \(P \implies Q\) is equivalent to \((\neg P) \vee Q\text{.}\)

A conditional is meant to make precise the standard language construct “If …, then …”, but it is has some seemingly counterintuitive properties. For example, do you think the statement “if the moon is made of green cheese, then it is tasty,” is true or false? What about the statement, “if the moon is made of green cheese, then the Red Sox will win the world series,” is it true or false? In fact, both statement are true because the antecedent, “the moon is made of green cheese”, is false. Note, in each case, we are not asking about the truth of the atomic propositions, but rather the statement as a whole. Moreover, there is no reason the antecedent and consequent need to be logically connected, which violates our intuition.

Suppose you are a waiter in a restaurant and you want to make sure that everyone at the table is obeying the law: the drinking age is 21. You know some information about who ordered what to drink and their ages which is indicated in the table below. What is the minimal additional information you need to determine if the law is obeyed?

Person Age Drink
A 33
B Beer
C 15
D Coke
Table1.2.3
Solution

B's age and C's drink. You can think of obeying the law as making “If under 21, then no alcohol,” a true statement. Then the statement is true whenever each person is either 21 and up or did not order alcohol. A is above 21, so he is obeying the law no matter what he ordered. B ordered alcohol, so we must check how old he is to determine if the law is obeyed. C is under 21, so we must check what he ordered to determine if the law is obeyed. D order coke, so he is obeying the law regardless of his age.

Definition1.2.4Converse, Contrapositive

Let \(P\) and \(Q\) be propositions and consider the conditional \(P \implies Q\text{.}\) Then the

converse
is \(Q \implies P\text{.}\)
contrapositive
is \((\neg Q) \implies (\neg P)\text{.}\)

Make the truth table.

Definition1.2.6Biconditional

For propositions \(P\) and \(Q\text{,}\) the biconditional sentence \(P \iff Q\) is the proposition “\(P\) if and only if \(Q\text{.}\)” \(P \iff Q\) is true exactly when \(P\) and \(Q\) have the same truth value.

Make a truth table.

Make a truth table.

Make a truth table.

Make a truth table.

Make a truth table.

Remark1.2.12Dictionary of implication

The logical conditional \(P \implies Q\) has several translations into English which include:

  • If \(P\text{,}\) then \(Q\text{.}\)
  • \(P\) implies \(Q\text{.}\)
  • \(P\) is sufficient for \(Q\text{.}\)
  • \(P\) only if \(Q\text{.}\)
  • \(Q\text{,}\) if \(P\text{.}\)
  • \(Q\) whenever \(P\text{.}\)
  • \(Q\) is necessary for \(P\text{.}\)
  • \(Q\text{,}\) when \(P\text{.}\)

Similarly, the biconditional \(P \iff Q\) translates into a few of English phrases including:

  • \(P\) if and only if \(Q\text{.}\)
  • \(P\) is equivalent to \(Q\text{.}\)
  • \(P\) is necessary and sufficient for \(Q\text{.}\)