Translate it
What's wrong here?
What's wrong here?
What's wrong here?
100

A: actor

L: loves

j: Jim

"Jim doesn't love any actors"

(∀x)(Ax ⊃ ∼Ljx)

or

(∀x)∼(Ax ⋀ Ljx)

or 

∼(∃x)(Ax ⋀ Ljx)

100

A: actor

L: loves

j: Jim

"Jim doesn't love any actors"

(∀x)(Ax ⋀ ∼Ljx)

this translates to:

"Everyone is an actor and Jim doesn't love anyone"

100

A: actor

L: loves

j: Jim

"Jim doesn't love any actors"

(∀x)(Ax ⊃ ∼Lxj)

This translates to:

"no actors love Jim".

100

A: actor

l: loves

J: Jim

"Jim doesn't love any actors"

∼(∃x)(Ax ⋀ Jlx)


This translation confuses general and particular terms. 

200

m: Mark

r: Rupert

P: is a person

"Mark and Rupert are different people"


(~(m=r)⋀(Pm ⋀ Pr))

200

m: Mark

r: Rupert

P: is a person

"Mark and Rupert are different people"

((m=~r)⋀(Pm ⋀ Pr))

This translates to:

"Anyone other than Rupert is Mark, and both Mark and Rupert are people."

200

m: Mark

r: Rupert

P: is a person

"Mark and Rupert are different people"

((Pm ⋀ Pr)⊃ ~(m=r))

This translates to:

"If Mark is a person and Rupert is a person, then Mark is not Rupert or vise versa"

200

"Mark and Rupert are different people"

((m≠r)⋀(Pm ⋀ Pr))

That is a nonconventional symbol for identity.

300

R: is rich

"Exactly one being is rich"

(∃x)(Rx ⋀ ∼(∃y)(~x=y ⋀ Ry)

300

R: is rich

"Exactly one being is rich"

(∃x)Rx

this translates to:

"At least one being is rich"

400

"Everyone loves someone"

(∀x)(∃y)Lxy

400

"Everyone loves someone"

(∃y)(∀x)Lxy

This translates to:

"There is someone that everyone loves"