The question is this:
Demonstrate using logical equivalences that $(p → q) ∧ (p → ¬q)$ is not a contradiction. Identify all logical equivalences by name.
So far, I have
$(p → q) \land (p → ¬q)$
a. $(¬p\lor q) \land (¬p\lor¬q)$
b. $¬(¬p\lor q) \lor(¬(¬p\lor¬q)$
c. $( p\land¬q) \lor (p \lor q)$
I can't figure out where to go from here. Any help would be appreciated.
It is not a contradiction becauss it is true when p is false.
Truth tables show this quickly.
a. perhaps is the best for showing that.
a. is equivalent to: (not p) or (q and not q);
which in turn is equivalent to; not p.
So there's the answer - to show the orginal statement is
equivalent to: not p.
Little surprise, as the orginal statement is basically
proof by contradiction.