Boolean Algebra

DeMorgan's Laws

De Morgan's laws are indispensable in digital electronics. The laws outlined by him are simple to understand, yet transformed the Boolean algebra in a dramatic way.


First Law


A + B = A.B


Proof:


Boolean

Boolean


Left-hand-side
A BA+BA + B
1 010
0110
0001
1110

Right-hand-side
A BABA.B
10010
01100
00111
11000


Second Law


A.B = A + B


Proof:


Boolean

Boolean

Left-hand-side
A BA.BA.B
1 001
0101
0001
1110

Right-hand-side
A BABA + B
10011
01101
00111
11000


Practice is the key to mastering maths; please visit this page, for more worksheets.


Now try the following with a circuit and a truth table:

    1) A + B.C = A.B.C

    2) A + B.C + A.B = A.B

    3) A + AB = A + B

    4) AB + AB = A