all! I was wondering if I could get help translating this phrase in to first order logic.
I'm trying to say: There exists a u such that u is Russian and there exists a b such that u shot b.
Would it be:
∃u(R(u)) /\ ∃b(Shot(u, b))
Or would it be:
∃u∃b(R(u) /\ (Shot(u, b))) ?