Lesson 2.5 Logical Operators
Lesson 2.5 Logical Operators
OPERATORS /
CONNECTORS
Objectives
•To construct a truth table for propositions.
•To perform different types of operators on
propositions.
•To determine the possible truth value of propositions.
TRUTH TABLE Three propositions
p q r
One proposition Two propositions
T T T
p p q T T F
T T T T F T
F T F T F F
F T F T T
F F F T F
F F T
F F F
NEGATION
•The negation of a proposition 𝑝 is denoted by
~𝑝 : (read as ‘not’ 𝑝),
and is denoted through its truth table:
𝒑 ~𝒑
T F
F T
NEGATION
𝑥−1
1) 𝑝 𝑥 = is a polynomial function.
𝑥+2
𝑥−1
It is not true that 𝑝 𝑥 = is a polynomial function.
𝑥+2
൫ 𝒑→𝒒
𝒑 𝒒 ~𝒑 ~𝒒 𝒑 → 𝒒 𝒑 → 𝒒 ∧ ~𝒑 ∧ ~𝒑 ൯ → ~𝒒
T T F F T F T
T F F T F F T
F T T F T T F
F F T T T T T
Construct the truth table of the following propositions.
a) 𝑝→𝑞 ∧𝑞 →𝑝
b) 𝑝 ∨ 𝑞 ∧ 𝑝 → ~𝑞
c) 𝑝 → 𝑞 → ~𝑝 → ~𝑞
d) 𝑝 → 𝑞 ↔ ~𝑞 → ~𝑝