A partition of a set is a grouping of the set's elements into non-empty subsets, in such a way that every element is included in one and only one of the subsets.
For example if $N=\{1,2,3\}$ then all possible partitions that can be formed are: $p_1=\{(1),(2),(3)\}$, $p_2=\{(1,2),(3)\}$, $p_3=\{(1,3),(2)\}$, $p_4=\{(2,3),(1)\}$ and $p_5=\{(1,2,3)\}$.
Does a definition exist, which is similar to the partition one but where elements are now allowed to be in multiple sets, a feasible partition of such definition would be $p=\{(1,2),(3),(1,2,3)\}$. That is, if $N$ is a set of players then players 1 and 2 belong in the same coalition with respect to some agreement $x$, 3 acts alone with respect to the same agreement, but with respect to some other agreement $y$ all players cooperate.