Associative Law of Sets
Associative Law of Sets - Definition, Explanation, and Examples edit
The associative law is a fundamental property of set operations which states that when performing the same operation multiple times, the grouping (or association) of sets does not affect the result.
Associative Law for Union edit
For any three sets , , and :
This means that whether you first unite and and then unite the result with , or first unite and and then unite the result with , the final set is the same.
Example: Union edit
Let
Calculate :
Calculate :
Both are equal:
Associative Law for Intersection edit
Similarly, the intersection operation is associative:
This means that whether you first find the intersection of and , and then intersect with , or first find the intersection of and , and then intersect with , the final set is the same.
Example: Intersection edit
Let
Calculate :
Calculate :
Both are equal:
Summary edit
- The associative law allows us to group sets in any way when performing unions or intersections without changing the result.
- It simplifies complex expressions by removing the need to worry about parentheses.