Let $f \colon A \to B$ be a function from a set $A$ to a set $B$. In English, which of the following expressions is correct?
- The function $f$ associates an element of $A$ with (or to) an element of $B$;
- The function $f$ associates an element of $B$ with (or to) an element of $A$.
(I am not using quantifiers like "every" or "some" on purpose, because in natural language they can create some ambiguity)
In the literature and online, I have found both kinds of expression, but I am not sure if they are both correct, since I am not a native English-speaker. For instance, Wikipedia's page about function in mathematics uses both kinds of expression.
Disclaimer. My question is more about English than mathematics, but it requires a basic knowledge in mathematics to be answered, this is why I post it here and not in other Q&A forums.
∃b∈B ∀a∈A
, whereas "$f$ associates some element of $B$ with each element of $A$ might mean either the same or∀a∈A ∃b∈B
(my automatic reading). In any case, the real issue here is hanging mixed quantifiers rather than 'each/every/any' per se. – ryang Feb 26 '23 at 10:58