Suppose I have a infinite set $S$, and would like to label all the points in $S$ as $x_i$. Then for each $x_i$, I would like to take a set that contains $x_i$, called $U_i$ and take the union of all these $U_i$s.
Question: Is the following way of writing it correct and clear? Is it implied that $I$ is just the set that gives me a bijection with each $x_i \in S$?
Let $S = \{ x_i : i \in I \}$ where $I$ is an indexing set. For each $x_i$, let $U_i$ be a set such that $x_i \in U_i$. This is the union: $\bigcup\limits_{i \in I} U_i$