Consider the first-order logic sentence F:∀x(∃yR(x,y)). Assuming non-empty logical domains, which of the sentences below are impied by F ?
I ∃y(∃xR(x,y))
II ∃y(∀xR(x,y))
III ∀y(∃xR(x,y))
IV ⇁∃x(∀y⇁R(x,y))
I and IV only
I. ∀x∃yR(x,y)→∃y(∃xR(x,y)) is true, since ∃y(∃xR(x,y))≡∃x(∃yR(x,y))
II. ∀x∃yR(x,y)→∃y(∀xR(x,y)) is false Since ∃y when it is outside is stronger then when it is inside.
III. ∀x∃yR(x,y)→∀y∃xR(x,y) is false Since R(x,y) may not be symmetric in x and y.
IV. ∀x∃yR(x,y)→⇁(∃x∀y⇁R(x,y)) is true Since ⇁(∃x∀y⇁R(x,y))≡∀x∃yR(x,y)
So, IV will reduce to ∀x∃yR(x,y)→∀x∃yR(x,y) which is trivially true.
So correct answer is I and IV only which is option (b).