Jump to content

De Morgan's laws

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Mudlock (talk | contribs) at 15:13, 17 April 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

DeMorgan's Law, named for nineteenth century logician and mathematician Augustus DeMorgan, is an interesting and powerfull observation of boolean logic. It can be expressed as a pair of equations:

P and Q = not((not P) or (not Q))
P or Q = not((not P) and (not Q))

This simple fact is used extensively in digital circuit design for manipulating the types of logic gates used by the circuit.