Subset

 

A is a subset of A (AB) if and only if every element of A is in B

 

A is a proper subset of A (AB) if and only if every element in A is also in B,

and there exists at least one element in B that is not in A

 

Example 1:

A={1,2,3}

B={3,1,2}

A is a subset of A. (AB)

 

Example 2:

P={5,10,15,20}

Q={5,10,15,20,25,30}

P is a proper subset of Q because the element 25 and 30 is not in the set P. (PQ)

 

The empty set is therefore a proper subset of any non empty set

Total Number of Subsets

 

The total number of subsets is the number of sets with 0 elements, 1 elements, 2 elements, etc

The total number of subsets of a set with n elements is 2n

 

Example 1:

From the set below, list all the subsets and find the total number of subsets

Q={a, b, c, d}

 

Subsets of Q are:

{},{a},{b},{c},{d}{a,b},{a, c}

{a, d},{b, c},{b, d},{c, d},{a, b, c},{a, b, d}{b, c ,d},{a, c, d},{a, b, c, d}

 

Total number of subsets is 2n=24=16

 

 

Example 2:

Find the number of subsets of  P={a, b, c, d, e, f}  that contain exactly 3 elements

 

The total number of subsets of P is 26

Using Pascal's triangle:

 

Rendered by QuickLaTeX.com

 

So, the number of subsets of P that contain exactly 3 elements is 20

Exercise

--- Open this page ---

 

Set (Prev Lesson)
(Next Lesson) Venn Diagram