I came across an exercise which asks to determine via structural induction whether the connective set {$\nleftarrow$, $\sim$} is a functionally complete set, knowing that the set {$\wedge, \vee, \sim$} is a functionally complete set.
(The symbol $\nleftarrow$ meaning "Inhibition of A", that is (NOT A) AND B).
I have found this information here:\https://en.wikipedia.org/wiki/Functional_completeness
It says there that {$\nleftarrow, \sim$} is indeed minimal functionally complete, is that correct? And if so, how do I prove it?
Thank you in advance
You would just need to implement $\wedge, \vee, \sim$ using only $\nleftarrow, \sim$. $\sim$ is already there so you only need to define $\wedge$ and $\vee$.