Union

Learn about the union operation defined for sets.

A union is a binary set operation, which means two operands are required to perform this binary operation. We mean an arbitrary set whenever we talk about a set without defining it.

Union

The union of the two sets AA and BB is the set CC that contains every element that is a member of either AA or BB (or both). We can write this definition as follows:

C=AB={xxAxB}C=A \cup B = \{x \mid x\in A \lor x\in B\}

Note: If an object is a member of both AA and BB, it will appear only once in the union set CC ...