Set Language and Notation: Relation of Sets
Universal sets: U
The set which contains all the available elements.
All proper subsets formed within the universal set draw their elements from the available elements of the universal sets.
Empty Set: { } or ø
A set which contains no elements.
An empty set in a subset of any set.
Equal Sets: ⊆
If two sets have exactly the same elements, then we say that the two sets are equal sets.
Two equal sets are also subsets (denoted by ⊆) of each other.
Example If A = {2, 4, 6, 8} and B = {8, 6, 2, 4}
then A and B are equal sets, ie. A ⊆ B or B ⊆ A
Subsets:
A ⊆ B : A is a subset of B
When every element of set A is also an element of set B, then A is a subset of B.
: A is not a subset of C
There is at least one element in the first set that does not belong to the second set.
Example If A = {2, 4, 6, 8} , B = {8, 6, 2, 4} and C = {a, b, c, d}
then A ⊆ B

Proper Subset:
A B: A is a subset of B
When each element of set A is also an element of set B, but set B has more elements than set A, then set A is a proper subset of B, denoted by “A ⊂ B”.
Therefore, in this case set B is not a proper subset of A, denoted by “ B ⊄ A”
Example Given A = {1, 5, 9} and B = {1, 3, 5, 9}
then A ⊂ B , B ⊄ A
Intersection of Sets: ∩
Common elements in different sets.
A = {1, 2, 3, 4, 5, 6}
B = {1, 3, 5, 7, 9}
A ∩ B = {1, 3, 5}
Union of Sets: ∪
The Union of set A and set B is the set of all elements which are in A, or in B, or in both A and B. It is denoted by ‘A ∪ B’ and is read as “the union of A and B”.
A = {1, 3, 4}
B = {5, 6, 7, 8}
A ∪ B = {1, 3, 4, 5, 6, 7, 8}
Complement of a set: A’
If ξ = {2, 3, 5, 7, 11, 13} and A = {2, 3, 7, 13}
A’ = {5, 11}
Disjoint Sets:
If the two sets have no element in common then the two sets are called disjoint.
The intersection of two disjoint sets is null or empty.
A = {1, 3, 5, 7}
B = {2, 4, 6, 8, 9}
A ∩ B = ø thus A and B are disjoint sets.