I'm trying to prove that $(xyz)' = x'+y'+z'$ using theorems/axioms.
I tried this but I just want to make sure if its the correct route or if I've done something "illegal"/wrong.
(xyz)' = [(xy)z]' by associativity
= [(x*y)'+z'] by DeMorgan's Law
= [(x'+y') + z'] by DeMorgan's Law
= [(x'+z')+(y'+z')] by Distribution
= x'+y'+z' by simplifying redundant z' terms.
Is this the correct method?