This commit is contained in:
2023-05-11 20:05:02 -07:00
parent 6ea7e9df97
commit b0c9969072
4 changed files with 18 additions and 22 deletions

View File

@ -60,7 +60,7 @@ The function of these is defined by \textit{truth tables}:
\vspace{2mm}
$A \land B$ is only true if both $A$ and $B$ are true. $A \lor B$ is only true if $A$ or $B$ (or both) are true. \par
$A \land B$ is only true if both $A$ and $B$ are true. $A \lor B$ is true when $A$ or $B$ (or both) are true. \par
$\lnot A$ is the opposite of $A$, which is why it looks like a \say{negative} sign. \par
\vspace{2mm}
@ -92,6 +92,7 @@ Evaluate the following.
\problem{}
Show that $\lnot (A \rightarrow \lnot B)$ is equivalent to $A \land B$. \par
That is, show that these give the same result for the same $A$ and $B$.
\hint{Use a truth table}
\vfill