-1

I'm trying to show that $$(P\wedge \lnot Q)\vee(\lnot P\wedge Q) \equiv (\lnot(P \wedge Q)) \wedge (P\vee Q)$$ without using truth tables. I've been trying to expand either side through distribution and De Morgan's but I'm getting stuck with how to actually show that these are equivalent? Any tips would be great.

Thomas Andrews
  • 177,126

1 Answers1

2

You're on the right path with de Morgan and distributivity.

If you use de Morgan on the RHS you get $$(\neg P\vee\neg Q)\wedge(P\vee Q)=*$$ by distribution $$*\equiv ((\neg P\vee \neg Q)\wedge P)\vee ((\neg P\vee \neg Q)\wedge Q)=*$$ again, using distribution $$*\equiv (\neg P\wedge P)\vee(\neg Q\wedge P)\vee (\neg P\wedge Q)\vee (\neg Q\wedge Q)=*$$ finally $\neg P\wedge P\equiv\neg Q\wedge Q\equiv 0$, so you can remove them (since $0$ is the unit of $\vee$), so finally $$*\equiv (\neg P\wedge Q)\vee(\neg Q\wedge P)$$

Alessandro
  • 2,748