Subsets

We should have noticed that some sets encompass other sets. For example: Z\mathbb{Z} encompass N\mathbb{N} ; W\mathbb{W} encompass N\mathbb{N}; Q\mathbb{Q} encompass Z\mathbb{Z}; and R\mathbb{R} encompass Q\mathbb{Q}.

In the same way, the set {1,2,3,4,5}\{1, 2, 3, 4, 5\} encompasses {1,2,3}\{1, 2, 3\}. Every element of {1,2,3}\{1, 2, 3\} is also an element of {1,2,3,4,5}\{1, 2, 3, 4, 5\}.

Another way to write this is that every element of N\mathbb{N} is also an element of Z\mathbb{Z}.

This relationship is called being a subset: all elements of one set are also elements of another set. We write this as ABA \subseteq B, which is read “A is a subset of B.”

We can write the subset relations mentioned above like this.

  • QR\mathbb{Q} \subseteq \mathbb{R}

  • ZQ\mathbb{Z} \subseteq \mathbb{Q}

  • WZ\mathbb{W} \subseteq \mathbb{Z}

  • NW\mathbb{N} \subseteq \mathbb{W}

  • {1,2,3}N\{1,2,3\} \subseteq \mathbb{N}

What if both sets encompass each other?

{1,2,3}\{1, 2, 3\} encompasses the set {3,2,1}\{3, 2, 1\} and vice versa. By definition, in such a case, we still use the term subset where both of the sets are equal.

Proper Subsets

We say that AA is a proper subset of BB if AA is a subset of BB but there is some element in BB that is not in AA. This excludes the possibility that both sets encompass each other. A proper subset relation is presented as ABA \subset B which is also read as "A is a proper subset of B".

We should note that the earlier examples we mentioned are all of them proper subsets.

Improper Subsets

Improper subsets are those sets which encompass each other which is just a fancy way of saying that both sets are equal. It is denoted by ABA \subseteq B and is also read as "A is a subset of B". This also means that every set is also a subset of itself. AAA \subseteq A is always true.

Modern Set Theory Practice

For the sake of convenience and standard, we generally use ABA \subseteq B to cover both cases. ABA \subseteq B means that AA could either be a proper subset or an improper subset of BB. Similarly, you can write NZ\mathbb{N} \subseteq \mathbb{Z} or NZ\mathbb{N} \subset \mathbb{Z}, both are correct.

The symbol \subset says that this is strictly a proper subset while the symbol \subseteq says that the sets can be either proper or improper.

Empty Set is a Subset of every set

Take some time to think why would we say that the empty set is a subset of every set. Generally, it is always correct to say ϕA\phi \subseteq A.

We need to look at the definition of subsets in the following way. We can say that AA is a subset of BB if there are no elements in AA that are also not in BB. Clearly, the empty set does not have any elements that are also not in some other set. Thus, empty sets are a subset of all other sets. But why does it matter? Because it influences the size of the Power Set.

Venn Diagrams

Venn Diagrams are a great way to visualize sets. Venn diagrams are simple pictures used to represent sets and their relationships. They are drawn with shapes, usually circles, to show how groups overlap or differ. Each circle stands for a set, and the shaded parts show the results of set operations like union, intersection, and complement.

Visualizing Subsets in a Venn Diagram

Explaining the Diagram:

The circles represent a given set. There are three circles that means that we are visualizing three sets here. When two circles overlap, it means that these sets share some common elements. If a circle is completely inside another circle, it means that all elements of the inner circle are also in the outer circle, thus the inner set is the subset of the outer set. In the given diagrams, we have the following relations.

  • CBC \subseteq B - Because all elements of C are also inside B.
  • B⊈CB \not\subseteq C - Become some elements of B are not in C.
  • A⊈BA \not\subseteq B - Become some elements of A are not in B.
  • B⊈AB \not\subseteq A - Because some elements of B are not in A.

Visualizing Hierarchy of Numbersets

In this diagram, we see the hierarchy of the numbers sets and their relations. The outer rectangle represents the set of real numbers which contains all the rational and irrational numbers. And we see the following relations:

  • QRQ \subseteq R - Because all elements of Q are also inside R.
  • ZQZ \subseteq Q - Because all elements of Z are also inside Q.
  • WZW \subseteq Z - Because all elements of W are also inside Z.
  • NWN \subseteq W - Because all elements of N are also inside W.

It also follows that the subset relations can be called out for deeply nested sets. Such as;

  • NRN \subseteq R - Because all elements of N are also inside R.

Hopefully this visualization helps you understand what subsets are. Venn diagrams will be further explained in the next lessons as new set operations are introduced.

Exercise Set 1:

Identify the Subset Relationship

Let A={4,u,j}A = \{ 4 , u , j \} and B={4,u,j}B = \{ 4 , u , j \}. Which statement is correct?

Identify the Subset Relationship

Let A={u,9,e,v,r}A = \{ u , 9 , e , v , r \} and B={e,9,v,r}B = \{ e , 9 , v , r \}. Which statement is correct?

Identify the Subset Relationship

Let A={9,8,f,u,n,y}A = \{ 9 , 8 , f , u , n , y \} and B={9,n,w,u,8}B = \{ 9 , n , w , u , 8 \}. Which statement is correct?

Identify the Subset Relationship

Let A={c,8,j}A = \{ c , 8 , j \} and B={c,j,8}B = \{ c , j , 8 \}. Which statement is correct?

Identify the Subset Relationship

Let A={4,0}A = \{ 4 , 0 \} and B={7,0}B = \{ 7 , 0 \}. Which statement is correct?

True or False Activity!!!

Read each statement carefully and decide if it is true or false.

1

{{a}}\emptyset \subseteq \{ \{a\} \}.

or
2

{a}\emptyset \subseteq \{ a \}.

or
3

{{a}}\emptyset \in \{ \{a\} \}.

or
4

{a}{{a}}\{a\} \subseteq \{ \{a\} \}.

or
5

{a}{a}\{a\} \subseteq \{ a \}.

or
6

{a}{{a}}\{a\} \in \{ \{a\} \}.

or
7

a{{a}}a \in \{ \{a\} \}.

or
8

{a,b}={{a,b}}\{a, b\} = \{ \{a, b\} \}.

or
9

The empty set has no proper subset.

or

End of Lesson

 Previous
Properties of Sets
Next
Power Sets