Logical equivalencies involving ifs and nors

  • Context: Undergrad 
  • Thread starter Thread starter nicnicman
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
nicnicman
Messages
132
Reaction score
0
Can anyone solve this step by step, so I can see how it's done? I've been at for a while now and can't seem to get it. Here's the problem:

Find a compound proposition logically equivalent to p → q using only the logical operator ↓.

Thanks for the help. I'm really trying to get this stuff, but it's not coming easy.
 
Physics news on Phys.org
Thanks for the suggestion, I finally got it.

If anyone's interested:

p → q
≡ ¬p ∨ p this is one of the common equivalencies given in my book by Deitel
≡ ¬(¬p ↓ p) this equivalency was found in a previous exercise
≡ ¬((p ↓ p) ↓ q) by ¬p ≡ p ↓p
≡ ((p ↓ p) ↓ q) ↓ ((p ↓ p) ↓ q) by ¬p ≡ p ↓p