I need help with nested quantifiers that use the implication symbol. This problem is giving me a headache as I cannot seem to find mistakes by reading it back. In particular are the word choices I have to use. Below are some examples and answers.
- Let S(x) = “x is a student in our class” and P(x) = “x works at the mall” Assume the u.d. for x is all people.
Translate into symbols, “There is a student in our class who works at the mall.
∃x (S(x) -> P(x))
- Let S(x) = “x is a student at Blue College”; F(x) = “x is a faculty member at Blue College”, and E(x,y) “x has eaten y at the Blue College cafeteria”
where the universe of discourse for x is all the people who are associated with Blue College, and the universe for discourse for y is the menu items in the College cafeteria.
Translate into English: ∃x¬∃y(F(x)→(E(x,y))
Some faculty member at Blue College has not eaten some menu items at the Blue College cafeteria.
Translate into symbols: Every Blue college student has eaten at least one menu item at the Blue College cafeteria.
∀x∃y(S(x)→ E(x,y))