|
-
Feb 12th, 2007, 08:41 AM
#1
Thread Starter
Addicted Member
Logic Equivalence
Hey,
How do you go from p <-> q to (p /\ q) V (~p /\ ~q) using equivalencies in logic statements. I get 3 or 4 steps through, then I get stuck. Any ideas?
p <-> q
(p -> q) /\ (q -> p)
(~p V q) /\ (~q V p)
Then what??
-
Feb 16th, 2007, 11:56 AM
#2
Addicted Member
Re: Logic Equivalence
It looks like you will have to use /\ elimination and work with
(~p V q) and (~q V p) separatly
the you will probably have to use \/ elimination and assumptions to come up with the conclusions
(p /\ q) and (~p /\ ~q)
i will probably take a look at this later on if you still havnt worked it out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|