Translate these statements into English, where C(x) is “x is a comedian” and F(x) is “x is funny” and the domain consists of all people.
a) ∀x(C(x) → F(x))
b) ∀x(C(x) ∧ F(x))
c) ∃x(C(x) → F(x))
d) ∃x(C(x) ∧ F(x))
a) Every comedian is funny
b) All people are funny comedians
c) For some people you can say: if they are comedians then they are funny
d) Some people are funny comedians
Comments
Leave a comment