Universal Sets and Complements

After discussing sets and power sets, we should have a good intuitive sense that some sets are a small part of a larger set.

Consider the following scenario. You are a class teacher assigning students into teams and to organize, you are putting student names into sets. Let's say you made the following three sets.

A={Alice,Bob,Charlie}A = \{\text{Alice}, \text{Bob}, \text{Charlie} \}

B={Dave,Eli,Finn}B = \{\text{Dave}, \text{Eli}, \text{Finn} \}

C={Gina,Hugh,Iris}C = \{\text{Gina}, \text{Hugh}, \text{Iris} \}

These are nine elements divided into three sets. But where were they before you made these sets? The fact is that there was a set of all students that you are borrowing these names from.

Set of all students ={Alice,Bob,Charlie,Dave,Eli,Finn,Gina,Hugh,Iris}= \{\text{Alice}, \text{Bob}, \text{Charlie}, \text{Dave}, \text{Eli}, \text{Finn}, \text{Gina}, \text{Hugh}, \text{Iris} \}

In mathematics, when we are putting elements into their respective sets, those elements often belong to some bigger and master set that we call, Universal set.

Universal Set

Universal Set is any set whose elements you are using to make other sets. If you are making sets of groups of students, the set of all students will be the Universal set. If you are putting together pairs of integers, the set of all integers is your universal set. If you are grouping movies into sets based on their actors, the set of all movies is your universal set.

Universal set is what you define and the only condition is that all children sets can only contain elements that are also present in the universal set.

Universal sets are usually denoted by UU.

Complement of a Set

Complement of a set AA is usually written as AA' or AcA^c.

Consider the universal set U={Alice,Bob,Charlie,Dave,Eli,Finn,Gina,Hugh,Iris}U = \{\text{Alice}, \text{Bob}, \text{Charlie}, \text{Dave}, \text{Eli}, \text{Finn}, \text{Gina}, \text{Hugh}, \text{Iris} \} and A={Alice,Bob,Charlie}A = \{\text{Alice}, \text{Bob}, \text{Charlie} \}. The complement of set AA is all the elements in the universal set except the elements in set AA.

In our case:

Ac={Dave,Eli,Finn,Gina,Hugh,Iris}A^c = \{\text{Dave}, \text{Eli}, \text{Finn}, \text{Gina}, \text{Hugh}, \text{Iris} \}

Complement of an Empty Set

Complement of the empty set are all the elements of the universal set that are not in the empty set, which is all of them. Thus, the complement of an empty set is the Universal set.

ϕc=U{\phi}^c = U

Complement of a Universal Set

Vice versa, complement of the universal set are all the elements of the universal set that are not in the universal set. Which is none of them. Thus the complement of a universal set is the empty set.

Uc=ϕU^c = \phi

Complement of a Complement of a Set

It should also be intuitive that;

(Ac)c=A(A^c)^c = A

Symbolic Representation of Complement

To practice our set builder notation, we can write:

Ac={xxUxA}A^c = \{ x | x \in U \wedge x \notin A\}

This is read as "xx such that xx is in the Universal Set and xx is not in AA.

Visualizing Complements using Venn Diagrams

Bringing back Venn Diagrams, we can visualize the complement like this.

Tip: Use the buttons to see how complements carve out regions of U.

Visualizing Complements of a Set

Complement Exercise - Find the required set based on the given universal set

Find the required set:

Let U={w,m,4,5,c,t}U = \{ w , m , 4 , 5 , c , t \} and Cc={t,w,m,c,4,5}C^c = \{ t , w , m , c , 4 , 5 \}. Find CC.

Find the required set:

Let U={s,b,0,p,x,n,m}U = \{ s , b , 0 , p , x , n , m \} and Pc={s,p}P^c = \{ s , p \}. Find PP.

Find the required set:

Let U={y,4,9,w,e}U = \{ y , 4 , 9 , w , e \} and B={w,e,9,4,y}B = \{ w , e , 9 , 4 , y \}. Find BcB^c.

Find the required set:

Let U={q,w,h,z,m,4,s,o}U = \{ q , w , h , z , m , 4 , s , o \} and Yc={o,4,h,s,z}Y^c = \{ o , 4 , h , s , z \}. Find YY.

Find the required set:

Let U={t,m,w,g,q}U = \{ t , m , w , g , q \} and Bc={g}B^c = \{ g \}. Find BB.


End of Lesson

 Previous
Power Sets
Next
Intersection & Union