Boolean Identities


Let's verify a couple more identities. The truth table for the identity $1x = x$ is:

$1$$\boldsymbol x$$\boldsymbol{1\cdot x}$
$1$$0$$0$
$1$$1$$1$

Since the bits under $x$ and under $1\cdot x$ are the same (i.e., $[0, 1]$), we successfully confirmed the identity.