How to write the following sentence using propositional logic:
Only monkeys properly appreciate the value of art.
Is this good:
Let $M(x)$ be '$x$ is a monkey' and $A(x)$ be '$x$ properly appreciates the value of art', where the domain of $x$ is the set of all animals.
In this case, $\forall x\ A(x) \rightarrow M(x)$ or $\forall x\ A(x) \iff M(x)$?