Suppose $\mathcal{F}$ is a finite collection of sets $F_{1}, F_{2}, F_{3} \ldots, F_{n}$.
I want to construct a collection of sets $\mathcal{G}$ that contains every possible union of sets in $\mathcal{F}$. For example, I want $\mathcal{G}$ to contain $F_{1}\cup F_{1}$, $F_{1}\cup F_{2} \cup F_{3} \cup F_{4}$, $\bigcup_{j=1}^{n}F_{j}$, etc. etc.
However, I am not sure how to write $\mathcal{G}$ using set notation.
My guess was something like:
\begin{equation} \mathcal{G} =:\left\{\bigcup_{i\geq1} G_{i}: \forall_{i} \text{ }G_{i} \in \mathcal{F} \text{ }\right\} \end{equation}
Is this correct? If not can someone provide the correct notation?
The simplest solution is
$$\mathscr{G}=\left\{\bigcup\mathscr{A}:\mathscr{A}\subseteq\mathscr{F}\right\}\;.$$