03+04. Chapter-1.3
03+04. Chapter-1.3
03+04. Chapter-1.3
1
1.3 Propositional Equivalences
Introduction
DEFINITION 1
A compound proposition that is always true, no matter what the truth
values of the propositions that occurs in it, is called a tautology. A
compound proposition that is always false is called a contradiction. A
compound proposition that is neither a tautology or a contradiction is
called a contingency.
T F T F
F T T F
2
1.3 Propositional Equivalences
Logical Equivalences
DEFINITION 2
The compound propositions p and q are called logically equivalent if p ↔ q
is a tautology. The notation p ≡ q denotes that p and q are logically
equivalent.
Compound propositions that have the same truth values in all
possible cases are called logically equivalent.
Example: Show that ¬p ν q and p → q are logically equivalent.
T T T F F F F
T F T F F T F
F T T F T F F
F F F T T T T
4
Logical Equivalences
Show that p ∨ (q ∧ r) and (p ∨ q) ∧ (p ∨ r) are logically equivalent.
5
Logical Equivalences
NA, NO
X 1, + 0
biporit connective
+ 1, X 0
On, An
same jinis +, X
not(not)
OR, ACD
AND
bracket odolbodol
OA, AO man agpich
bracket distribute
OA, AO
6
Logical Equivalences
Note: The above example can also be done using truth tables.
8
Constructing New Logical Equivalences
Example: Show that ¬(p ∨ (¬p ∧ q)) and ¬p ∧ ¬q are logically equivalent.
Solution:
¬(p ∨ (¬p ∧ q)) ≡ ¬p ∧ ¬(¬p ∧ q) by the second De Morgan law
≡ ¬p ∧ [¬(¬p) ∨ ¬q] by the first De Morgan law
≡ ¬p ∧ (p ∨ ¬q) by the double negation law
≡ (¬p ∧ p) ∨ (¬p ∧ ¬q) by the second distributive law
≡ F ∨ (¬p ∧ ¬q) because ¬p ∧ p ≡ F
≡ (¬p ∧ ¬q) ∨ F by the commutative law for disjunction
≡ ¬p ∧ ¬q by the identity law for F
9
Constructing New Logical Equivalences
Example: Show that (p Λ q) → (p ν q) is a tautology.
Note: The above example can also be done using truth tables.
10
Satisfiability
A compound proposition is satisfiable if there is at least one value that is
true in the truth table.
A compound proposition is unsatisfiable when there is not even a single
value in the truth table that is true.
11
Satisfiability
Example: Determine whether the compound propositions (p ∨ q ∨ r) ∧
(¬p ∨ ¬q ∨ ¬r) is satisfiable.
12