Chapter 1
Chapter 1
Chapter 1
DEFINITION 1
Let p be a proposition. The negation of p, denoted by ¬p, is the statement
“It is not the case that p.”
The proposition ¬p is read “not p.” The truth value of the negation of p, ¬p
is the opposite of the truth value of p.
Examples
Find the negation of the proposition “His new car is black.” and
express this in simple English.
Solution: The negation is “It is not the case that his new car is black.”
In simple English, “His new car is not black.”
Find the negation of the proposition “At least 5 inches of rain fell today
in Ohio.” and express this in simple English.
Solution: The negation is “It is not the case that at least 5 inches
of rain fell today in Ohio.”
In simple English, “Less than 5 inches of rain fell today in
Ohio.”
9 Negation Operator Notation
Examples
Find the conjunction of the propositions p and q where p is the
proposition “Today is Monday.” and q is the proposition “The weather
is cold and snowy.”, and the truth value of the conjunction.
Truth Table:
Truth Table:
Truth Table:
27 Conditional Statement
(p → q)
If 2 + 1 = 4, then 1 + 4 = 3. (T)
If 1 + 1 = 2, then cats can fly. (F)
If 2 + 2 = 4, then 1 + 2 = 3. (T)
28
Conditional Statement
(p → q)
Example:
Let p be the statement “Sandra learns discrete structures.” and q the
statement “Sandra will find a good job.” Express the statement p → q as
a statement in English.
Solution: Any of the following -
“If Sandra learns discrete structures, then she will find a
good job.
“Sandra will find a good job when she learns discrete
structures.”
“For Sandra to get a good job, it is sufficient for her to learn
discrete structures.”
“Sandra will find a good job unless she does not learn
discrete structures.”
29 Conditional Statement
(p → q)
Because conditional statements play such an essential
role in mathematical reasoning, a variety of terminology
is used to express p → q. You will encounter most if not
all of the following ways to express this conditional
statement:
30 Conditional Statement
(p → q)
Let p and q be the propositions that state ”The
weather is cold” and “We will go to Tagaytay”
respectively
Answer: Any of the following -
“If the weather is cold, then we will go to Tagaytay”
“We will go to Tagaytay, if the weather is cold”
“We will go to Tagaytay when the weather is cold”
31 Exercise 4
Let p and q be the propositions
p: I bought a lottery ticket this week.
q: I won the million dollar jackpot.
Express each of these propositions as an English
sentence.
¬P
¬q
p∨q
p∧q
p→q
32 1.1 Propositional Logic
Other conditional statements:
Converse of p → q : q → p
Contrapositive of p → q : ¬ q → ¬ p
Inverse of p → q : ¬ p → ¬ q
33
Inverse, Converse and
Contrapositive
34 Inverse, Converse and
Contrapositive
35 Converse, Contrapositive, and
Inverse
Find the contrapositive, the converse, and the inverse of the conditional
statement
“The home team wins whenever their superstars are playing.”
Because “q whenever p” is one of the ways to express the conditional
statement p → q,
The original statement can be rewritten as “If their superstars are
playing, then the home team wins.”
The converse is:
“If the home team wins, then their superstars are playing.”
The contrapositive of this conditional statement is:
“If the home team does not win, then their superstars are not playing.”
The inverse is:
“If their superstars are not playing, then the home team does not win.”
36 Exercise 5