I have a sentence:
Every Student who is taking a class taught by Prof. Tim is also taking a class taught by Prof. Jim.
I have translated it as:
Ax(Student(x)^(EyCourse(y)^teaches(Tim,y)^takes(x,y))=>(EzCourse(z)^teaches(Jim,z)^takes(x,z)))
Did I translate it correctly? Or Am I missing any logic here?
2.1m questions
2.1m answers
60 comments
57.0k users