Does a law for A in boolean algebra hold true for not A as well?

25 Views Asked by At

Okay, so according to associative law: (A + B + C) = (A + B) + C

So, could I also assume that ~(A + B + C) = ~A + ~B + ~C = ~(A + B) + ~C

Where "~" means NOT and "+" means OR.

Thank you very much.