

InterviewSolution
Saved Bookmarks
1. |
Given thatB(a) means “a is a bear”F(a) means “a is a fish” andE(a, b) means “a eats b” Then what is the best meaning of∀x[F(x) ⇒ ∀y(E(y, x) ⇒ B(y))] (A) Every fish is eaten by some bear(B) Bears eat only fish(C) Every bear eats fish(D) Only bears eat fish |
Answer» None | |