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.

