De Morgan's laws
Pair of logical equivalences
Why this is trending
Interest in “De Morgan's laws” spiked on Wikipedia on 2026-02-25.
When a Wikipedia article trends this sharply, it usually reflects a noteworthy real-world event—whether breaking news, a cultural milestone, or a viral discussion driving collective curiosity.
At GlyphSignal we surface these trending signals every day—transforming Wikipedia’s vast pageview data into actionable insights about global curiosity.
Key Takeaways
- In propositional logic and Boolean algebra, De Morgan's laws , also known as De Morgan's theorem , are a pair of transformation rules that are both valid rules of inference.
- The rules allow the expression of conjunctions and disjunctions purely in terms of each other via negation.
- The negation of "A or B" is the same as "not A and not B".
In propositional logic and Boolean algebra, De Morgan's laws, also known as De Morgan's theorem, are a pair of transformation rules that are both valid rules of inference. They are named after Augustus De Morgan, a 19th-century British mathematician. The rules allow the expression of conjunctions and disjunctions purely in terms of each other via negation.
The rules can be expressed in English as:
- The negation of "A and B" is the same as "not A or not B".
- The negation of "A or B" is the same as "not A and not B".
or
- The complement of the union of two sets is the same as the intersection of their complements
- The complement of the intersection of two sets is the same as the union of their complements
or
- not (A or B) = (not A) and (not B)
- not (A and B) = (not A) or (not B)
where "A or B" is an "inclusive or" meaning at least one of A or B rather than an "exclusive or" that means exactly one of A or B.
Another form of De Morgan's law is the following as seen below.
Content sourced from Wikipedia under CC BY-SA 4.0