Lukas' Notes

Home

❯

Knowledge

❯

De Morgan's Rules

De Morgan's Rules

Jun 09, 20251 min read

boolean-algebra

Definition

De Morgan's Rules

In propositional logic, De Morgan’s rules allow the expression of conjunctions and disjunctions purely in terms of each other via negation:

  • A∧B⟺¬A∨¬B
  • A∨B⟺¬A∧¬B

Naturally, this can be applies to quantifiers:

  • ∀x:P(x)⟺∃x:¬P(x)
  • ∃x:P(x)⟺∀x:¬P(x)

Graph View

Backlinks

  • SELECT (SQL)

Created with Quartz v4.4.0 © 2025

  • GitHub