I want to prove that $\{\leftrightarrow,+\}$ is not a complete/adequate set of connectives.(+ is $xor$)
I define a set $\Phi$ as the smallest set of all wffs that use only connectives from this set $\{\leftrightarrow,+\}$ and :
- If A is a propositional variable then $A\in\Phi$.
- If $\phi_1,\phi_2\in\Phi$ then $\phi_1 \leftrightarrow \phi_2\in \Phi$ and $\phi_1+\phi_2\in\Phi$.
Now I have to find a property that holds for every $\phi\in\Phi$ but not in general. After some experiments I found that every $\phi\in\Phi$ has an even number of True values in its truth table. Then if I take the disjunction of $\phi_1,\phi_2\in\Phi$, we prove that the property doesn't hold. So, we have proved that the set $\{\leftrightarrow,+\}$ is not adequate. How can I prove this property? I tried with induction but I got stuck.
Thanks!