We are trying to solve an assignment where we have to simplify a logical statement. Can anyone explain what is going on this step? $$(\neg P\lor \neg Q)\land (\neg P\lor Q) \equiv \neg P\lor(\neg Q\land Q)$$
How do we get from $(\neg P\lor \neg Q)\land(\neg P \lor Q)$ to $\neg P\lor(\neg Q\land Q)$? What simplification rule is being used here?