Can you help me with the following task:
I have to prove whether $\nLeftrightarrow$ is functionally complete or not.
Thereby $\nLeftrightarrow$ is defined as:
$$ x \nLeftrightarrow y := \lnot (x \Leftrightarrow y)$$
I also know after research that this is equivalent to this: $$ \lnot(x \Leftrightarrow y) = (x \oplus y) = (\lnot x \land y) \lor (x \land \lnot y)$$
I think it is not complete, but how can I prove it.
Indeed $\nLeftrightarrow$ is not functionally complete, it cannot express logical negation. To show this we will prove by induction on the complexity of the formula that for any formula $\varphi(x)$ that is built only using $\nLeftrightarrow$ we have that $\varphi(F) = F$, where $F$ means false. Then it immediately follows that there is no formula $\varphi(x)$, built from $\nLeftrightarrow$, that is logically equivalent to logical negation.
Base case. If $\varphi(x)$ is just $x$, then clearly $\varphi(F)$ is $F$.
Induction step. If $\varphi(x)$ is $\psi_1(x) \nLeftrightarrow \psi_2(x)$ then $\varphi(F)$ is $\psi_1(F) \nLeftrightarrow \psi_2(F)$. We can apply the induction hypothesis to see that $\psi_1(F) = \psi_2(F) = F$. So $\varphi(F)$ is $F \nLeftrightarrow F$, which is just $F$ and we are done.