We want to start with one of the statements, and transform it into the other through a sequence of logically equivalent statements. Start with ¬(P→Q)
We can rewrite the implication as a disjunction this is logically equivalent to
¬(¬P∨Q)
Now apply DeMorgan's law to get
¬¬P∧¬Q.
Finally, use double negation to arrive at P∧¬Q
Comments
Leave a comment