A set of connectives is called complete (or adequete) if every propositional logic formula is equivalent to a formula using only connectives from this set.
Examples:
Since every formula has a DNF, the set {¬,∧,∨} is complete.
From De Morgan’s laws we have that:
P∨QP∧Q≡¬(¬P∧¬Q)≡¬(¬P∨¬Q)
Therefore both sets of connectives {∧,¬} and {∨,¬} are complete.
To show a given set of connectives is complete, we need to express it in terms of a known complete set of connectives.
The set {¬,→} is complete because P→Q≡¬P∨Q, hence the set {¬,→} can be expressed in terms of the complete set {¬,∨}.
No singleton set from the standard set of connectives is complete.
title: ExampleLet $f$ be the truth-function as defined:$$ f(P,Q,R) = 1 \iff \text{either } P = Q = 0 \text{ or } Q = R = 1$$Hence $f$ is equal to $1$ in these four exact cases:$$ f(0,0,0), f(0,0,1), f(0,1,1), f(1,1,1)$$
Universal substitution of formula for propositional variables:
Let W,H1,...,Hn be formulae.
Let P1,...,Pn be propositional variables.
?
The expression W(P1/H1,...,Pn/Hn) denotes the formula obtained by simultaneously replacing all occurences of P1 in W by the formula H1, P2 by H2 and so forth.
We say that the formula W(../...) is a substitution instance of the original formula.
title: Example 1Let $W$ be $P \rightarrow (Q \rightarrow P)$.Hence $W(P/\neg P \lor R, Q/\neg P)$ is the formula $\neg P \lor R \rightarrow (\neg P \rightarrow \neg P \lor R)$.In this case, both $W$ and $W(...)$ are both tautologies as $W(...)$ follows from the logic of $W$.
title: Example 2The formula $(\neg P \lor R \rightarrow \neg P) \rightarrow \neg P \lor R$ is not a subsitution instance of $P \rightarrow (Q \rightarrow P)$.- Both have a different structure from each other.If we replace $P$ by $(\neg P \lor R \rightarrow \neg P)$ then we would have to replace $Q$ by $\neg P \lor R$ but we would "miss the consequent of $Q \rightarrow P$".