5

Can someone tell me what this symbol means?

$\bigsqcup$

2 Answers2

11

It is the disjoint union symbol- it is most commonly used informally to denote situations where you take the union of two disjoint sets. The actual definition though is more of a tagged union- intuitively, you index the sets to be unioned by some set $I$, and then the result is the collection of all the elements of each set, along with a "tag" that says which set it came from.

In your case, formally you have sets $A$ and $B$- let's re-label these $A_1$ and $A_2$. The disjoint union is $A_1 \bigsqcup A_2 =\{ (a,1) \vert a\in A_1\} \cup \{ (a,2) \vert a\in A_2\}$. So if they have some element $a$ in common, you end up with both $(a,1)$ and $(a,2)$ in your disjoint union. In the case that they have no common elements, the result is the same as the standard union.

Ben
  • 460
Devlin Mallory
  • 2,483
  • 18
  • 21
1

$A\bigsqcup B$ means that the sets are a "disjoint" union