2011-03-08, 02:13 PM
I JUST started with this, and I can't do the exercises, I simply don't know where to start... I have to verify:
What I've got so far is
After that step I just don't know what to do, also, just in case my symbols aren't used correctly, ^ conjunction, v as "or" and ~ as "no".
It should be universal language but I hope I didn't do anything stupid just cause I'm asking in english.
Code:
[p^(p=>q)]=>qCode:
~[p^(p=>q)] v q
~p v ~(p=>q) v q
~p v (p ^ ~q) v qAfter that step I just don't know what to do, also, just in case my symbols aren't used correctly, ^ conjunction, v as "or" and ~ as "no".
It should be universal language but I hope I didn't do anything stupid just cause I'm asking in english.



x ![[Image: 8c20c78b364ed5dbadd49e5b997aa1cc.png]](http://upload.wikimedia.org/math/8/c/2/8c20c78b364ed5dbadd49e5b997aa1cc.png)
) [p(x) ^q(x)] => (
x)[p(x) v q(x)]