in Mathematical Logic retagged by
3,725 views
7 votes
7 votes

Given that

$B(a)$ means “$a$ is a bear”

$F(a)$ means “$a$ is a fish” and

$E(a,b)$ means “$a $ eats $b$”

Then what is the best meaning of

$\forall x [F(x) \to \forall y(E(y,x)\rightarrow b(y))]$

  1. Every fish is eaten by some bear
  2. Bears eat only fish
  3. Every bear eats fish
  4. Only bears eat fish
in Mathematical Logic retagged by
by
3.7k views

1 comment

Similar question: TIFR2017-B-11

0
0

3 Answers

11 votes
11 votes

Let us translate the given statement :

For every x,if x is a fish, then for every y, if y eats x then y is bear..

This is enforcing the condition that every animal that eats a fish is a bear.. So only option d matches..


other options:

option a:Every fish is eaten by some bear

$\forall x(F(x)\Rightarrow\exists y(B(y)\wedge E(y,x)))$

ie. for all x, if x is a fish, then there is a y such that y is a bear and y eats x.

option b:Bears eat only fish

$\forall x(B(x)\Rightarrow\forall y (E(x,y)->F(y))$

i.e for every x, if x is a bear,then for all y ,if x eats y, then y is a fish.

option c:Every bear eats fish

$\forall x(B(x)\Rightarrow\exists y (F(y)\wedge E(x,y))$

for all x, if x is a bear, then there is a y such that, y is a fish and x eats y.

edited by

4 Comments

@commenter commenter

i got an example..

let the domain be {f1,f2,f3,b1,b2,e1,e2} . f1,f2,f3 are fishes, b1,b2 are bears, e1,e2 are eagles.

Here both f1,f2 are eaten by b1.

In this example, every fish is eaten by some bear is false but only bears eat fish is true.

So both the statements are not equivalent.


@srestha can you verify these statements:

If every fish is eaten by some bear is true, then only bears eat the fish is also true.

Both options are false if at least 1 fish is eaten by some eagle.

This gives us impression​​​ that both the options are same but they are not

Correct me if iam wrong..

0
0
Statement 1 is true then as they said are not asking about characteristic of bear they are asking what that predicate logic means. In that E(x,y) means "x eats y" so all the fish are being eaten by some bear.
0
0
"Every fish is eaten by some bear"

means there are some bear, who eats something other than fish.

But "Only bears eat fish" mean may be "every bear eats fish."

That is the difference
0
0
0 votes
0 votes
0 votes
0 votes

From the translation of the given statement

For every x,if x is a fish, then for every y, if y eats x then y is bear.

It appears that

Every Bear eats Fish.

Hence the option C is correct.

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true