Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. 1. Assume: (p ∨ ¬q) ∧ (¬p ∨ ¬q)
  2. 2. Conclude: p ∨ ¬q (from 1)
  3. 3. Conclude: ¬p ∨ ¬q (from 1)
  4. 4. Suppose p:
  5. 5. Conclude ¬q (from 2,4)
  6. 6. Conclude p → ¬q (from 4-5)
  7. 7. Conclude ¬q ∨ ¬q (from 2, 6)
  8. 8. Conclude ¬q (from 7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement