Definition:Conjunction/Truth Table/Matrix Form

From ProofWiki
Jump to navigation Jump to search

Definition

The characteristic truth table of the logical conjunction operator $p \land q$ can be presented in matrix form as follows:

$\begin{array}{c|cc}

\land & \T & \F \\ \hline \T & \T & \F \\ \F & \F & \F \\ \end{array}$


Sources