π SETS
πΉ What is a Set?
Definition:
A set is a well-defined collection of distinct objects. These objects are called elements or members of the set. Sets are usually written inside curly brackets { }.
Real-life Example:
π In a school, consider the set of students who play different games.
- Set A = {students who play Cricket}
- Set B = {students who play Football}
- Set C = {students who play Chess}
Weβll use this school games example to explain all types of sets.
Two Ways to Represent a SetThere are two main ways to write down a set:
the Roster Form and the Set-Builder Form.
1. Roster Form (or Tabular Form)
In this form, you list all of the individual items in the set. You put them inside curly braces { } and separate each item with a comma.
The most important rule is that you do not write the same item more than once. Each element is unique in the list.
Examples:The set of vowels in English: {a, e, i, o, u}
The set of students who play cricket: {Rahul, Priya, Ankit, Riya}
2. Set-Builder Form
In this form, you describe the set by giving a rule or a condition that all its members share. Instead of listing items, you define what makes something a member.
The standard way to write it is: {x | condition on x}
This is read as: “The set of all x such that x meets the following condition.”
Examples:The set of vowels in English: {x | x is a vowel in the English alphabet}
The set of students who play cricket: {x | x is a student who plays cricket in the school}
πΉ Types of Sets
1. Empty Set (Null Set)
Definition: A set which contains no elements.
Example (School): Set of students who can fly like birds = Ο
2. Singleton Set
Definition: A set that contains only one element.
Example (School): {Principal}
3. Finite Set
Definition: A set with a countable number of elements.
Example (School): {students in Class 10}
4. Infinite Set
Definition: A set with uncountably many elements.
Example (School): Set of natural numbers {1, 2, 3, β¦} (marks scored by students can be part of this idea).
5. Equal Sets
Definition: Two sets are equal if they have exactly the same elements.
Example (School):
A = {1, 2, 3}, B = {3, 2, 1} β A = B
6. Equivalent Sets
Definition: Two sets are equivalent if they have the same number of elements, though not necessarily the same elements.
Example (School):
Set of {3 different games} and set of {3 classroom subjects} β Equivalent sets
7. Subset
Definition: A set A is a subset of B if every element of A is also in B.
Example (School): Cricket players β All students in school
8. Proper Subset
Definition: A proper subset is a subset that is not equal to the set itself.
Example (School): {Girls in school} β {All students in school}
9. Power Set
Definition: The set of all subsets of a given set.
Example (School):
If A = {a, b}, then
P(A) = {Ο, {a}, {b}, {a, b}}
10. Universal Set
Definition: The set that contains all elements under discussion.
Example (School): U = {all students in school}
11. Disjoint Sets
Definition: Two sets are disjoint if they have no elements in common.
Example (School):
A = {students who play Cricket},
B = {students who play Chess}
If no student plays both β A β© B = Ο
12. Overlapping Sets
Definition: Two sets are overlapping if they have at least one common element.
Example (School):
A = Cricket players, B = Football players
Some students play both β A β© B β Ο
13. Complement of a Set
Definition: All elements of the universal set which are not in A.
Example (School):
U = {all students}, A = {Cricket players}
Aβ² = {students who do not play Cricket}
14. Union of Sets
Definition: The union of two sets is the set containing all elements of both sets.
Example (School):
A = Cricket players, B = Football players
A βͺ B = {students who play Cricket or Football (or both)}
15. Intersection of Sets
Definition: The intersection of two sets is the set containing only the common elements.
Example (School):
A = Cricket players, B = Football players
A β© B = {students who play both Cricket and Football}
πΉ Final Connected Picture (School Example)
- Universal Set (U): All students in the school
- Subset: Cricket players β U
- Proper Subset: Girls β U
- Disjoint Sets: Cricket players β© Chess players = Ο
- Overlapping Sets: Cricket players β© Football players β Ο
- Complement: Non-cricket players = U β A
- Union: Cricket βͺ Football = Students who play at least one
Of course. Here is the text content from the provided response, without any Markdown formatting.
Essential Properties of Sets (With Formulas & Examples)
- Commutative Laws
Definition: The order in which you combine sets does not matter.
Union: A βͺ B = B βͺ A
Intersection: A β© B = B β© A
Example (School Clubs):
Cricket βͺ Football is the same group as Football βͺ Cricket (all players).
Cricket β© Football is the same group as Football β© Cricket (players who play both).
- Associative Laws
Definition: The grouping of sets does not affect the result of union or intersection.
Union: (A βͺ B) βͺ C = A βͺ (B βͺ C)
Intersection: (A β© B) β© C = A β© (B β© C)
Example (School Clubs):
(Cricket βͺ Football) βͺ Chess is the same as Cricket βͺ (Football βͺ Chess) (all players from any club).
(Cricket β© Football) β© Chess is the same as Cricket β© (Football β© Chess) (players who play all three).
- Distributive Laws
Definition: Union distributes over intersection, and intersection distributes over union.
Union over Intersection: A βͺ (B β© C) = (A βͺ B) β© (A βͺ C)
Intersection over Union: A β© (B βͺ C) = (A β© B) βͺ (A β© C)
Example (School Clubs):
Left side: Students in Cricket OR in (Football AND Chess).
Right side: Students are (in Cricket or Football) AND (in Cricket or Chess).
Both descriptions define the same group of students.
- Idempotent Laws
Definition: The union or intersection of a set with itself yields the original set.
Union: A βͺ A = A
Intersection: A β© A = A
Example (School Clubs):
Cricket βͺ Cricket = Cricket (The list of cricket players remains unchanged).
Cricket β© Cricket = Cricket (The players common to the cricket team and itself is the whole team).
- Identity Laws
Definition: The union with the empty set (β ) or intersection with the universal set (U) leaves a set unchanged.
Union with β : A βͺ β = A
Intersection with U: A β© U = A
Example (School Clubs):
Cricket βͺ {} = Cricket (Adding no one to the team doesn’t change it).
Cricket β© {All Students} = Cricket (The students who are both “all students” and “cricket players” are just the cricket players).
- Domination (Null) Laws
Definition: The union with the universal set absorbs the set, and the intersection with the empty set nullifies it.
Union with U: A βͺ U = U
Intersection with β : A β© β = β
Example (School Clubs):
Cricket βͺ {All Students} = {All Students} (Combining a club with everyone results in everyone).
Cricket β© {} = {} (There are no students who are both cricket players and no one).
- Complement Laws
Definition: A set combined with its complement gives the universal set or the empty set.
Union with Complement: A βͺ A’ = U
Intersection with Complement: A β© A’ = β
Example (School Clubs):
Cricket βͺ Non-Cricket Players = All Students
Cricket β© Non-Cricket Players = {} (No one can both play and not play cricket).
- Double Complement (Involution) Law
Definition: The complement of a complement is the original set.
Formula: (A’)’ = A
Example (School Clubs):
The complement of “Non-Cricket Players” is “Cricket Players”.
- De Morganβs Laws
Definition: Rules for finding the complement of unions and intersections.
Complement of a Union: (A βͺ B)’ = A’ β© B’
Complement of an Intersection: (A β© B)’ = A’ βͺ B’
Example (School Clubs):
First Law: Students who are not in (Cricket OR Football) are the same as students in (Non-Cricket AND Non-Football).
Second Law: Students who are not in (Cricket AND Football) are the same as students in (Non-Cricket OR Non-Football).
- Absorption Laws
Definition: One set “absorbs” another when combined in a specific way.
Union absorbs Intersection: A βͺ (A β© B) = A
Intersection absorbs Union: A β© (A βͺ B) = A
Example (School Clubs):
Cricket βͺ (Cricket β© Football) = Cricket (The cricket team, plus the players who are on both teams, is just the cricket team).
Cricket β© (Cricket βͺ Football) = Cricket (The players common to the cricket team and the combined (cricket+football) group are just the cricket players).
- Set Difference
Definition: The elements that are in set A but not in set B.
Formula: A – B = {x | x β A and x β B}
Example (School Clubs):
Cricket β Football = Students who play only Cricket (they are in Cricket but not in Football).
- Symmetric Difference
Definition: The elements that are in either set A or set B, but not in both.
Formula: A Ξ B = (A – B) βͺ (B – A)
Example (School Clubs):
Cricket Ξ Football = Students who play either Cricket or Football, but not both.
