LOGICAL EQUIVALENCES Examples
LOGICAL EQUIVALENCES Examples
(Reviewer)
Solution:
[¬ p ∧( p ∨ q)]→ q
≡¬[¬ p ∧( p∨ q)]∨q Logical Equivalence involving conditional statement
≡[ p ∨ ¬( p ∨ q)]∨ q De Morgan’s Laws
≡[ p ∨(¬ p ∧¬ q)]∨q De Morgan’s Laws
≡( p ∨¬ p)∧(¬ q ∨ q) Associative Laws
≡T ∧T Negation Laws
Solution:
[( p → q)∧(q → r )]→[ p → r ]
Solution:
¬[ p ∨(¬ p ∧ q)]
sss ≡¬ p ∧ ¬(¬ p ∧q) De Morgan’s Laws
≡¬ p ∧ ¬(p ∨ ¬q) De Morgan’s Laws
≡(¬ p ∧¬ p)∨¬ q Associative Laws
≡¬ p ∧ ¬q Idempotent Laws
4. Show that [ ¬ p → ( q ∧¬ q ) ] and p are logically equivalent.
Solution:
[ ¬ p → ( q ∧¬ q ) ]
≡¬(¬ p) ∨(q ∧¬ q) Logical Equivalence involving conditional statements
≡ p ∧(q ∧ ¬q) De Morgan’s Laws
≡ p∧F Negation Laws
≡p Identity Laws
Solution:
( p q) p
≡¬ ( p ∧ q ) ∨ p Logical Equivalence involving conditional statements
≡ (¬ p ∨ ¬q ) ∨ p De Morgan’s Laws
≡¿ ¬ p ¿ ∨¬ q Associative Laws
≡T ∨¬ q Negation Laws
≡T Domination Laws