Negation Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Simplify ¬(¬pq)\neg(\neg p \lor q) using logical laws.

Solution

  1. 1
    Apply De Morgan's Law to the outer negation: ¬(¬pq)=¬(¬p)¬q\neg(\neg p \lor q) = \neg(\neg p) \land \neg q.
  2. 2
    Apply double negation: ¬(¬p)=p\neg(\neg p) = p.
  3. 3
    Result: p¬qp \land \neg q.

Answer

¬(¬pq)p¬q\neg(\neg p \lor q) \equiv p \land \neg q
De Morgan's Law states ¬(AB)¬A¬B\neg(A \lor B) \equiv \neg A \land \neg B. Combined with double negation elimination ¬¬pp\neg\neg p \equiv p, complex negations simplify step by step.

About Negation

The negation of a statement PP, written ¬P\neg P, is the statement with the opposite truth value: true when PP is false, and false when PP is true.

Learn more about Negation →

More Negation Examples