From 78b8928b2c2c5465690bd1403136fa947c945c67 Mon Sep 17 00:00:00 2001 From: Mallory Butt Date: Sat, 3 Nov 2018 14:52:41 -0500 Subject: [PATCH] Adding "DeMorgans Law" (#20818) * Adding "DeMorgans Law" I specified that the above statements were in fact demorgans laws. * spelling --- guide/english/logic/algebra-of-logic/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/logic/algebra-of-logic/index.md b/guide/english/logic/algebra-of-logic/index.md index 87ff5735e2..41cb5e18ed 100644 --- a/guide/english/logic/algebra-of-logic/index.md +++ b/guide/english/logic/algebra-of-logic/index.md @@ -19,6 +19,9 @@ The three basic operations in Boolean Algebra are `AND`, `OR`, and `NOT`. Consid - `NOT (x AND y) = NOT x OR NOT y` - `NOT (x OR y) = NOT x AND NOT y` +The above statements are called "De Morgan's Laws." This is a very useful and important law in Boolean Algebra. + + ### More Information: - The Calculus of Logic: George Boole - Boolean algebra article: Wikipedia