| Interpretation 1 | Interpretation 2 | Interpretation 3 |
domain of discourse: { ying, yang }
P(x) : true if x = ying, false if x = yang
Q(x) : false if x = ying, true if x = yang
|
domain of discourse: { a, b, c }
P(x) = true if x = a, false otherwise
Q(x) = true if x = b, false otherwise
|
domain of discourse: integers P(x) = true if x positive, false otherwise Q(x) = true if x negative, false otherwise |