Chapter 5
Chapter 5
Chapter 5
CHAPTER 5
Solution
Statements. A statement is a declarative
a. Florida is one of the 50 states in the
sentence that is either true or false, but
United States, so this sentence is true,
not both true and false. A simple
and it is a statement.
statement is a statement that does not
b. The sentence “How are you?” is a
contain a connective.
question, it is not a declarative sentence.
Thus, it is not a statement.
c. x + 1 = 5 is a statement. It is known as an
open statement. It is true for x = 4. And
it is false for any other values of x. For
any given value of x, it is true or false but
not both.
Example:
Determine whether each statement is true or
false.
a. 7 ≥ 5.
b. 5 is a whole number and 5 is an even
number.
c. 2 is a prime number and 2 is an even
Truth Values. The conjunction p ∧ q is true number
if and only if both p and q are true. The
disjunction p ∨ q is true provide p is true, q Solution
is true, or both p and q are true. a. 7 ≥ 5 means 7 > 5 or 7 = 5, because 7 > 5
is true, the statement is a true
statement.
b. This is a false statement because is not
an even number.
c. This is a true statement because each
simple statement is true.
Solution
a. No airports are open.
b. Some movies are not worth that prices
of admission.
c. Some odd numbers are divisible by 2.
EXERCISE SET 5.1
STATEMENTS
Determine whether each sentence is a statement. Assume that a and b are real numbers.
1. How much is a ticket to London?
2. 91 is a prime number.
3. a > b
4. a2 ≥ 0
5. Lock the car.
6. Clark Kent is Superman.
Write each sentence in symbolic form. Represent each simple statement of the sentence with
the letter indicated in parenthesis. Also state whether the sentence is a conjunction, a
disjunction, a negation, a conditional, or a biconditional.
1. Today is Monday (m) and it is my birthday (b).
2. If x is divisible by 2 (d), then x is an even number (e).
3. I am going to the dance (g) if and only if I have a date (d).
4. All triangles (t) have exactly three sides (s).
Solution
Construction of Truth Tables
Step 1: The given statement p ∨ [ ~(p ∧ ~q)] has
1. If the given statement has n
the two simple statements p and q. Thus we
simple statements, then start with
start with a standard form that have 2 2 = 4 rows.
a standard form that has 2n rows.
In each column, enter the truth values for the
Enter the truth values for each
statements p and ~q, as shown in the column
simple statement and their
numbered 1, 2, and 3 of the following table.
negations.
p q p ∨ [~ (p ∧ ~q)]
2. Use the truth values for each
simple statement and their T T T T F
negations to enter the truth values T F T T T
under each connective within a F T F F F
pair of grouping symbols are F F F F T
nested inside other grouping 1 2 3
symbols, then work from the
inside out. In any situation in Step 2: Use the truth values in columns 2 and 3
which grouping symbols have not to determine the truth values to enter under the
been used, then we use the “and” connective. See column 4 in the following
following order of precedence truth table. Now negate the truth values in
agreement. column 4 to produce the truth values in column
5.
First assign truth values to p q p ∨ [~ (p ∧ ~q)]
negations from left to right, T T T T T F F
followed by conjunctions from left T F T F T T T
to right, followed by disjunctions F T F T F F F
from left to right, followed by F F F T F F T
conditionals from left to right, and 1 5 2 4 3
finally by biconditionals from left
to right. Step 3: Use the truth values in the columns 1
and 5 to determine the truth values to enter
3. The truth value that are entered under the “or” connective. See column 6 in the
into the column under the following table. Shaded column 6 is the truth
connective for which truth values table for p ∨ [ ~(p ∧ ~q)].
are assigned last form the truth p q p ∨ [~ (p ∧ ~q)]
table for the given statement. T T T T T T F F
T F T T F T T T
F T F T T F F F
F F F T T F F T
1 5 2 4 3
Equivalent Statements. Two statements Example:
are equivalent if they both have the same Show that ~(p ∨ ~q) and ~p ∧ q are equivalent
statements.
Solution
Construct two truth tables and compare the
results. The truth tables below show that ~(p ∨
~q) and ~p ∧ q have the same truth values for all
possible truth values of their simple statements.
Thus, the statements are equivalent.
p q ~ (p ∨ ~q)
T T F T T F
truth value for all possible truth values of
T F F T T T
their simple statements. The notation p ≡
F T T F F F
q is used to indicate that the statements p
F F F F T T
and q are equivalent.
p q ~p ∧ ~q
T T F F T
T F F F F
F T T T T
F F F F F
Example:
Use one of De Morgan’s Law to restate the
following sentence in an equivalent form.
p q p ∨ (~p ∨ q)
T T T T F T T
T F T T F F F
F T F T T T T
F F F T T T F
Example:
Determine the truth value of each of the
following conditional statements.
a. If 2 is an integer, then 2 is a rational
number.
b. If 3 is a negative number, then 5 > 7.
Equivalent Disjunctive Form of p → q.
c. If 5 > 3, then 2 + 7 = 4
p→q≡~p∨q
The conditional p → q is false when p is
Solution
true, and q is false. It is true in all other
a. Because the consequent is true, this is
cases
true statement.
b. Because the antecedent is false, this is a
true statement.
c. Because the antecedent is true and the
consequent is false, this is a false
statement.
Example:
Let p, q, and r represent the following:
p: She will go on vacation
q: She cannot take the train
r: She cannot get a loan
Solution
a. She will go on vacation if and only if she
can take the train
b. She can get a loan if and only if she does
not go on vacation.
EXERCISE SET 5.3
THE NEGATION
Write the negation of each conditional statement in its equivalent conjunctive form.
1. If I get my paycheck, I will purchase a ticket.
2. The tomatoes will get big only if you only provide them with plenty of water.
3. If you entered Cleggmore University, then you had a high score on the SAT exam.
4. If Ryan enrolls at a university, then he will enroll at Yale.
5.4 The Conditional and Related Statements
Example:
Write each of the following in “If p, then q”
form.
a. The number is an even number provided
that it is divisible by 2.
b. Today is Friday, only if yesterday was
Thursday.
Solution
a. The statement, “The number is an even
Equivalent Forms of the Conditional number provided that it is divided by 2,”
The conditional “if p, then q” can be is in “q provided that p” form. The
stated, in English, in several equivalent antecedent is “it is divisible by 2,” and
forms. For example, p only if q; p implies the consequent is “the number is an
that q; and q provided that p are all even number.” Thus its “If p, then q”
equivalent forms of if p, then q. form is
If it is divisible by 2, then the number is
an even number.
b. The statement, “Today is Friday, only if
yesterday was Thursday,” is in “p only if
q” form. The antecedent is “today is
Friday.” The consequent is “yesterday
was Thursday.” Its “If p, then q” form is
If today is Friday, then yesterday was
Thursday.
Example:
Write the converse, inverse, and contrapositive
of
VALID ARGUMENT
Use a truth table to determine whether the argument is valid or invalid.
1. p ∧ ~q ∧ (~p → q)
p______________
∴~q
2. r
p → ~r
~p → q_________
∴p∧q
3. p → ~q
q______________
∴~p
Solution
The first premise indicates that the set of
Euler diagrams can be used to determine
college course is a subset of the set of fun
whether arguments that involve quantifies
courses. The second premise tells us that “this
are valid or invalid.
course” is an element of the set of college
courses. If we use c to represent “this course”,
Draw an Euler diagram that illustrates the
then c must be placed inside the set of college
conditions required by the premises of an
argument.
If the conclusion of the argument must
necessarily follow from all the conditions
shown by the premises, then the
arguments is valid. courses.
If the conclusion of the argument does not
necessarily follow form the conditions
shown by all the premises, then the
argument is invalid.
EULER DIAGRAMS
Use an Euler diagram to determine whether the argument is valid or invalid.
1. No wizard can yodel
All lizards can yodel
∴ No wizard is a lizard
2. Some dogs have tails.
Some dogs are big.
∴ Some big dogs have tails.
3. All Italians villas are wonderful. Some wonderful villas are expensive. Therefore, some
Italian villas are expensive.
4. All logicians like to sing “It’s a small world after all.” Some logicians have been
presidential candidates. Therefore, some presidential candidates like to sing “It’s a
small world after all.”
And then in the contrapositive, the contrapositive of “if p then q” is “if not q then not p”. The
contrapositive of the given statement will be “If (a + b) is not divisible by 3, then a and b are not both
divisible by 3.”
The next given statement is this, If you build it, they will come.
Same from what we have done in the previous one, we will also find its converse, inverse, and
contrapositive.