Skip to main content

Section 2.3 Conditional Statements

In Section 2.2 we focused on existential and universal statements. In this section, we want to focus on statements that involve a conditional.

Activity 2.3.1. Which Type.

For each of the following statements, determine whether it is a conditional, universal, or existential statement.

(a)

All even numbers have a factor of 2.

(b)

If \(x>4\text{,}\) then \(x^2>16\text{.}\)

(c)

There exists a number greater than 100.

Activity 2.3.2. Relationship between Universal and Conditional.

There is a relationship between universal statements and conditional statements.

(a)

Rewrite the statement “All even numbers have a factor of 2.” as a conditional statement.

(b)

Rewrite the statement “If \(x>4\text{,}\) then \(x^2>16\text{.}\)” as a universal statement.
A universal conditional statement has the form “for all \(x\in D\text{,}\) if \(P(x)\) then \(Q(x)\text{.}\)” In symbols, we can write a universal conditional as \(\forall x\in D, P(x)\rightarrow Q(x).\)
Translate the statement using quantifiers and variables, “If an integer is even then it is divisible by 2.”
Answer.
Let \(P(x)\) be “\(x\) is even” and \(Q(x)\) be “\(x\) is divisible by 2.” \(\forall x\in \mathbb{Z}, P(x)\rightarrow Q(x)\text{.}\)

Activity 2.3.3. Translating to Universal Conditional.

Write the following statement formally as a universal conditional: Every differentiable function is continuous.
In Section 1.3 we introduced the connective for conditional statements. A conditional statement, as we've seen, has the form “if \(p\) then \(q\text{,}\)” and we use the connective \(p\rightarrow q\text{.}\)
As many mathematical statements are in the form of a conditional, it is important to keep in mind how to determine if a conditional statement is true or false.
A conditional, \(p\rightarrow q\text{,}\) is TRUE if you can show that whenever \(p\) is true, then \(q\) must be true. Or, using the contrapositive, \(p\rightarrow q\) is TRUE if you can show that whenever \(q\) is false, then \(p\) must be false.
A conditional, \(p\rightarrow q\text{,}\) is FALSE if you can show that there is a possibility for \(p\) to be true and \(q\) to be false. Note, by recalling the logical equivalence \(\neg(p\rightarrow q)\equiv p\ \wedge \neg q\text{,}\) we see that the negation of an “if...then” is an “and” statement.

Activity 2.3.4. A Geography Conditional.

Consider the statement “If you are in Portland, then you are in Oregon.”

(a)

Determine if this statement is true or false.

(b)

Write the negation of the statement. Use this to check your answer to (a). In particular, your negation should have the opposite truth value to what you decided in (a).

Activity 2.3.5. A Weather Conditional.

Consider the statement “If there are no clouds in the sky, then it is not raining.”

(a)

Determine if this statement is true or false.

(b)

Write the negation of the statement. Use this to check your answer to (a). In particular, your negation should have the opposite truth value to what you decided in (a).

Activity 2.3.6. An Argument Conditional.

Consider the statement “If an argument is valid, then it is impossible for the premises to be true and the conclusion false.”

(a)

Determine if this statement is true or false.

(b)

Write the negation of the statement. Note, you may need to recall how to negate an “and” statement. Use this to check your answer to (a).

Activity 2.3.7. A Mathematical Conditional.

Consider the statement “If a number is even, then it is divisible by 2.”

(a)

Determine if this statement is true or false.

(b)

Write the negation of the statement. Use this to check your answer to (a). In particular, your negation should have the opposite truth value to what you decided in (a).
We restate a few equivalences and definitions from Section 1.3 for easy reference.

Logical Equivalences for Conditionals.

  • \(\displaystyle p\rightarrow q\equiv \neg p\ \vee q\)
  • \(\displaystyle \neg(p\rightarrow q)\equiv p\ \wedge \neg q\)
Negating a universal conditional statement:
\begin{align*} \neg(\forall x\in D, P(x)\rightarrow Q(x))&\equiv \exists x\in D, \neg(P(x)\rightarrow Q(x))\\ &\equiv \exists x\in D, P(x)\wedge \neg Q(x) \end{align*}

Definition 2.3.2.

A conditional statement \(p\rightarrow q\) has
  • contrapositive: \(\neg q\rightarrow \neg p\text{;}\)
  • converse: \(q\rightarrow p\text{;}\)
  • inverse: \(\neg p\rightarrow \neg q\text{.}\)
We can extend the definition of contrapositive and converse to universal conditional statements.

Definition 2.3.3.

The universal conditional statement \(\forall x\in D, P(x)\rightarrow Q(x)\) has contrapositive \(\forall x\in D, \neg Q(x)\rightarrow \neg P(x)\text{.}\)

Definition 2.3.4.

The universal conditional statement \(\forall x\in D, P(x)\rightarrow Q(x)\) has converse \(\forall x\in D, Q(x)\rightarrow P(x)\text{.}\)

Activity 2.3.8. Writing Contrapositives.

Consider the statement “For all real numbers \(x\text{,}\) if \((x+1)(x-2)>0\) then \(x < -1\) or \(x>2\text{.}\)

(a)

Write the negation of the statement.

(b)

Write the contrapositive of the statement.

Activity 2.3.9. More Writing Contrapositives.

Consider the statement “For all integers \(n\text{,}\) if \(n\) has a factor of 15, then \(n\) has a factor of 3 and \(n\) has a factor of 5.”

(a)

Write the negation of the statement.

(b)

Write the contrapositive of the statement.

Activity 2.3.10. Converse Statements.

