Prove that the set {¬,∧,∨} is functionally complete.

boolean-algebralogic

So far I have been using the given set to prove the functional completeness of other sets, but I don't know how to prove this one. That seems to be the case for similar questions too.Do I need to construct the truth table with every connective and build their equivalent with 3 given connectives?

Best Answer

Hint: every Boolean formula can be written in CNF (conjunctive normal form) or DNF (disjunctive normal form), quite constructively.