Class-7
Set
A set is a well-defined collection of unordered objects with no repetition.
Unordered → order does not matter
Without repetition → no element is written twice
Well-defined means
A = {List of numbers less than 10} = {1,2,3,4,5,6,7,8,9}
But, B = {List of 5 favorite Youtubers} is not well defined because it differs from person to
person
For Ram: B = {[Link], Carryminati, Triggered Insaan, KSI, ishowspeed}
For Shyam: B = {Hollow, Hacksmith Industries, ItchyBoots, Kendall Gray, Mythpat}
But
For Ram: A = {1,2,3,4,5,6,7,8,9} and For Shyam: B = {1,2,3,4,5,6,7,8,9} same so well-
defined.
Step 1: Start from daily language (very important)
Say to students:
“Instead of writing all elements one by one, sometimes we describe a set by telling a rule.”
Example (spoken):
“All even numbers less than 10”
Ask:
Which numbers follow this rule?
Students say: 2, 4, 6, 8
Step 2: Connect with roster method (bridge)
Write on board:
Roster form:
A = {2, 4, 6, 8}
Then say:
“This same set can also be written by telling the rule instead of listing numbers.”
Step 3: Introduce set-builder form slowly
Write:
A = { x | x is an even number less than 10 }
Explain each part one by one:
x → any element
| → “such that”
Rule → condition to follow
Say aloud:
“A is the set of all x such that x is an even number less than 10.”