Apologies if this question has been asked before. Please point me to it. I could not find it.
Given a propositional formula which is Disjunctive Normal Form, is there an algorithm which outputs an equivalent formula which uses a minimal umber of connectives? The connectives in the output can only be those in $\{ \lnot, \lor, \land \}$.
It is the exclusion of $\implies $ and $\iff$ that makes me think there could be such an algorithm.
In an Exercise in Enderton's A Mathematical Introduction to Logic, I am required to find a wff that is equivalent to $ ( \lnot p \land \lnot q \land \lnot r ) \lor ( p \land \lnot q \land \lnot r ) \lor ( \lnot p \land q \land \lnot r ) \lor ( \lnot p \land \lnot q \land r ) $ in which connective symbols ($ \lnot, \lor $ and $\land$ only) occur in less than $5 $ places.