Say I have a set $H$ and I want to describe the union of all elements in $H$. How would I write that? I believe I've seen a big U with a subscript used before.
2026-04-08 23:59:26.1775692766
On
Correct notation for union of all elements in a set?
3.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
In set theory we use $\bigcup H$ to denote the union of all the elements of $H$. Sometimes we write it explicitly, in one of several ways:
- $\bigcup_{h\in H}h$, or $\bigcup\limits_{h\in H}h$,
- $\bigcup\{h\mid h\in H\}$ (this is useful when $H$ is not assigned a variable, but defined via a formula),
- $\{x\mid\exists h\in H:x\in h\}$,
- $\bigcup H$, as I remarked before.
Note, however, that in set theory it is often the case that everything is a set, so taking the union makes sense.
If you are not working in set theory, then I would (1) recommend using the first notation, and (2) be sure that the elements of $H$ are sets, or that you defined a notion similar to union over those objects. Taking the union of two points on the plane doesn't make much sense if you don't consider them as sets.
If the elements of $H$ are sets, it would make sense to write $$\bigcup_{h\in H} h$$ However, if the elements of $H$ are not sets, taking the union of them would not make sense. In this case, the totality of all elements of $H$ is just $H$.