Given two sets $X$ and $Y$, and a function $f : X \to Y$, would it be correct to write: \begin{equation} \forall y \in \{a,b,c\} : \textit{Fy} \triangleq \{ x \in X \mid f(x) = y \}. \end{equation} as an equivalent of: \begin{equation} \textit{Fa} \triangleq \{ x \in X \mid f(x) = a \}.\\ \textit{Fb} \triangleq \{ x \in X \mid f(x) = b \}.\\ \textit{Fc} \triangleq \{ x \in X \mid f(x) = c \}.\\ \end{equation}
I'm basically looking for an equivalent of the evaluation function.
N.B. I don't want to write $F_y$ instead of $Fy$.
Thanks for you answers.
NS