Quantifiers Solution
Quantifiers Solution
4
Q # 32 :
a) All dogs have fleas.
Let D(x) be the predicate that dogs have fleas where domain is the set of all dogs then the above statement
in symbolic form is
∀ x D ( x)
The negation is ¬∀ x D( x )
We use De Morgan's law so that no negation is to the left of a quantifier :
¬∀ x D( x )≡∃ x ¬D( x) There is a dog which does not have fleas. Or some dog does not have fleas.