Commutative law on sets

Commutative Law of Sets - Definition, Explanation, and Examples edit

The commutative law is an important property of some set operations, meaning the order in which we perform the operation does not affect the result.

Commutative Law for Union edit

For any two sets A and B, the union operation is commutative. This means:

AB=BA

In words, combining set A with set B is the same as combining set B with set A.

Example: Union edit

Let A={1,2,3} B={3,4,5}

Then: AB={1,2,3,4,5} and BA={3,4,5,1,2}

Both are the same set (order does not matter in sets), so AB=BA.

Commutative Law for Intersection edit

Similarly, the intersection operation is also commutative. For any two sets A and B:

AB=BA

This means the set of common elements between A and B is the same regardless of the order.

Example: Intersection edit

Let A={1,2,3,4} B={3,4,5,6}

Then: AB={3,4} and BA={3,4}

So, AB=BA.

Summary edit

  • The commutative law holds for both union and intersection of sets.
  • Changing the order of the sets does not change the result.
  • This property helps simplify calculations and reasoning in set theory.