Operations On Sets
Operations on Sets
- Union of Sets
- Intersection of Sets
- Addition theorem (Inclusion-Exclusion principle)
Union of Sets:
In set theory, the union of two or more sets is a new set that contains all the distinct elements from the given sets. The union operation is denoted by the symbol "∪".
Here are the key points regarding the union of sets:
- Definition: The union of sets A and B, denoted as A ∪ B or A + B or at least one of A or B or A OR B , is the set that contains all elements that are in A, in B, or in both A and B. Formally, x ∈ (A ∪ B) if x ∈ A or x ∈ B.
- Elements in the Union: The union of sets contains all the distinct elements from the individual sets. If an element is present in multiple sets, it appears only once in the union.
- Example: Let's consider two sets: A = {1, 2, 3} and B = {3, 4, 5}. The union of A and B, denoted as A ∪ B, would be {1, 2, 3, 4, 5}. Note that the element "3" appears only once in the union, even though it is present in both sets.
- Union of Multiple Sets: The union operation can be extended to more than two sets. For example, if we have sets A, B, and C, the union of these sets, denoted as A ∪ B ∪ C, is the set that contains all the distinct elements from A, B, and C.
- Commutative Property: The union operation is commutative, which means that the order of the sets does not affect the result. A ∪ B is equivalent to B ∪ A.
- Associative Property: The union operation is associative, which means that when performing the union of three or more sets, the grouping of the sets does not affect the result. For example, (A ∪ B) ∪ C is equivalent to A ∪ (B ∪ C).
- Ø ⋃ A = A
- A ⋃ A = A
- A ⋃ U = U (Where , U = Universal Set)
- If we have 'n' Set
A1, A2, A3, A4, A5, A6, A7, A8,.............,An-1, An
then,
A1 ⋃ A2 ⋃ A3 ⋃ A4 ⋃ A5 ⋃ A6 ⋃ A7 ⋃ A8 ⋃ ............. ⋃ An-1 ⋃ An =
![]()
The union of sets is a fundamental operation in set theory and is used to combine sets, find the combined elements, and express the concept of inclusiveness or combination. It is an essential concept in various branches of mathematics and has applications in logic, algebra, probability theory, and more.
Intersection of Sets:
In set theory, the intersection of two or more sets is a new set that contains only the elements that are common to all of the given sets. The intersection operation is denoted by the symbol "∩".
Here are the key points regarding the intersection of sets:
- Definition: The intersection of sets A and B, denoted as A ∩ B or A • B or A and B or Both A and B , is the set that contains all elements that are present in both A and B. Formally, x ∈ (A ∩ B) if x ∈ A and x ∈ B.
- Elements in the Intersection: The intersection of sets contains only the elements that are common to all the sets being intersected. If an element is not present in any one of the sets, it is not included in the intersection.
- Example: Let's consider two sets: A = {1, 2, 3} and B = {3, 4, 5}. The intersection of A and B, denoted as A ∩ B, would be {3}, since it is the only element that appears in both sets.
- Intersection of Multiple Sets: The intersection operation can be extended to more than two sets. For example, if we have sets A, B, and C, the intersection of these sets, denoted as A ∩ B ∩ C, is the set that contains all the elements that are present in all three sets.
- Commutative Property: The intersection operation is commutative, which means that the order of the sets does not affect the result. A ∩ B is equivalent to B ∩ A.
- Associative Property: The intersection operation is associative, which means that when performing the intersection of three or more sets, the grouping of the sets does not affect the result. For example, (A ∩ B) ∩ C is equivalent to A ∩ (B ∩ C).
- Ø ∩ A = Ø
- A ∩ A = A
- A ∩ U = A (Where , U = Universal Set)
- If we have 'n' SetA1, A2, A3, A4, A5, A6, A7, A8,.............,An-1, An
,then
A1 ∩ A2 ∩ A3 ∩ A4 ∩ A5 ∩ A6 ∩ A7 ∩ A8 ∩ ............. ∩ An-1 ∩ An =![]()
The intersection of sets is a fundamental operation in set theory and is used to identify the common elements among different sets. It helps in finding the shared properties or characteristics of objects within a given context. The concept of intersection is widely applied in mathematics, statistics, logic, and other fields.
Addition theorem | Inclusion-Exclusion principle
n(A ∪ B) = n(A) + n(B) - n(A ∩ B)
For three Sets:
n(A ∪ B ∪ C) = n(A) + n(B) + n(C) - n(A ∩ B) - n(A ∩ B) - n(A ∩ B) + n(A ∩ B ∩ C)
For n number of Sets:
n(A ∪ B ∪ ... ∪ N) = n(A) + n(B) + ... + n(N) - n(A ∩ B) - n(A ∩ C) - ... - n(M ∩ N) + n(A ∩ B ∩ C) + ... + (-1)^(n-1) n(A ∩ B ∩ ... ∩ N),
or
|A ∪ B ∪ ... ∪ N| = |A| + |B| + ... + |N| - |A ∩ B| - |A ∩ C| - ... - |M ∩ N| + |A ∩ B ∩ C| + ... + (-1)^(n-1) |A ∩ B ∩ ... ∩ N|,
Comments
Post a Comment