By pm :
3. This is one of the 2 absorption laws of any boolean algebra.
Let's denote 1 the neutral element such that, for every a :
1 + a = a + 1 = 1
1 • a = a • 1 = a
(a • b ) + a = (a • b ) + (a • 1 )
Using the distributivity law :
(a • b ) + (a • 1 ) = a • ( b + 1 )
Using again the neutral element 1 :
a • ( b + 1 ) = a • 1 = a
4. Let's denote x' the complementary of x, and 0 the other neutral element ( 0 + a = a + 0 = a , 0 • a = a • 0 = 0 for every a) :
Since x + y = x + z, then :
x' • ( x + y ) = x' • ( x + z )
x' • x + x' • y = x' • x + x' • z
0 + x' • y = 0 + x' • z
x' • y = x' • z
And now, just add together the 2 equalities :
x • y = x • z
and
x' • y = x' • z
( x • y ) + ( x' • y ) = ( x • z ) + ( x' • z )
( x + x' ) • y = ( x + x' ) • z
1 • y = 1 • z
y = z
Quote (Foxic @ May 5 2014 07:51am)
(...)
Since we assume a = b, we can write the above expression as
(a • y) = (a • z) or (a • z') = (a • y')
Therefore,
y = z or y' = z' (both equivilent)
If (a • y) = (a • z) implies y = z, why can't we say, from the start : x • y = x • z implies y = z ??