Ch-1 Sets Notes
Ch-1 Sets Notes
● Roster or Tabular form, in the roster form, we list all the members of the set within braces { }
● Set-builder form, in the set-builder form, we list the property or properties satisfied by all the elements of
the sets.
A set A is said to be a subset of set B if every element of set A belongs to set B. In symbols, we write
A ⊆ B, if x ∈ A ⇒ x ∈ B
Note:
The collection of all subsets of a set A is called the power set of A. It is denoted by P(A). If the number of elements in
A i.e. n(A) = n, then the number of elements in P(A) = 2n.
A set that contains all sets in a given context is called the universal set.
Union of sets: The union of two sets A and B, denoted by A ∪ B is the set of all those elements which are either in A
or in B or in both A and B. Thus, A ∪ B = {x: x ∈ A or x ∈ B}.
Intersection of sets: The intersection of two sets A and B, denoted by A ∩ B, is the set of all elements which are
common to both A and B. Thus, A ∩ B = {x : x ∈ A and x ∈ B}
For any sets A and B, their difference (A – B) is defined as a set of elements, which belong to A but not to B.
Thus, A – B = {x : x ∈ A and x ∉ B}
also, B – A = {x : x ∈ B and x ∉ A}
Let U be the universal set and A is a subset of U. Then, the complement of A is the set of all elements of U which are not the element of
A.
Thus, A’ = U – A = {x : x ∈ U and x ∉ A}
Some Properties of Complement of Sets
● A ∪ A’ = ∪
● A ∩ A’ = Φ
● ∪’ = Φ
● Φ’ = ∪
● (A’)’ = A
● A∪A=A
● A∩A=A
● A∪Φ=A
● A∩U=A
● A∪B=B∪A
● A∩B=B∩A
● A ∪ (B ∪ C) = (A ∪ B) ∪ C
● A ∩ (B ∩ C) = (A ∩ B) ∩ C
● A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
● A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
● (A ∪ B)’ = A’ ∩ B’
● (A ∩ B)’ = A’ ∪ B’