Assessed Exercise 1
February 2005
Show that the usual propositional connectives (negation) and
(conjunction) can be expressed in terms of
and
.
Hint: see the approach to Sheffer Stroke in lecture 4 of the course
p | q | r | s | Output |
t | t | t | t | t |
t | t | t | f | t |
t | t | f | t | t |
t | t | f | f | f |
t | f | t | t | t |
t | f | t | f | f |
t | f | f | t | t |
t | f | f | f | f |
f | t | t | t | t |
f | t | t | f | f |
f | t | f | t | t |
f | t | f | f | f |
f | f | t | t | t |
f | f | t | f | f |
f | f | f | t | f |
f | f | f | f | f |