How to create a set with the results of a function?

33 Views Asked by At

Let $A$ and $B$ be sets of elements and $f()$ be a function that according to a condition return one or more associations $(a_k,b_k)$ that comply that condition otherwise if there is not any association it returns $\emptyset$.

Which notation could I use to represent the set of all the possible associations returned by $f()$?

Thanks!