602 views
3 votes
3 votes

Can Anyone confirm this FOL : (∃xp(x) ∨ ∃xq(x)) ⟹ ∃x(p(x) ∨ q(x)) is valid or not ?

I think it is NOT.

3 Answers

Best answer
2 votes
2 votes

Yes, it is valid.

∃ is distributive over V, means

(∃xp(x) ∨ ∃xq(x)) is equivalent to ∃x(p(x) ∨ q(x))

So, We have to check (A ⟹ A) is valid or not?

A ⟹ A 

~A ∨ A which is always 1 (Valid)

selected by
2 votes
2 votes
let x be the set of boys.

p(x)=set of fat boys.

q(x)=set of tall boys.

Now LHS: there are some boys which are fat and there are some boys which are tall

RHS: there exist some boys which are fat or tall.

so it is valid statement . because when LHS is true RHS will be always true. and when LHS is false  p->q generates True.
0 votes
0 votes
it is a valid argument because ∃ is distributive over U.

No related questions found