I've spent over 3 days trying to learn logical equivalences/proof but no matter how much I try I can't seem to do the exercises I've been given. At all.
For example: "Given that P $\land$ ¬P is an inconsistency, show that ¬(¬P $\lor$ Q) $\land$ ¬(¬Q $\lor$ P) is an inconsistency without using a truth table."
My proof is as follows:
- Given: ¬(¬P $\lor$ Q) $\land$ ¬(¬Q $\lor$ P)
- Double negation: ¬(¬P $\lor$ Q) $\land$ (Q $\lor$ P)
- Commutativity: ¬(Q $\lor$ ¬P) $\land$ (Q $\lor$ P)
- Distributivity: Q $\lor$ (¬P $\land$ P)
- Commutativity: Q $\lor$ (P $\land$ ¬P)
I'm not sure what to do after this point, although I suspect it's because it's utterly wrong.
Please could someone share some guidance?