| There is exactly one teddy bear that is sitting in a chair. |
| Domain: U = {all stuffed animals}, C={all chairs} |
| Predicate: S(x,y) = ``x is sitting in y'', B(x) = ``x is a bear'' |
| |
| |
| |
| |
| |
| Every teddy bear has either a boy or a girl (child) who loves it. |
| (note: Each and every child is either a boy child or a girl child.) |
| Domain: T = {all teddy bears}, C = {all children} |
| Predicates: L(x,y) = ``x loves y'', B(x) = ``x is a boy'', G(x) = ``x is a girl'' |
| |
| |
| |
| |
| |
| No teddy bear is taller than a CMSC 250 instructor. |
| Domain: U = {all suffed animals}, P= {all people} |
| Predicates: B(x) = ``x is a teddy bear'', I(x) = ``x is a CMSC 250 instructor'', T(x,y) = ``x is taller than y'' |
| |
| |
| |
| |
| All white fluffy teddy bears are light and cuddly. |
| Domain: Z = {all teddy bears} |
| Predicate: W(x) = ``x is white'', F(x) = ``x is fluffy'', L(x) = ``x is light'', C(x) = ``x is cuddly'' |
| |
| |
| |
| |