$$\begin{array}{cc|c} P & Q & P!Q \\ \hline T & T & F \\ T & F & T \\ F & T & F \\ F & F & F \end{array}$$
I think this should be proved using induction but I have no idea where to start.. Thanks
$$\begin{array}{cc|c} P & Q & P!Q \\ \hline T & T & F \\ T & F & T \\ F & T & F \\ F & F & F \end{array}$$
I think this should be proved using induction but I have no idea where to start.. Thanks
The $False!False \rightarrow False$ is where you should encounter problems. Any formula with just $!$, when you plug in all values $False$, will return $False$. This means you cannot express all truth tables with just $!$.
Suppose that $E$ is any expression built up from $!$ and from $p$. You can show, by induction, that when $p$ is false, $E$ is also false. But then $E$ is not equivalent to $\lnot p$, because $\lnot p$ is true when $p$ is false. So no expression built up from just $!$ and $p$ can express $\lnot p$, and therefore $!$ is not adequate.