In this question I am very confused in part iii:
- Consider the connective ↓ (called the Pierce arrow or NOR), and defined by the truth-table below:
P Q P ↓ Q 1 1 0 1 0 0 0 1 0 0 0 1
As you can see, the formula P ↓ Q is true when both P and Q are false, and it is false otherwise.
(i) Show that P ↓ Q is logically equivalent to ¬(P ∨ Q).
(ii) Show that P ↓ P is logically equivalent to ¬P.
(iii) Show that the connective ↓ is adequate for propositional logic (in other words, show that the set of logical connectives consisting only of the connective ↓ is functionally complete).
The answer to part (iii) is:
To show that a given set of connective is complete all we need to do is to express a known complete set of connectives in terms of the given set (as per Lecture 3.1).
We know that the set {¬, ∨} is complete (Lecture 3.1). In addition,
$$¬P ≡ P ↓ P$$ $$¬(P ∨ Q) ≡ (P ↓ Q) =⇒ P ∨ Q ≡ ¬(P ↓ Q) ≡ (P ↓ Q) ↓ (P ↓ Q)$$
Thus, the each of connectives ¬ and ∨ can be expressed in terms of the connective ↓ only
Why I am confused:
firstly why are we only checking ¬ and V can be expressed in terms of ↓? Why aren't we checking for the all the connectives aka conjunction, implication, biimplication, exclusive OR etc. Surely if ↓ is logically complete then all connectives should be able to be expressed in terms of ↓ only not just negation and V.
How is ¬(P↓Q) equivalent to (P↓Q)↓(P↓Q)? What inference rule was used here?
We have already proven in parts (i) and (ii) that V and negation are logically complete why do we have to show it again in part (iii)?
When we have questions like (iii) do we have to check that it is logically complete for each connective in the set separately or can we do it combined because in (i) we showed P ↓ Q is logically equivalent to ~(P V Q) but in (iii) they negated both sides to get the connective V on its own