retagged by
746 views
2 votes
2 votes

$Student(a)$ : $a$ is a student

$Loves(a,b)$ : $a$ loves $b$

Consider the following First Order Logic Statement:

$\exists x (Student(x)\ \Lambda\ \forall y(student(y)\ \Lambda\ \sim(x=y)\Rightarrow Loves(y,x)\ ))$

Which of the following is true:

  1. Every student loves some student
  2. Every student loves some other student
  3. There is a student who is loved by every other student
  4. There is a student who is not loved by every other student

I think here B) and C) both could be answer, Isnot it??

retagged by

1 Answer

Best answer
3 votes
3 votes
The statement says, there exists a student X, such that every other student Y loves that student. This clearly means that there is a student loved by every other student. Therefore, only c should be the answer.
selected by

Related questions

0 votes
0 votes
0 answers
2
1 votes
1 votes
0 answers
4