Logical Equivalences
Logical Equivalences
Equiv.
Logical Equivalences
Def. A compound proposition that is always true, no matter what the truth
values of the (simple) propositions that occur in it, is called tautology. A
compound proposition that is always false, no matter what, is called a
contradiction. A proposition that is neither a tautology nor a contradiction
is called a contingency.
You must learn to determine if two propositions are logically equivalent and
how to simply compound propositions by the
• truth table method and
• by the logical proof method (using the tables of logical equivalences.)
Exercise 1: Use truth tables to show that ~ ~p ≡ p (the double negation law)
is valid.
Exercise 2: Use truth tables to show that p ∧ T ≡ p (an identity law) is valid.
Note: Any equivalence termed a “law” will be proven by truth table, but
all others by proof (as we shall see next).
Logical 2
Equiv.
Equivalence Name
p∨ p ≡ p Idempotent laws
p∧ p ≡ p
p∧ T ≡ p Identity laws
p∨ F ≡ p
p ∨ ~p≡ T Inverse laws
p ∧ ~p≡ F
p ∨ T ≡T Domination laws
p ∧ F ≡F
p∨ q ≡ q∨ p Commutative laws
p∧q ≡ q∧p
~ ~p ≡ p Double negation law
(p ∨ q ) ∨ r ≡ p ∨ (q ∨ r ) Associative laws
(p ∧ q ) ∧ r ≡ p ∧ (q ∧ r )
p ∨ (q ∧ r ) ≡ (p ∨ q ) ∧ (p ∨ r ) Distributive laws
p ∧ (q ∨ r ) ≡ (p ∧ q ) ∨ (p ∧ r )
~(p ∧ q) ≡ ~p ∨ ~q De Morgan's laws
~(p ∨ q) ≡ ~p ∧ ~q
(p → q) ≡ ~p ∨ q Implication conversion law
(p → q) ≡ ~q → ~p Contrapositive law
(p → q) ≡ (p ∧ ~q) → F Reductio ad absurdum law
Exercise 4: Use a truth tables to show that ~(p ∧ q) and ~p ∧ ~q are not
equivalent.
Logical 3
Equiv.
Exercise 5: For each of the following name the equivalence law that
guarantees the statement.
i. [ (p ∧ q) ∨ ~(p ∧ q) ] ≡ T ________________________
ii. [ (p ∧ q) ∨ (p ∧ q) ] ≡ (p ∧ q) ___________________
iii. ~ [(p ∧ q) ∨ r ] ≡ ~(p ∧ q) ∧ ~r __________________
iv. (p ∧ q) → q ≡ ~(p ∧ q) ∨ q _____________________
v. (p ∧ q) ∨ (q ∨ r) ≡ ((p ∧ q) ∨ q) ∨ r _____________________
vi. Let A be a set. The statement “for any x, x ∈ A and x ∉ A” is false
by which law? _____________________