- Truth functions are logical operators that take in two sentences (or, more simply, their truth values) as inputs, and produces a truth value as output.
| p |
q |
p & q |
| T |
T |
|
| T |
F |
|
| F |
T |
|
| F |
F |
|
| p |
q |
p V q |
| T |
T |
|
| T |
F |
|
| F |
T |
|
| F |
F |
|
| p |
q |
p V q |
(p & (p V q)) |
| T |
T |
|
|
| T |
F |
|
|
| F |
T |
|
|
| F |
F |
|
|
Made with Slides.com