I have the following doubt. I would say that
means "p implies not q".
Though that equivalence seems natural to me, it is not true. Could someone please give me an intuitive explanation of my error?
I have the following doubt. I would say that
means "p implies not q".
Though that equivalence seems natural to me, it is not true. Could someone please give me an intuitive explanation of my error?
Follows from their definitions:
p XOR q = (p AND not q) OR (not p AND q)
p => not q = (p AND not q) OR (not p)
That is, p => not q is vacuously true when p is not true, independent of q's value.
Exclusive disjunction means p≡¬q, i.e. p⊃¬q ∧ ¬p⊃q