"Definable Sets" edits
This commit was merged in pull request #32.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions,
|
||||
singlenumbering
|
||||
singlenumbering,
|
||||
shortwarning
|
||||
]{../../../lib/tex/handout}
|
||||
\usepackage{../../../lib/tex/macros}
|
||||
|
||||
|
||||
@@ -158,7 +158,7 @@ the same $A$ and $B$. \par
|
||||
\vfill
|
||||
|
||||
\problem{}
|
||||
Write an expression equivalent to $A \lor B$ using only $\lnot$, $\rightarrow$, and $()$?
|
||||
Write an expression equivalent to $A \lor B$ using only $\lnot$, $\rightarrow$, and $()$.
|
||||
|
||||
\begin{solution}
|
||||
$((\lnot A) \rightarrow B)$
|
||||
|
||||
Reference in New Issue
Block a user