Given the sentence :
Whoever isn't fond off capitalism , isn't liberal.
I would like to convert them to First Order Logic . I tried 2 ways , not sure if they are true:
a) $\forall x ( \lnot FondOff(X,Capitalism) \rightarrow \lnot Is(X,Liberal))$
b) $\lnot \exists x ( FondOff(X,Capitalism) \land Is(X,Liberal))$