I have two series of subsets (say $x$ and $y$) of some set $S$, so $x_n$, $y_n$ $\subseteq$ $S$.
Can I expand $(\cup x) \setminus (\cup y)$ into anything that groups the $x_n$ and $y_n$ together? So instead of:
$(x_0 \cup x_1 \cup ... \cup x_n)\setminus(y_0 \cup y_1 \cup ... \cup y_n)$
I'm looking for some operations $\circ$ and $\times$ s.t. the above can be written in the form:
$(x_0 \circ y_0) \times (x_1 \circ y_1) \times ... \times (x_n \circ y_n)$
A similar, but separate question: can I do the same for an intersection of differences? ex:
$\cap (x_n \setminus y_n \ \forall \ n \in 1...N)$

