HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>The properties of intersection of sets are:</p>
1 <p>The properties of intersection of sets are:</p>
2 <ul><li><strong>Commutative Law</strong></li>
2 <ul><li><strong>Commutative Law</strong></li>
3 </ul><ul><li><strong>Associative Law</strong></li>
3 </ul><ul><li><strong>Associative Law</strong></li>
4 </ul><ul><li><strong>Distributive Law</strong></li>
4 </ul><ul><li><strong>Distributive Law</strong></li>
5 </ul><ul><li><strong>Law of Empty Set</strong></li>
5 </ul><ul><li><strong>Law of Empty Set</strong></li>
6 </ul><ul><li><strong>Law of Universal Set</strong></li>
6 </ul><ul><li><strong>Law of Universal Set</strong></li>
7 </ul><ul><li><strong>Idempotent Law</strong></li>
7 </ul><ul><li><strong>Idempotent Law</strong></li>
8 </ul><p><strong>Commutative Law</strong>: Commutative law states that the order of the intersection doesn’t matter. The order of the sets does not affect the result.</p>
8 </ul><p><strong>Commutative Law</strong>: Commutative law states that the order of the intersection doesn’t matter. The order of the sets does not affect the result.</p>
9 <p>Rule: A ∩ B = B ∩ A</p>
9 <p>Rule: A ∩ B = B ∩ A</p>
10 <p>Example: Let A = {cat, dog} and B = {cat, rabbit}. </p>
10 <p>Example: Let A = {cat, dog} and B = {cat, rabbit}. </p>
11 <p>A ∩ B = {cat} - (1)</p>
11 <p>A ∩ B = {cat} - (1)</p>
12 <p>B ∩ A = {cat} - (2)</p>
12 <p>B ∩ A = {cat} - (2)</p>
13 <p>From (1) and (2), we get that A ∩ B = B ∩ A</p>
13 <p>From (1) and (2), we get that A ∩ B = B ∩ A</p>
14 <p><strong>Associative Law</strong>: While finding the<a>intersection of three sets</a>, we can group any two sets first. If the resultant is grouped with the remaining set, the result will be the same. </p>
14 <p><strong>Associative Law</strong>: While finding the<a>intersection of three sets</a>, we can group any two sets first. If the resultant is grouped with the remaining set, the result will be the same. </p>
15 <p>Rule: (A ∩ B) ∩ C = A ∩ (B ∩ C)</p>
15 <p>Rule: (A ∩ B) ∩ C = A ∩ (B ∩ C)</p>
16 <p>Example: Let A = {1, 2}, B = {2, 3}, C = {2, 4}</p>
16 <p>Example: Let A = {1, 2}, B = {2, 3}, C = {2, 4}</p>
17 <p>A ∩ B = {2}</p>
17 <p>A ∩ B = {2}</p>
18 <p>(A ∩ B) ∩ C = {2} - (1)</p>
18 <p>(A ∩ B) ∩ C = {2} - (1)</p>
19 <p>B ∩ C = {2}</p>
19 <p>B ∩ C = {2}</p>
20 <p>A ∩ (B ∩ C) = {2} - (2)</p>
20 <p>A ∩ (B ∩ C) = {2} - (2)</p>
21 <p>From (1) and (2), (A ∩ B) ∩ C = A ∩ (B ∩ C)</p>
21 <p>From (1) and (2), (A ∩ B) ∩ C = A ∩ (B ∩ C)</p>
22 <p><strong>Distributive Law</strong>: If we intersect one set with the union of two other sets, it is equivalent to finding the intersection with each set separately and then taking their union.</p>
22 <p><strong>Distributive Law</strong>: If we intersect one set with the union of two other sets, it is equivalent to finding the intersection with each set separately and then taking their union.</p>
23 <p> Rule: A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)</p>
23 <p> Rule: A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)</p>
24 <p>Example: A = {red, blue}, B ={blue, green}, C = {blue, yellow}</p>
24 <p>Example: A = {red, blue}, B ={blue, green}, C = {blue, yellow}</p>
25 <p>B ∪ C = {blue, green, yellow}</p>
25 <p>B ∪ C = {blue, green, yellow}</p>
26 <p>A ∩ (B ∪ C) = {blue} - (1)</p>
26 <p>A ∩ (B ∪ C) = {blue} - (1)</p>
27 <p>A ∩ B = {blue}</p>
27 <p>A ∩ B = {blue}</p>
28 <p>A ∩ C = {blue}</p>
28 <p>A ∩ C = {blue}</p>
29 <p>(A ∩ B) ∪ (A ∩ C) = {blue} - (2)</p>
29 <p>(A ∩ B) ∪ (A ∩ C) = {blue} - (2)</p>
30 <p>From (1) and (2), A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)</p>
30 <p>From (1) and (2), A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)</p>
31 <p>Therefore, the distributive law is true.</p>
31 <p>Therefore, the distributive law is true.</p>
32 <p><strong>Law of Empty Set</strong>: If we take the intersection of any set with an empty set, the result will always be an empty set. </p>
32 <p><strong>Law of Empty Set</strong>: If we take the intersection of any set with an empty set, the result will always be an empty set. </p>
33 <p>Rule: A ∩ ∅ = ∅</p>
33 <p>Rule: A ∩ ∅ = ∅</p>
34 <p>Example: A = {1, 2, 3} and ∅ = {}</p>
34 <p>Example: A = {1, 2, 3} and ∅ = {}</p>
35 <p>A ∩ ∅ = ∅, because the empty set has no elements to share with set A.</p>
35 <p>A ∩ ∅ = ∅, because the empty set has no elements to share with set A.</p>
36 <p><strong>Law of Universal Set</strong>: If we intersect any set with a<a></a><a>universal set</a>, the result is the original set, because the universal set has all the elements in it. </p>
36 <p><strong>Law of Universal Set</strong>: If we intersect any set with a<a></a><a>universal set</a>, the result is the original set, because the universal set has all the elements in it. </p>
37 <p>Rule: A ∩ U = A</p>
37 <p>Rule: A ∩ U = A</p>
38 <p>Example: A = {sun, moon}, U = {sun, moon, stars, sky}</p>
38 <p>Example: A = {sun, moon}, U = {sun, moon, stars, sky}</p>
39 <p>A ∩ U = {sun, moon}</p>
39 <p>A ∩ U = {sun, moon}</p>
40 <p>The intersection of set A with the universal set U gives back set A. </p>
40 <p>The intersection of set A with the universal set U gives back set A. </p>
41 <p><strong>Idempotent Set</strong>: Intersecting a<a>set</a>with itself results in the same set.</p>
41 <p><strong>Idempotent Set</strong>: Intersecting a<a>set</a>with itself results in the same set.</p>
42 <p>Rule: A ∩ A = A</p>
42 <p>Rule: A ∩ A = A</p>
43 <p>Example: A = {10, 20}</p>
43 <p>Example: A = {10, 20}</p>
44 <p>A ∩ A = {10, 20}</p>
44 <p>A ∩ A = {10, 20}</p>
45 <p>Intersecting a set with itself results in the same set, therefore the idempotent law is true.</p>
45 <p>Intersecting a set with itself results in the same set, therefore the idempotent law is true.</p>
46  
46