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 ...