Please take a look at the summary of Logic Operations we have, and the precedence of operations. Based on precedence of operation:
$\neg p \lor \neg q = (\neg p) \lor (\neg q)$
and if you look at rule 9 in the figure below, De Morgan's law, we have:
$\neg (p \lor q) = \neg p \land \neg q = (\neg p) \land (\neg q)$
I write a truth table about the question, you can find that [NOT p OR NOT q] and [NOT(p OR q)]are different.
424 questions
364 answers
99 comments
665 users