P Q || PQF
1 1.........1
1 2.........0
1 0.........2
2 1.........0
2 2.........2
2 0.........1
0 1.........2
0 2.........1
0 0.........0
The program PLN3-colors will let you experiment with these strings.
In any logic that is not just two-valued the idea of negation as something reciprocal has to be changed. We can think of PN as representing rotation and PZ as representing inversion. The new truth tables here are:
P || PN | PZ
1.......2.....0
2.......0.....2
0.......1.....1
While the absence of negation in its familiar sense also cancels out the concept of validity, we can still discuss three-value strings as equivalent, and again we can use a truth-table test:
P Q || PQFN | PNQNF
1 1......... 1 2 .... 2.. 2 2
1 2......... 0 1 .....2.. 0 1
1 0..........2 0 .....2.. 1 0
2 1..........0 1 .....0.. 2 1
2 2..........2 0 .....0.. 0 0
2 0..........1 2 .....0.. 1 2
0 1..........2 0 .....1.. 2 0
0 2..........1 2 .....1.. 0 2
0 0..........0 1 .....1.. 1 1
Go on to three-value signals.
Go to algebraic notation in a three-value system.
Go back to the starting page.