Does anyone know how to write the following: If $\mathcal{F}$ is a family of sets, I want the union of all $X$ in this $\mathcal{F}$.
Thanks in advance!
Does anyone know how to write the following: If $\mathcal{F}$ is a family of sets, I want the union of all $X$ in this $\mathcal{F}$.
Thanks in advance!
Use $\bigcup_{X \in \mathcal F} X$ or simply $\bigcup \mathcal F$.
$\bigcup_{x\in\mathcal{F}}X$
or $\bigcup\mathcal{F}$
.
– egreg
Dec 12 '13 at 20:53
This probably should be migrated to tex.SE.
But:
$$ \bigcup_{X\in \mathcal{F}} X $$ would work.
Use $\bigcup_i X_i$, if $\mathcal F=\{X_1,X_2,\dots\}$.