Checking Satisfiability of Compound Statement

  • Thread starter Thread starter VinnyCee
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 15K views
VinnyCee
Messages
486
Reaction score
0

Homework Statement



Is this compound statement satisfiable?

[tex](p\,\vee\,q\,\vee\,\neg\,r)\,\wedge\,(p\,\vee\,\neg\,q\,\vee\,\neg\,s)\,\wedge\,(p\,\vee\,\neg\,r\,\vee\,\neg\,s)\,\wedge\,(\neg\,p\,\vee\,\neg\,q\,\vee\,\neg\,s)\,\wedge\,(p\,\vee\,q\,\vee\,\neg\,s)[/tex]

Homework Equations



I guess you are supposed to use the following instead of truth tables somehow:

Logical equivalences - Domination, Idempotent, Double negation, Commutative, De Morgan's, Absorption, Negation, Associate, Distributive.

The Attempt at a Solution



I "converted" the first term in the expression:

[tex](p\,\vee\,q\,\vee\,\neg\,r)\,\equiv\,\left[(\neg\,p\,\longrightarrow\,q)\,\vee\,\neg\,r\right][/tex]

Now what do I do though?
 
Physics news on Phys.org
I figured it out!

It was simple.

The equation is satifiable.

Set p = TRUE and q = FALSE. Since it is all OR logical connectives, it was simple to find these values which make the statement true.
 


can you "VinnyCee" answer this with some explanations

*Is this compound statement is satisfiable/why?


(b) (¬p ∨ ¬q ∨ r) ∧ (¬p ∨ q ∨ ¬s) ∧ (p ∨ ¬q ∨ ¬s) ∧
(¬p ∨ ¬r∨ ¬s)∧ (p ∨ q ∨ ¬r)(¬p ∨ ¬r∨ s)