Distributive Law of Sets

Revision as of 04:07, 24 May 2025 by Thakshashila (talk | contribs) (Created page with "= Distributive Law of Sets - Definition, Explanation, and Examples = The '''distributive law''' shows how union and intersection operations distribute over each other. It is a key property in set theory that helps simplify expressions involving both operations. == Distributive Law of Intersection over Union == For any three sets <math>A</math>, <math>B</math>, and <math>C</math>: <math> A \cap (B \cup C) = (A \cap B) \cup (A \cap C) </math> This means the intersecti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

The distributive law shows how union and intersection operations distribute over each other. It is a key property in set theory that helps simplify expressions involving both operations.

Distributive Law of Intersection over Union edit

For any three sets A, B, and C:

A(BC)=(AB)(AC)

This means the intersection of A with the union of B and C is equal to the union of the intersections of A with B and A with C.

Example 1 edit

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

Step 1: Calculate BC: BC={3,4,5,6}

Step 2: Calculate A(BC): A{3,4,5,6}={3,4}

Step 3: Calculate AB and AC: AB={3,4} AC={4}

Step 4: Calculate (AB)(AC): {3,4}{4}={3,4}

Both sides are equal: A(BC)=(AB)(AC)={3,4}

Distributive Law of Union over Intersection edit

Similarly, union distributes over intersection:

A(BC)=(AB)(AC)

This means the union of A with the intersection of B and C is equal to the intersection of the unions of A with B and A with C.

Example 2 edit

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

Step 1: Calculate BC: BC={3,4}

Step 2: Calculate A(BC): {1,2,3}{3,4}={1,2,3,4}

Step 3: Calculate AB and AC: AB={1,2,3,4} AC={1,2,3,4,5}

Step 4: Calculate (AB)(AC): {1,2,3,4}{1,2,3,4,5}={1,2,3,4}

Both sides are equal: A(BC)=(AB)(AC)={1,2,3,4}

Summary edit

  • The distributive laws help simplify expressions involving both union and intersection.
  • Intersection distributes over union, and union distributes over intersection.