1. We define:
E(x) for x is an employee
GE(u, v) for u is greater than v
T(x) for x pays taxes
FOPL statement
" x(E(x) & GE(i(x),
60,000)) à T(x)
2. We define:
E(x) for x is an employee
C(y) for y is vice-chancellor
GE(u, v) for u is greater than v
FOPL statement
" xy((E(x) & C(y)) à
GE(i(x), i(y)))
3. We define:
E(x) for x is a vegetarian
M(x) for x takes milk.
FOPL statement
" x((E(x: European) &
E(x: Indian)) à (~M(x:
European) & M(x: Indian)))
|