I have the following expressions:
$x = a⊕b , y = c⊕d, z = x⊕y $
So $x = ab'+a'b, y = cd'+c'd $
$z = xy'+x'y = (ab'+a'b) * (cd'+c'd)' + (ab'+a'b)'*(cd'+c'd)$
If I take the first term : $(ab'+a'b) * (cd'+c'd)' = (De Morgan) = (ab'+a'b) * c'dcd'$
Yet, $c'dcd'$ is false, so the first term is false.
Where is my mistake?
Thank you
Your mistake is in the DeMorgan:
It is not true that $(cd'+c'd)'=c'dcd'$
Rather:
$(cd'+dc')' = (cd')'(dc')' = (c'+d)(d'+c)$