3

Logical Equivalences

I have question about Simplifying Statement Forms, this question

$$\lnot(p \lor \lnot q) \lor(\lnot p \land \lnot q) ≡ \lnot p$$

and this my answer $$\begin{align} \lnot(p \lor \lnot q) \lor(\lnot p \land \lnot q) &≡ (\lnot p \land \lnot\lnot q) \lor (\lnot p \land \lnot q)&&\text{De Morgan’s laws}\\ &≡(\lnot p \land q) \lor (\lnot p \land \lnot q)&&\text{Double Negative law}\\ &≡p \land (q \lor \lnot q) &&\text{Distributive laws}\\ &≡p \land t &&\text{Negation laws}\\ &≡p &&\text{Identity laws}\\ \end{align}$$

my answer is correct or not ?

mrtaurho
  • 16,103

1 Answers1

2

Welcome to MSE! No, its not correct. The third line should be $\neg p \wedge (q\vee \neg q)$.

Wuestenfux
  • 20,964