A(x,y,z): adding vector y to vector x results in vector z
Translate the statement into english: ∀x.∀y.∀z.A(x,y,z) --> A(y,x,z)
A(x,y,z): adding vector y to vector x results in vector z
Translate the statement into english: ∀x.∀y.∀z.A(x,y,z) --> A(y,x,z)
Why is this hard for you? Where are you having trouble? Take it step by step.
Begin with the quantifiers. $\forall$ become "any" and the domain is 'vectors', so:
Move to the connectives. It is a material implication; an "if-then" clause.
Now for the predicates. Ensure that you substitute the letters in the required order.
Finally, rearrange to more natural language.
Well, that is as far as you need to go; it is what an exam marker would be looking for. However you might want to take the extra step and eliminate the x,y,z symbols. That is okay too. Just make sure you preserve the intent and meaning of the statement. ( On an exam I'd put both down, just to show you understood both the process, and meaning, of the statement. )
Which simply means that: "Vector addition is commutative."