Objects ka collection โ mathematics ki sabse basic building block. Zindagi ke har jagah Sets hain!
Socho Rahul apna school bag pack kar raha hai. Uske bag mein hain: pencil, pen, eraser, ruler, notebook. Yeh ek set hai โ well-defined items ka ek collection. Ab agar koi pooche "bag mein sundar cheezein kaunsi hain?" โ toh yeh ek set nahi hoga kyunki "sundar" ka matlab sab ke liye alag hai. Set ke liye zaroori hai ki har element clearly define ho โ koi ambiguity nahi!
Set ek well-defined collection of distinct objects hota hai. "Well-defined" ka matlab hai ki hum clearly bata sakte hain koi bhi object is collection mein hai ya nahi โ koi confusion nahi hona chahiye.
Set ke har object ko element ya member kehte hain. Sets ko hum capital letters (A, B, C, ...) se likhte hain aur elements ko curly braces { } mein.
โ "Class mein 40 se zyada marks laane wale students" โ SET hai โ (clearly define hai)
โ "1 se 10 ke beech ke natural numbers" = {1,2,3,4,5,6,7,8,9,10} โ SET hai โ
โ "India ke acche cricket players" โ SET nahi (kyunki "accha" subjective hai)
โ "Bade numbers" โ SET nahi (kyunki "bada" define nahi)
Sets ko teen tareekon se likha ja sakta hai. Teeno tareekon mein same set ko alag alag represent karte hain:
Saare elements ek ek karke list karo, curly braces mein, comma se separate.
Order matter nahi karta. {1,2,3} = {3,1,2}
Elements ki common property batao. Format: {x : x mein yeh property hai}
":" padhte hain "such that"
Visual representation โ ek rectangle (Universal Set) ke andar circles (Sets).
Sets alag alag tarah ke hote hain โ unke elements ki sankhya aur type ke hisaab se unhe classify karte hain:
| Type | Definition (Roman Hindi) | Example |
|---|---|---|
| Empty Set (โ ) | Koi bhi element nahi hota. Ise null set bhi kehte hain. | {x : xยฒ = โ1, x โ โ} = โ |
| Singleton Set | Sirf ek hi element hota hai set mein. | {5}, {0}, {Monday} |
| Finite Set | Elements ko gin sako โ ek definite number mein hote hain. | {1, 2, 3, 4, 5} |
| Infinite Set | Elements khatam nahi hote โ counting karte raho. | โ = {1, 2, 3, 4, ...} |
| Equal Sets | Dono sets mein exactly same elements hoon. | {1,2,3} = {3,1,2} โ |
| Equivalent Sets | Elements same nahi par dono sets mein element count same ho. | {1,2,3} โ {a,b,c} |
| Universal Set (U) | Context ka sabse bada set โ baaki sab sets iske andar hain. | U = โ (real numbers) |
Bahut logon ko lagta hai โ "agar kuch hai hi nahi toh set kaise?" Lekin mathematics mein empty set โ ek valid set hai! Jaise ek khali tokri phir bhi tokri hoti hai. Empty set ka cardinality (size) = 0 hota hai: n(โ ) = 0. Aur ek important fact: โ har set ka subset hota hai โ yeh yaad rakhna!
Subset (โ): Kehte hain A โ B (A is subset of B) agar A ke har element B mein bhi ho. Yaad rakho: har set apna khud ka subset hota hai, aur โ har set ka subset hota hai.
Proper Subset (โ): A โ B matlab A โ B AND A โ B. Yani B mein kuch aisa bhi hai jo A mein nahi.
Power Set P(A): A ke saare possible subsets ka collection. Agar A mein n elements hain, toh P(A) mein 2โฟ subsets honge. Har element ke liye do choice hain โ include karo ya nahi โ isliye 2โฟ!
Tip: Power set mein โ bhi hota hai aur khud A bhi โ in dono ko bhool mat jaana!
Real numbers ko alag alag sets mein organize kiya gaya hai, aur yeh sets ek ke andar ek (nested) hain:
โ โ W โ โค โ โ โ โ โ yeh nested structure yaad rakho!
Do ya zyada sets ko combine karke naye sets banate hain โ yahi hain Set Operations. Isko samajhna baad ke chapters (Relations, Functions, Probability) ke liye bahut zaroori hai.
A ya B mein jo bhi element hai โ sab ko ek set mein lo. "Ya" (OR) ka matlab union!
A aur B dono mein jo common elements hain. "Aur" (AND) ka matlab intersection!
Universal set (U) mein se A ko hata do jo bachega woh A' hai.
A mein se woh elements nikalo jo B mein bhi hain โ sirf A ka apna hissa.
Yeh do bohot important laws hain jo complement aur union/intersection ko connect karte hain. Exams mein bahut aate hain!
Easy trick: Complement laao, union โ intersection badal jaati hai! Jaise ek dono ko ek saath negate karo toh AND banta hai OR aur OR banta hai AND.
Yeh formula bahut common hai โ jab do sets ke total elements count karte hain toh common elements ek baar extra count ho jaate hain, isliye minus karte hain.
Q1. A = {1,2,3,4,5}, B = {3,4,5,6,7}. AโชB, AโฉB aur AโB nikalo.
AโชB = {1,2,3,4,5,6,7} | AโฉB = {3,4,5} | AโB = {1,2}
Q2. Agar n(A) = 17, n(B) = 23, n(AโชB) = 38 hai toh n(AโฉB) = ?
n(AโฉB) = 17 + 23 โ 38 = 2
Q3. A = {x : x odd natural number, x < 15} ko roster form mein likho.
A = {1, 3, 5, 7, 9, 11, 13}
Q4. A = {1,2,3} ke liye P(A) mein kitne subsets hain? Sab likho.
2ยณ = 8 subsets: โ , {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}
Q5. U = {1,2,...,10}, A = {2,4,6,8,10}. A' kya hoga?
A' = U โ A = {1, 3, 5, 7, 9}