Logic 5.3
Logic 5.3
CHAPTER
5
Logic
5.3
Section The Conditional and the
Biconditional
1
3/22/21
Conditional Statements
Conditional Statements
Conditional statements can be written in if p, then q form
or in if p, q form. For instance, all of the following are
conditional statements.
If we order pizza, then we can have it delivered.
If you go to the movie, you will not be able to meet us for
dinner.
If n is a prime number greater than 2, then n is an odd
number.
In any conditional statement represented by “If p, then q” or
by “If p, q,” the p statement is called the antecedent and
the q statement is called the consequent.
4
2
3/22/21
3
3/22/21
4
3/22/21
Table 3.7
5.7
10
10
5
3/22/21
11
Table 5.7
12
6
3/22/21
13
13
14
14
7
3/22/21
15
15
Solution:
Enter the truth values for each simple statement and its
negation as shown in columns 1, 2, 3, and 4.
16
8
3/22/21
17
17
18
18
9
3/22/21
19
19
20
20
10
3/22/21
21
21
Solution:
In each case we write the disjunction of the negation of the
antecedent and the consequent.
22
11
3/22/21
23
23
24
24
12
3/22/21
25
25
Solution:
In each case, we write the conjunction of the antecedent
and the negation of the consequent.
a. They paid me the money and I did not sign the contract.
b. The lines are parallel and they intersect.
26
26
13
3/22/21
27
27
The Biconditional
28
28
14
3/22/21
The Biconditional
The statement is called a biconditional
and is denoted by which is read as “p if and only if
q.”
29
29
The Biconditional
Table 5.10 shows that p q is true only when p and q
have the same truth value.
30
30
15
3/22/21
a. x + 4 = 7 if and only if x = 3.
b. x2 = 36 if and only if x = 6.
Solution:
a. Both equations are true when x = 3, and both are false
when x ¹ 3. Both equations have the same truth value
for any value of x, so this is a true statement.
31
31
32
32
16