Now we want to look at the converses for the statements in the previous activities.

(a)

For the statement given in Activity 2.3.4, write the converse and determine if it is true or false.

(b)

For the statement given in Activity 2.3.5, write the converse and determine if it is true or false.

(c)

For the statement given in Activity 2.3.7, write the converse and determine if it is true or false.
Recall that a logical argument as seen in Section 1.2 and Section 1.4 can be valid or invalid, while a statement can be true or false. It is important to distiguish between these ideas. Arguments are not true or false, and statements are not valid or invalid. However, there is a connection between these ideas. In particular, we can convert arguments into conditional statements, where the premises of the argument form the hypothesis and the conclusion of the argument forms the conclusion.

Converting an Argument to a Conditional Statement.

The argument
A
B
\(\therefore\ \)C
can be represented by the conditional
\begin{equation*} (A \wedge B)\rightarrow (C). \end{equation*}
The premises of the argument, connected with an “and” become the “if” part and the conclusion of the argument becomes the “then” part.
Consider the argument from Example 1.4.1.
\(p\wedge q\)
\(\therefore\ \)\(p\)
We determined, using a truth table, that this is a valid argument. We can convert this argument to the conditional
\begin{equation*} (p\wedge q)\rightarrow (p). \end{equation*}
If you check the truth table for \((p\wedge q)\rightarrow (p)\text{,}\) you will see that it is always true.
Consider the argument from Example 1.4.3.
\(p\vee q\)
\(\therefore\ \)\(p\)
We determined, using a truth table, that this is an invalid argument. We can convert this argument to the conditional
\begin{equation*} (p\vee q)\rightarrow (p). \end{equation*}
If you check the truth table for \((p\vee q)\rightarrow (p)\text{,}\) you will see that it can be false.
The corresponding conditional for a valid argument will be a tautology (always true), while the corresponding conditional for a invalid argument can be false (has at least one case where it is false).

Activity 2.3.11. Checking Validity with Conditional.

Consider the argument from Activity 1.4.1.
\(p\rightarrow q\)
\(\neg q\)
\(\therefore\ \)\(\neg p\)

(a)

Convert the argument to a conditional statement.

(b)

Determine if it is possible for the conditional statement to be false. What does this tell you about the validity of the argument?

Activity 2.3.12. More Checking Validity with Conditional.

Consider the argument from Activity 1.4.2.
\(p\rightarrow q\)
\(\neg p\)
\(\therefore\ \)\(\neg q\)

(a)

Convert the argument to a conditional statement.

(b)

Determine if it is possible for the conditional statement to be false. What does this tell you about the validity of the argument?

Exercises Exercises

1.

Often it is necessary to convert an informal mathematical statement into a more formal one. Complete the following statements so they are equivalent to “The reciprocal of any positive number is positive.”
  1. Given any positive real number \(r\text{,}\) the reciprocal of ___.
  2. For any real number \(r\text{,}\) if \(r\) is ___ then ___.
  3. If a real number \(r\) ___, then ___.

2.

Complete the following statements so they are equivalent to “The cube root of any negative real number is negative.”
  1. Given any negative real number \(s\text{,}\) the cube root of ___.
  2. For any real number \(s\text{,}\) if \(s\) is ___, then ___.
  3. If a real number \(s\)___, then ___.

3.

In order to better understand mathematical statements, it can be helpful to write statements less formally. First rewrite each statement without using variables, then determine whether the statements are true or false.
  1. There are real numbers \(u\) and \(v\) with the property that \(u+v < v-u\text{.}\)
  2. There is a real number \(x\) such that \(x^2 < x\text{.}\)
  3. For all positive integers \(n\text{,}\) \(n^2\geq n\text{.}\)
  4. For all real numbers \(a\) and \(b\text{,}\) \(| a+b | \leq | a | + | b |\text{.}\)

4.

Fill in the blanks to rewrite the statement “Every nonzero real number has a reciprocal.”
  1. All nonzero real numbers ___.
  2. For all nonzero real numbers \(r\text{,}\) there is ___ for \(r\text{.}\)
  3. For all nonzero real numbers \(r\text{,}\) there is a real number \(s\) such that ___.

5.

Write the negation of each of the statements.
  1. \(\forall\) real numbers \(x\text{,}\) if \(x>3\) then \(x^2>9\text{.}\)
  2. \(\forall n\in \mathbb{Z}\text{,}\) if \(n\) is prime then \(n\) is odd or \(n=2\text{.}\)
  3. \(\forall\) integers \(n\text{,}\) if \(n\) is divisible by 6, then \(n\) is divisible by 2 and \(n\) is divisible by 3.

6.

Use a conditional statement to determine if the following argument is valid or invalid. Clearly state your conclusion and explain how your conditional statement supports your conclusion.
\(p\)
\(p\rightarrow q\)
\(\neg q\ \vee r\)
\(\therefore r\)

7.

Use a conditional statement to determine if the following argument is valid or invalid. Clearly state your conclusion and explain how your conditional statement supports your conclusion.
\((p\ \wedge q)\rightarrow \neg r\)
\(p\ \vee \neg q\)
\(\neg q\rightarrow p\)
\(\therefore \neg r\)

8.

Use a conditional statement to show the following argument is valid. Explain how your conditional statement supports your conclusion.
\(p \ \vee q\)
\(\neg p\)
\(\therefore q\)

9.

Use a conditional statement to show the following argument is invalid. Explain how your conditional statement supports your conclusion.
\(\neg p\rightarrow q\)
\(p\)
\(\therefore \neg q\)