Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Express each of these statements using quantifiers. Then form the negation of the statement so that no negation is to the left of a quantifier. Next, express the negation in simple English. (Do not simply use the phrase “It is not the case that.”)

a) All dogs have fleas.

b) There is a horse that can add.

c) Every koala can climb.

d) No monkey can speak French.

e) There exists a pig that can swim and catch fish.

Short Answer

Expert verified

a) There is a dog that does not have fleas.

b) All horses cannot add.

c) There is a koala that cannot climb.

d) A monkey can speak French.

e) All pigs cannot swim or not catch fish.

Step by step solution

01

INTERPRETATION SYMBOLS

Negation ¬p: not p

Conjunctionpq:p and q

Existential quantification xP(x): There exists an element xin the domain such that P(x).

Universal xP(x):P(x)quantification for all values of x in the domain.

LOGICAL EQUIVALENCES

Double negation law:

¬(¬p)p

De Morgan's laws:

¬(pq)¬p¬q¬(pq)¬p¬q

De Morgan's Laws for Qualifiers:

¬xP(x)x¬P(x)¬xP(x)x¬P(x)

02

¬(∀xP(x))≡∃x¬P(x)

Let the domain be dogs andP(x)mean "xhas fleas". We can then rewrite the given statement as:

xP(x)

The negation is then by De Morgan's Law for Qualifiers:

¬(xP(x)x¬P(x)

This means: There is a dog that does not have fleas.

b) Let the domain be horses and Q(x) mean "x can add". We can then rewrite the given statement as:

xQ(x)

The negation is then by De Morgan's Law for Qualifiers:

¬(xQ(x))x¬Q(x)

This means: All horses can not add.

03

∀xR(x)

c) Let the domain be koalas and R(x)mean "x can climb". We can then rewrite the given statement as:

xR(x)

The negation is then by De Morgan's Law for Qualifiers:

¬(xR(x)x¬R(x)

This means: There is a koala that cannot climb.

04

∀x(¬S(x))

d) Let the domain be monkeys andS(x)mean "xcan speak French". We can then rewrite the given statement as "every monkey cannot speak French":

x(¬S(x))

The negation is then by De Morgan's Law for Qualifiers and the double negation law:

¬(x(¬s(x)))x¬(¬S(x))xS(x)

This means: A monkey can speak French.

05

∃x(T(x)∧U(x))

e) Let the domain be pigs and T(x) mean "xcan swim" and U(x)mean "x can catch fish". We can then rewrite the given statement as:

x(T(x)U(x))

The negation is then by De Morgan's Law for Qualifiers and the regular De Morgan's Law:

¬x(T(x)U(x)))x¬(T(x)U(x))x(¬T(x)¬U(x))

This means: All pigs cannot swim or not catch fish.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

For each of these sentences, determine whether an inclusive or, or an exclusive or, is intended. Explain your answer

a) Coffee or tea comes with dinner.
b) A password must have at least three digits or be at least eight characters long.
c) The prerequisite for the course is a course in number theory or a course in cryptography.
d) You can pay using U.S. dollars or euros

Suppose that Prolog facts are used to define the predicates mother(M,Y)and father(F,X)which represent that Mis the mother of Yand Fis the father of X, respectively. Give a Prolog rule to define the predicate grandfather (X,Y),which represents that Xis the grandfather of Y. [Hint: You can write a disjunction in Prolog either by using a semicolon to separate predicates or by putting these predicates on separate lines.]

A says “We are both knaves” and B says nothing. Exercises 24–31 relate to inhabitants of an island on which there are three kinds of people: knights who always tell the truth, knaves who always lie, and spies (called normals by Smullyan [Sm78]) who can either lie or tell the truth. You encounter three people, A, B, and C. You know one of these people is a knight, one is a knave, and one is a spy. Each of the three people knows the type of person each of other two is. For each of these situations, if possible, determine whether there is a unique solution and determine who the knave, knight, and spy are. When there is no unique solution, list all possible solutions or state that there are no solutions.

A says “I am the knave,” B says “I am the knave,” and C says “I am the knave.”

Find a compound proposition involving the propositional variables \(p,q\) and \(r\) that is true when \(p\) and \(q\) are true and \(r\) is false, but is false otherwise. (Hint: Use a conjunction of each propositional variable or its negation.)

You can upgrade your operating system only if you have a 32-bit processor running at 1 GHz or faster, at least 1 GB RAM, and 16 GB free hard disk space, or a 64- bit processor running at 2 GHz or faster, at least 2 GB RAM, and at least 32 GB free hard disk space. Express you answer in terms of u: “You can upgrade your operating system,” b32: “You have a 32-bit processor,” b64: “You have a 64-bit processor,” g1: “Your processor runs at 1 GHz or faster,” g2: “Your processor runs at 2 GHz or faster,” r1: “Your processor has at least 1 GB RAM,” r2: “Your processor has at least 2 GB RAM,” h16: “You have at least 16 GB free hard disk space,” and h32: “You have at least 32 GB free hard disk space.”

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free