Set Operations, Union-Intersection-Difference-Complement And Properties Of Set Operations And Formulae Of Set Operations
The operations which we can perform on the set are set intersection, set union, a difference of two sets and complement, and the properties related to the operation on the set. The operations on set are explained as below:
Union
The union of two sets A and B is a set that consist of all the elements that either belongs to set A or set B or to both. The union is denoted by '⋃' this symbol.
For example :
suppose that, group A consists of five group members named, Smita, Sakshi, Monali, Akash, and Kiran, and group B consist of four members, named as Akash, Kiran, Sanika, pakhi. The union of these two groups consists of seven members rather than 9, namely Smita, Sakshi, Monali, Akash, Kiran, Sanika, pakhi.
A={1,2,3}
B={3,4,5,6}
A⋃B ={1,2,3,4,5,6}
B⋃A ={1,2,3,4,5,6}
some properties of operation of union:
- A∪B = B∪A (Commutative law)
- A∪(B∪C) = (A∪B)∪C (Associative law)
- A ∪ ϕ = A (Law of identity element, is the identity of ∪)
- A∪A = A (Idempotent law)
- U∪A = U (Law of ∪) ∪ is the universal set.
Notes:
A ∪ ϕ = ϕ ∪ A = A i.e. union of any set with the empty set is always the set itself.
Intersection
- A∩B = B∩A (Commutative law)
- (A∩B)∩C = A∩ (B∩C) (Associative law)
- ϕ ∩ A = ϕ (Law of ϕ)
- U∩A = A (Law of ∪)
- A∩A = A (Idempotent law)
- A∩(B∪C) = (A∩B) ∪ (A∩C) (Distributive law) Here ∩ distributes over ∪
Difference
Complement :
U={1,2,3,4,,5,6,7,8,9,10}
- A ∪ A' = A' ∪ A = ∪ (Complement law)
- (A ∩ B') = ϕ (Complement law)
- (A ∪ B) = A' ∩ B' (De Morgan’s law)
- (A ∩ B)' = A' ∪ B' (De Morgan’s law)
- (A')' = A (Law of complementation)
- ϕ' = ∪ (Law of empty set)
- ∪' = ϕ (universal set)
Some important formulae of set operations
If we have
two sets:
n(AᴜB)
= n(A) + n(B) – n(A∩B)
If we have
three sets:
n(A∪B∪C)
= n(A) + n(B) + n(C) – n(A∩B) –
n(A∩C)
– n(B∩C) + n(A∩B∩C)
If we have four sets:
n(A∪B∪C∪D) = n(A) + n(B) + n(C)+ n(D) – n(A∩B)
– n(A∩C) –
n(B∩C)
+ n(A∩D)
+n(B∩D)
+n(C∩D)
+n(A∩B∩C)
+n(A∩B∩D)+
n(B∩C∩D)+
n(A∩C∩D)-
n(A∩B∩C ∩D)
examples on set operations
Comments
Post a Comment