So we have to show that given a particular set of propositional connectives that the set is not adequate. I am comfortable with what a set being adequate means but I can't get my head around why the proof by induction works and is sufficient. This is a question and solution which is given in my notes:
"Q) Prove that the connective § with truth table shown below is not adequate.
$$\begin{array}{cc|c} p & q & p§q \\ \hline T& T& F\\ T& F& F\\ F& T& T\\ F& F & F\\ \end{array}$$
A) We prove by induction on complexity of terms, that for any term built up from a set L of propositional variables using § only - let us denote the set of such terms by Term§(L) - and for any valuation v, if v(p) = F for every p ∈ L, then v(s) = F for every s ∈ Term§(L). That will be enough since then there will be no term in Term§(L) which is a tautology.
Base case (s a propositional variable): this is our hypothesis.
Induction step (just one): Suppose that s = t§u where, by induction, we may assume that v(t) = F = v(u). Then, consulting the truth table for §, we see that v(s) = F, as required."
I understand why the result shows that the set is not adequate as it shows that there is no term that can be built from the connectives that make a tautology, however I don't understand the assumption that:
"If v(p) = F for every p ∈ L, then v(s) = F for every s ∈ Term§(L)"
How can we just make this assumption? What about the valuations where v(p) = T? Don't they need to be accounted for? Struggling with the whole idea with the proof on complexity on terms so thanks for reading.
For 4. Why do we look at the value of t where all the variables of t are false? What about all the other valuations? Why do we only look at this case?
– user141673 Apr 08 '14 at 15:58