edited by
1,689 views

2 Answers

2 2 votes

@Devshree. Lets consider option B.

Let the set be S={Ashok, Gauri, Aboli }. Now, I want to state that Ashok earns more all the females.

Now, we are considering only all such males that earn more than all the females.

Now, see the condition Vy ( female(y) ^ more(x,y) ). Here, you need to check both the conditions for Ashok. Instead, I should be checking only if the other person is female. If the other person is female, then necessarily, ashok earns more than her. I should not  need to check if he is actually earning more than her.

SO, the second clause should be like Vy ( female(y) $\rightarrow$ more(x,y) )

1 1 vote
OPTION B as for there exists we use "AND" , not implication...
Position:
Show:

Related questions

3 3 votes
1 answers 1 answer
1.8k
1.8k views
srestha asked Jun 4, 2019
1,805 views
“Not every satisfiable logic is valid” Representation of it will be $1)\sim \left ( \forall S(x)\rightarrow V(x) \right )$or$2)\sim \left ( \forall S(x)\vee V(x) \right )...
3 3 votes
2 2 answers
415
415 views
GO Classes asked Jun 18, 2025
415 views
Which of the following expressions is a tautology?$(P \rightarrow Q) \vee(Q \rightarrow P)$ $(P \vee Q) \rightarrow(P \rightarrow Q)$ $((P \rightarrow Q) \wedge P) \right...
1 1 vote
4 4 answers
579
579 views
GO Classes asked Jun 18, 2025
579 views
Statement: A sufficient condition for the warranty to be good is that you bought the computer less than a year ago.Let:P: You bought the computer less than a year ago.Q: ...
1 1 vote
4 4 answers
746
746 views
GO Classes asked Jun 18, 2025
746 views
Statement: It is necessary to wash the boss's car to get promoted.Let:P: You wash the boss's car.Q: You get promoted.Which of the following propositional formulas express...