Processing math: 100%
PS03: More Propositional Logic
Due Wed 4/8 @ 1:30pm.
- Is the following proposition satisfiable? Explain.
(p∨q∨¬r)∧(p∨¬q∨¬s)∧(p∨¬r∨¬s)∧(¬p∨¬q∨¬s)∧(p∨q∨¬s)
Rewrite each of the following compound propositions so that each variable occurs at most once. Prove that your proposition is equivalent to the original using a truth table.
- ¬p∧(p∨q)
- p⇒(p∧q∧r)
- ((p∧q)⇒(p∨q))⇒(q⇒r)
Do the following problems from the book, listed on pages 330–332.
- 3.45
- 3.52 (and justify your answer)
- 3.56
- 3.79
- 3.80
- 3.81
- Prove that ¬(p⇒q)≡p∧¬q using a chain of logical equivalences, not a truth table. (You may use the equivalences from the previous three problems, De Morgan's Laws, and Double Negation.)
- Consider a set S={p,q,r,s,t} of Boolean variables. Let φ=p⊕q⊕r⊕s⊕t. Describe briefly (just a sentence or two) the conditions under which φ is true. Use English and, if appropriate, standard (nonlogical) mathematical notation.
- 3.96
- 3.100
- 3.101