Properties of Sets (समुच्चयों के गुण)

Introduction (परिचय)

Set Theory में विभिन्न operations (Union, Intersection आदि) के कुछ निश्चित नियम होते हैं, जिन्हें Properties of Sets कहा जाता है।

ये properties हमें sets के साथ काम करने में आसानी देती हैं और expressions को simplify करने में मदद करती हैं।


Definition (परिभाषा)

Properties of Sets वे नियम (laws) हैं, जिनके अनुसार sets पर किए गए operations (∪, ∩ आदि) का व्यवहार निर्धारित होता है।


Basic Symbols (समझने के लिए)

मान लें:

A, B, C = sets
U = Universal set
∅ = Empty set


1. Commutative Law (परिवर्तनीय नियम)


Concept (समझिए)

इस property में sets का order बदलने से result पर कोई प्रभाव नहीं पड़ता।


Formulas

A ∪ B = B ∪ A
A ∩ B = B ∩ A


Example

A = {1, 2}
B = {2, 3}

A ∪ B = {1, 2, 3}
B ∪ A = {1, 2, 3}

दोनों same हैं


Understanding

Order बदलने पर भी result same रहता है


2. Associative Law (सहसम्बन्धी नियम)


Concept (समझिए)

इस property में grouping बदलने से result पर कोई फर्क नहीं पड़ता।


Formulas

(A ∪ B) ∪ C = A ∪ (B ∪ C)
(A ∩ B) ∩ C = A ∩ (B ∩ C)


Example

A = {1}
B = {2}
C = {3}

(A ∪ B) ∪ C = {1, 2, 3}
A ∪ (B ∪ C) = {1, 2, 3}


Understanding

Grouping बदलने से result same रहता है


3. Distributive Law (वितरण नियम)


Concept (समझिए)

यह property union और intersection के बीच relation बताती है।


Formulas

A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)


Example

A = {1}
B = {1, 2}
C = {2, 3}

B ∩ C = {2}

A ∪ (B ∩ C) = {1, 2}

(A ∪ B) = {1, 2}
(A ∪ C) = {1, 2, 3}

(A ∪ B) ∩ (A ∪ C) = {1, 2}


Understanding

दोनों sides का result same आता है


4. Identity Law (पहचान नियम)


Concept (समझिए)

इसमें empty set और universal set का उपयोग होता है।


Formulas

A ∪ ∅ = A
A ∩ U = A


Example

A = {1, 2}

A ∪ ∅ = {1, 2}
A ∩ U = {1, 2}


Understanding

Empty set जोड़ने या universal set के साथ intersect करने से set नहीं बदलता


5. Domination Law (प्रधानता नियम)


Concept (समझिए)

इस property में result हमेशा fixed हो जाता है।


Formulas

A ∪ U = U
A ∩ ∅ = ∅


Example

A = {1, 2}
U = {1, 2, 3, 4}

A ∪ U = {1, 2, 3, 4}
A ∩ ∅ = ∅


Understanding

Universal set dominate करता है union में
Empty set dominate करता है intersection में


6. Idempotent Law


Concept (समझिए)

एक ही set को खुद के साथ combine करने पर वही set मिलता है।


Formulas

A ∪ A = A
A ∩ A = A


Example

A = {1, 2}

A ∪ A = {1, 2}
A ∩ A = {1, 2}


Understanding

Same set के साथ operation करने पर कोई change नहीं होता


7. Complement Law (पूरक नियम)


Concept (समझिए)

Complement set के साथ operation के rules बताते हैं।


Formulas

A ∪ A’ = U
A ∩ A’ = ∅


Example

U = {1, 2, 3, 4}
A = {1, 2}
A’ = {3, 4}

A ∪ A’ = {1, 2, 3, 4}
A ∩ A’ = ∅


Understanding

Set और उसका complement मिलकर universal set बनाते हैं


Final Understanding

Properties of Sets हमें यह सिखाती हैं कि set operations कैसे behave करते हैं।
इनकी मदद से हम complex problems को आसानी से solve कर सकते हैं।


Short Answer

Properties of Sets वे नियम हैं, जिनके अनुसार sets पर किए गए operations (union, intersection आदि) का व्यवहार निर्धारित होता है।

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top