311 views
1 votes
1 votes

1 Answer

Best answer
1 votes
1 votes

First Statement says IF for all x either A(x) or B(x) be true then either A(x) true for all x or B(x) true for all x 

Below example serves as counter example

Let's take three values x = a,b,c such that A(a) = False A(b) = A(c) = True and B(a) = True B(b) = B(c) = False

Second Statement says IF for all x A(x) ==> B(x) [i.e. wherever A(x) is true, B(x) also true]  then if for all x  A(x) true implies B(x)  true for all x      Correct

Third Statement Counter example

Let's take three values x = a,b,c such that A(a) = False A(b) = A(c) = True and B(a) = True B(b) = B(c) = False

selected by

Related questions

0 votes
0 votes
1 answer
2
srajkumar asked Jan 30, 2019
383 views
1) ISP → Q ≡ Q → PSatisfiable Or NOT?
0 votes
0 votes
0 answers
3
Balaji Jegan asked Sep 29, 2018
241 views
0 votes
0 votes
2 answers
4
Balaji Jegan asked Sep 28, 2018
508 views
E(x) = x is EarthlingA(x) = x is AlienWhat is the corresponding Well Formed Formula for "Nobody is Earthling unless somebody is Alien" ?