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

Use rules of inference to show that if \(\forall x(P(x) \vee Q(x))\), \(\forall x(\neg Q(x) \vee S(x))\), \(\forall x(R(x) \to \neg S(x))\)and \(\exists x\neg P(x)\)are true, then \(\exists x\neg R(x)\)is true.

Short Answer

Expert verified

If \(\forall x(P(x) \vee Q(x))\), \(\forall x(\neg Q(x) \vee S(x))\), \(\forall x(R(x) \to \neg S(x))\)and \(\exists x\neg P(x)\)are true, \(\exists x\neg R(x)\)holds.

Step by step solution

01

Rules of Inference

(a) Universal instantiation:It is a rule of inference which used to conclude that \(P(a)\) is true, where ais a particular member of the domain, with the given premise\(\forall xP(x)\).

(b) Universal generalization: It is a rule of inference that states that ∀xP(x) is true, given the premise that P(a) is true for all elements a in the domain.

(c) Disjunctive Syllogism: \(((P(a) \vee Q(a)) \wedge \neg P(a)) \to Q(a)\)

(d) Resolution: \(((P(a) \vee Q(a)) \wedge (\neg P(a) \vee R(a))) \to (Q(a) \vee R(a))\)

(e) Modus Ponens: \((P(a) \wedge (P(a) \to Q(a))) \to Q(a)\)

02

Proof

Given: Premises\(\forall x(P(x) \vee Q(x))\), \(\forall x(\neg Q(x) \vee S(x))\), \(\forall x(R(x) \to \neg S(x))\)and\(\exists x\neg P(x)\)

To prove:\(\exists x\neg R(x)\)

Proof:Following arguments are required for the proof-

Step Reason

  1. \(\forall x(P(x) \vee Q(x))\) Premise
  2. \((P(a) \vee Q(a))\) Universal Instantiation from(1)
  3. \((Q(a) \vee P(a))\) Commutative Law on (2)
  4. \(\forall x(\neg Q(x) \vee S(x))\) Premise
  5. \((\neg Q(a) \vee S(a))\) Universal Instantiation from(4)
  6. \(((Q(a) \vee P(a) \wedge (\neg Q(a) \vee S(a))) \to (P(a)vS(a))\) Resolution on (3) and (5)
  7. \(\exists x\neg P(x)\) Premise
  8. \(\neg P(a)\) Existential Instantiation from(7)
  9. \(((P(a) \vee S(a)) \wedge \neg P(a)) \to S(a)\) Disjunctive Syllogism (6) & (8)
  10. \(\forall x(R(x) \to \neg S(x))\) Premise
  11. \(R(a) \to \neg S(a)\) Universal Instantiation from(10)
  12. \(S(a) \to \neg R(a)\) Contrapositive of (11)
  13. \((S(a) \wedge (S(a) \to R(a))) \to \neg R(a)\) Modus Ponens on (3) and (9)
  14. \(\exists x\neg R(x)\) Existential Generalization of(13)

Therefore, there exists\(x\neg R(x)\).

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

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.]

Let p, q, and r be the propositions

p : You have the flu.

q: You miss the final examination.

r : You pass the course.

Express each of these propositions as an English sentence.

a) pq

b) ¬qr

c) q¬r

d)pqr

e)(p¬r)(q¬r)

f ) (pq)(¬qr)

Let p, q, and r be the propositions

p : Grizzly bears have been seen in the area.

q : Hiking is safe on the trail.

r : Berries are ripe along the trail.

Write these propositions using p, q, and r and logical connectives (including negations).

a)Berries are ripe along the trail, but grizzly bears have not been seen in the area.
b) Grizzly bears have not been seen in the area and hiking on the trail is safe, but berries are ripe along the trail.
c) If berries are ripe along the trail, hiking is safe if and only if grizzly bears have not been seen in the area.
d) It is not safe to hike on the trail, but grizzly bears have not been seen in the area and the berries along the trail are ripe.
e) For hiking on the trail to be safe, it is necessary but not sufficient that berries not be ripe along the trail and for grizzly bears not to have been seen in the area.
f ) Hiking is not safe on the trail whenever grizzly bears have been seen in the area and berries are ripe along the trail.

When planning a party you want to know whom to invite. Among the people you would like to invite are three touchy friends.You know that if Jasmine attends, she will become unhappy if Samir is there, Samir will attend only if Kanti will be there, and Kanti will not attend unless Jasmine also does.Which combinations of these three friends can you invite so as not to make someone unhappy? Exercises relate to inhabitants of the island of knights and knaves created by Smullyan, where knights always tell the truth and knaves always lie. You encounter two people, and . Determine, if possible, what and are if they address you in the ways described. If you cannot determine what these two people are, can you draw any conclusions?

Are these system specifications consistent? “Whenever the system software is being upgraded, users cannot access the file system. If users can access the file system, then they can save new files. If users cannot save new files, then the system software is not being upgraded.”

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