| There is a tallest building. |
| Domain(s): B = {All buildings} |
| Predicate: T(x,y) = building x is taller than building y |
| statement: |
| |
| negation: |
| |
| |
| There is no prime integer which is greater than a million. |
| Domain(s): Z = {all integers} |
| Predicates: P(x) = integer x is prime, G(x) = integer x is greater than one million |
| statement: |
| |
| negation: |
| |
| |
| There a store where nobody shops. |
| Domain(s): P={All people}, S={all stores} |
| Predicate: B(x,y) = person x shops at store y |
| statement: |
| |
| negation: |
| |
| |
| There will be at most one person in this class who fails this quiz. |
| Domain: P={all people} |
| Predicate: F(x) = x fails this quiz, C(x) = x is in this class. |
| statement: |
| |
| negation: |
| |
| |