Our lesson recently was about DeMorgan's law. I kinda get the concept on it already that
(A+B)' = A'B'
(AB)' = A'+B'
I came across this one specific problem concerning such law and I want to clarify if
((A'B')+(AB))' = (A'B')(AB)
or should it be like
((A'B')+(AB))' = (A'B')'(AB)' = (A+B)(A'+B')
Your second suggestion,
(A+B)(A'+B')
, is equivalent to((A'B')+(AB))'
.Here is the proof:
We can further check this using simple JavaScript, just to be sure: