Lesson 0110: Proving Equalities
There are many uses for Boolean Algebra. One of them is testing
equalities. This is done by taking an equality:
and breaking it down into
steps.
In this case, that expression is
.
Proving equalities involves simplifying the more complicated expression
until it is the same as the simpler expression, or until it is completely
simplified.
However, like in a proof, reasons have to be given for every step taken
when simplifying the more complicated expression.
B = |
1. The reason for this is that it is "given". |
| 2. The reason for this is the rule of [A xor B] | |
| 3. The reason for this is the commutative property | |
| 4. The reason for this is the distribuitive property | |
| 5. The reason for this is the property that states that A + [not A] = 1 | |
| 6. The reason for this is the property that states that B+[not B]A=A+B | |
B = A+B | |
Check your progress
DIGital