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 

The intersection of two sets A and B  is a set which includes the elements which belongs to both the sets means the set which includes the common element from both the sets.
For example :
By considering the example in union the intersection of the two groups the Intersection of the two groups consists of the group members who are present in both the group.namely, Akash and Kiran.
A={1,2,3,4,5}
B={4,5,6,7,8}
A⋂B={4,5}
The sets whose intersection is an empty set those sets are called as disjoint sets.
If A and B are disjoint sets, then A – B = A and B – A = B.
For example:
A={1,2,3,4}
B={5,6,7,8}
A⋂B={}
Some properties of the operation of 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 ∪
         Also, 
         A∪(B∩C) = (AUB) ∩ (AUC) (Distributive law) Here ∪ distributes over ∩

Notes:

A ∩ ϕ = ϕ ∩ A = ϕ i.e. intersection of any set with the empty set is always the empty
set.

Difference 

the difference of two sets A and B consist of the elements which are present in set A but not in set B
the difference of two sets A and B is denoted as (A-B) or (B-A).Here both the terms A-B and B-A are different. 
For example:
A={1,2,3,4,5,6}
B={4,5,6,7,8,9}
A-B={1,2,3}
B-A={7,8,9}
A-B = A-A⋂B
B-A = B-A⋂B

Complement :

The complement of a set A is a set of elements which are present in universal set but not in set A . The complement of set A is denoted by A' 
For example:
U={1,2,3,4,,5,6,7,8,9,10}
A={1,2,3}
The complement of set A is A' ={4,,5,6,7,8,9,10}
Some properties of complement of set:
  • 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(AB) = n(A) + n(B) – n(AB)

If we have three sets:

n(ABC) = n(A) + n(B) + n(C) – n(AB) n(AC) n(BC) + n(ABC)

If we have four sets:

n(ABC∪D) = n(A) + n(B) + n(C)+ n(D) – n(AB) n(AC) n(BC) + n(AD) +n(BD) +n(CD) +n(ABC) +n(ABD)+ n(BCD)+ n(ACD)- n(ABC ∩D)

examples on set operations

If set P = {2, 3, 4, 5, 6, 7}, set Q = {0, 3, 6, 9, 12} and set R = {2, 4, 6, 8}.

(i) Find the union of sets P and Q

(ii) Find the union of two set P and R

(iii) Find the union of the given sets Q and R
solution:
given data:
P={2, 3, 4, 5, 6, 7}, 
Q = {0, 3, 6, 9, 12} and
R = {2, 4, 6, 8}.
(I) to find the union of sets P and Q:
P∪Q={0,2,3,4,5,6,7,9,12}
(ii)union of sets P and set R:
P∪R={2, 3, 4, 5, 6, 7,8}
(iii) the union of set Q and R is:
Q∪R={0,2, 3, 4, 6, 8, 9, 12}
 

 What is Set , Definition of Set , Elements of Set , Notation, Representation , Properties  of set and Examples on Sets


Comments

Popular posts from this blog

Inclusion and Exclusion principle, Venn diagram, examples with solutions, set theory , Mathematics

Multiset and operations on multisets(union, intersection, addition, difference), solved problems

Preposition and logical connectivities in Discrete Mathematics