Let C(x, y) mean that student x is enrolled in class y, where the domain for x consists of all students in your school and the domain for y consists of all classes being given at your school. Express each of the statement by a simple sentence. I have a statement: $$\exists x\exists y\forall z((x\ne y)\land(C(x,z)\to C(y,z))$$ And the answer in the book: "There exist at least two students such that if one is enrolled in every course, then the other is."
However, I think the answer should be: "There exist at least two students such that every course for which one is enrolled in, is enrolled in by the other."
Are they different? Which sentence is true?. Please explain for me.
Thanks!
No, you are correct.
I would indeed read $\exists x~\exists y~\forall z~(x\neq y\wedge (C(x,z)\to C(y,z)))$ as "There exists two distinct things, such that for anything, in which the the first is enrolled, the second is also enrolled." You can also write this as: $$\exists x~\exists y~(x\neq y\wedge \forall z~(C(x,z)\to C(y,z)))$$
The book's answer would be for $\exists x~\exists y~(x\neq y\wedge (\forall z~C(x,z)\to\forall z~C(y,z)))$, which in Prenex form would be: $$\exists x~\exists y~\exists z~\forall w~(x\neq y\wedge (C(x,z)\to C(y,w))) $$
So clearly not the same thing.