Set builder notation with $\land$?

186 Views Asked by At

Is it possible to rewrite set builder notation with conjunction $\land$?

For example,
$$y\in f(A)=\{f(x) \mid x\in A\} \\ ​​\iff \exists\,y, y=f(x)\land x\in A$$

1

There are 1 best solutions below

2
On BEST ANSWER

Your second row is wrong. Rather than $$ (\exists y)\ y = f(x) \text{ and } x\in A $$ It should say $$ (\exists x)\ y = f(x) \text{ and } x\in A. $$