De Morgan's law states the following equivalences:
¬(A ∧ B) <=> ¬A ∨ ¬B
¬(A ∨ B) <=> ¬A ∧ ¬B
Doets, Kees. From Logic to Logic Programming. MIT Press, 1994.
Copyright © 2014 Barry Watson. All rights reserved.