I have a finite set $A$ of real numbers. Then I have a function $F: \mathbb{R} \rightarrow \mathbb{Z}$ that maps real numbers to integers.
I would like to split A into subsets such that for all elements in a subset, the function $F$ maps to the same integer. (We would have max. $|A|$ such subsets, if all $x \in A$ map to different integers, min. 1 such subsets if they map all to the same integer)
I would like to say something like "All subsets of A, such that for every subset the elements in that subsets map to the same integer regarding function $F$", but I have no idea how to write this down nicely. Any ideas?