Are these translations correct?
Translate the following sentences into wfs.
- a) Nobody loves a loser.
Let $H(x,y):= x$ loves $y$.
Then $\lnot(\exists x\exists p (H(x,p)))$
- b) Nobody in the statistics class is smarter than everyone in the logic class.
(which is the same (I think) as 'All in the logic class are smarter than all in the statistic class.')
Let H(x,y):=x is smarter than y, p(x)=x is in the logic class and q(x)=x is in the statistic class.
Then $\forall x\forall y[(q(y)\land p(x))\to H(x,y)]$
- c)Anyone who knows Julia loves her.
(This is the same as 'If x knows Julia, then x loves Julia.')
Let $p(x)=x $ knows Julia, H(x,J)=x loves Julia.
Then $\forall x(p(x)\to H(x,J))$
- d) There is no set belonging to precisely those sets that do not belong to themselves.
Let $H(x,y)=$The set x belongs to the set y.
Then $\forall\forall[\lnot H(x,y)\land \lnot H(y,y)]$
- e) There is no barber who shaves precisely those men who do not shave themselves.
Let H(x,y)=x shaves y.
Then $\forall x\forall y[\lnot H(x,y)\land \lnot H(y,y)]$
a) where is the part about someone being a loser? Or was that a typo and it's supposed to be 'Nobody loves a lover?' Even so, you'll need two instances of a predicates, not one
b) No, your interpretation is incorrect. just because no one in the statistics class is smarter than everybody in the logic class does not mean that every one in the logic class is smarter than everyone in the statistics class. For example, suppose that there is one really smart person in the logic class who is smarter than everyone else, but otherwise you have some not so smart people in the logic class and a bunch of smart people in the statistics class that are smarter than everyone in the logic class except for that one really smart person. Then we have that no one in the statistics class is smarter than everyone in the logic class, but we don't have that everyone in the logic class is smarter than everyone in the statistics class
c) You probably want to use a 2-place predicate $K(x,y)$ for '$x$ knows $y$'
d) and e) Think of these as conditionals: e.g if a set does not belong to itself, then it belongs to some set. And: if someone doesn't shave himself, then the barber will shave that person. And what if a person does shave himself?