edited by
17,310 views
73 votes
73 votes

Consider the first-order logic sentence $F:\forall x(\exists yR(x,y))$. Assuming non-empty logical domains, which of the sentences below are implied by $F$?

  1. $\exists y(\exists xR(x,y))$
  2. $\exists y(\forall xR(x,y))$
  3. $\forall y(\exists xR(x,y))$
  4. $¬\exists x(\forall y¬R(x,y))$
  1. IV only
  2. I and IV only
  3. II only
  4. II and III only
edited by

8 Answers

7 votes
7 votes

X implies Y (X->Y)means "Whenever X is true Y has to be True".

Here X is  F:∀x(∃yR(x,y)), now we have to find out what are the options will be definitely true if  F:∀x(∃yR(x,y)) is true.

Option I. will be obviously true if F:∀x(∃yR(x,y)) is true

Option II can be false when F:∀x(∃yR(x,y)) is true, for example let's say domain of x is {1,2} and domain of  y is {a,b,c} and R(1,a) and R(2,b) is true and R(1,b),R(2,a),R(1,c),R(2,c ) are false, hence ∀x(∃yR(x,y)) is true ,but  ∃y(∀xR(x,y)) is false

Option III. is also false, if we take the last example there is no x exists such that R(x,c) is true

Option IV is true, if we negate a statement twice then we will get back the original statement.(¬¬F=F).

We will negate F twice and then apply de morgan law in order to get option IV

∀x(∃yR(x,y))= ¬¬∀x(∃yR(x,y)) , now if we apply simple de morgan's law then we will get the option IV (De morgan law=>¬∀xP(x)=∃x¬P(x) and  ¬∃xP(x)=∀x¬P(x) )

¬¬∀x(∃yR(x,y))= ¬∃x¬(∃yR(x,y)) = ¬∃x(∀y¬R(x,y))

Answer B

5 votes
5 votes
from the rule of inference and validating we can say that logically

1 and 4 is correct answer here

so B is correct here

note:lambi cahudi edit is coming later
Answer:

Related questions

30 votes
30 votes
8 answers
5
48 votes
48 votes
10 answers
6
37 votes
37 votes
6 answers
7
gatecse asked Sep 15, 2014
6,647 views
Consider the statement "Not all that glitters is gold”Predicate glitters$(x)$ is true if $x$ glitters and predicate gold$(x)$ is true if $x$ is gold. Which one of the ...