[Math] Universal set of subsets A and B

discrete mathematicselementary-set-theory

The question is:
Two subsets given:
$A = \{ Z, H, O, V, N, I, R \}$;
$B = \{ I, G, O, R \}$

The aim is to find universal set of this subsets. I tried to use definition of "universal set" and here are my suggestions:

  1. Universal set is array of UNIQUE characters of subsets:
    $U = \{ Z, H, O, V, N, I, R, G \}$

  2. Universal set is ALL characters of subsets:
    $U = \{ Z, H, O, V, N, I, R, I, G, O, R \}$

  3. Universal set is all alphabetical characters:
    $U =\{ A, \dots Z \}$

Which one is true?

Thanks in advance!

Best Answer

The universal set $U$ could be either $(1): U = A\cup B$ or $(3)$ (in which case $A\cup B\subsetneq U)$:

Without more information, we cannot conclude which, if either. The Universal Set is simply the set which contains all elements in the domain. Without the domain clearly defined, we cannot conclude just how large $U$ is; we can only conclude, by the definition of "subset", that if $A \subseteq U$ and $B\subseteq U$, then $A\cup B \subseteq U$.

The second "option" you list is simply the same set as described by $(1)$: A set of elements is a set with each element counting once and only once. So, for example, $\{1, 1, 2, 3, 3\} = \{1, 2, 3\}$.

Related Question