I am a logic neophyte and simpleton studying for an exam in a graduate-level course in elementary symbolic logic. I am trying to symbolize the following categorical statement:
"No artist is a fortune teller, unless he or she reads tarot cards for someone."
Domain: people.
I symbolized the terms as follows:
$Ax = x$ is an artist, $Fx = x$ is a fortune teller, $Rxy= x$ reads tarot cards for $y$.
Here is what I got: $$(∀x)\Big((Ax∧¬(∃y)(Rxy))⟹¬Fx)\Big).$$
Is this right? Have I left something out, misplaced something, or added a superfluous bracket?