Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

De Morgan's Laws

These laws relate the complement of a conjunction to the disjunction of complements, and vice versa: \neg(A \land B) = \neg A \lor \neg B \text{ and } \neg(A \lor B) = \neg A \land \neg B.
📜

The statement of the theorem

For any Boolean variables AA and BB, the following identities hold: \n1. Complement of Conjunction: ¬(AB)=¬A¬B\neg(A \land B) = \neg A \lor \neg B.\n2. Complement of Disjunction: ¬(AB)=¬A¬B\neg(A \lor B) = \neg A \land \neg B.
Source: Wikipedia