| There is a student who enjoys the taking of at least one test while in college. |
| Domain: A = {all tests}, P= {all people} |
| Predicates: S(x) = ``x is currently a student in college'' , L(x,y) = ``x enjoys test y'' |
| |
| |
| |
| |
| There is exactly one dog who likes to eat celery. |
| Domain: A = {all animals} |
| Predicate: D(x) = ``x is a dog'' and L(x)= ``x likes to eat celery'' |
| |
| |
| |
| |
| |
| Every dog likes to play with each and every child. |
| (note: Each and every child is either a boy child or a girl child.) |
| Domain: A = {all animals (except people)}, P = {all people} |
| Predicates: L(x,y) = ``x likes to play with y'', D(x)= ``x is a dog'', |
| B(x) = ``x is a boy child'', G(x) = ``x is a girl child'' |
| |
| |
| |
| |
| |
| There is a male politician who trusts himself but doesn't trust any other male politician. |
| Domain: P = {All people} |
| Predicate: M(x) = ``x is male'', P(x) = ``x is a politician'', T(x,y) = ``x trusts y'' |
| |
| |
| |
| |