Sets and Their Representations
Understanding Sets
Sets are well-defined collections of objects.
A collection of objects becomes a set if it is "well-defined."
To determine if a collection is well-defined, check if the definition is opinion-independent.
Opinion independence means that the answer to whether an object belongs to the collection should be the same regardless of who provides the answer.
If the answer varies depending on who is answering, it is not well-defined, and thus not a set.
Examples of Sets
Example 1: Months starting with 'J' (January, June, July) form a well-defined set because the answer is consistent regardless of who answers.
Example 2: The 10 most talented writers of India do not form a well-defined set because "most talented" is subjective and varies from person to person.
Example 3: The 11 best cricket batsmen of the world do not form a well-defined set due to the subjective nature of "best."
Example 4: All boys in your class form a well-defined set because the members are fixed and do not change based on personal opinions.
Example 5: Natural numbers less than 100 form a well-defined set since the collection is fixed (1 to 99).
Example 6: Novels written by Munshi Premchand form a well-defined set because the collection of novels is fixed.
If the question was changed to "The collection of best novels" then it would no longer be a set due to the subjective assessment by different people.
Example 7: All even integers form a well-defined set because the starting point and progression are consistent (2, 4, 6, 8, …).
Standard Notations for Sets
represents the set of all natural numbers.
represents the set of all integers.
represents the set of all rational numbers.
represents the set of all real numbers.
represents the set of positive integers.
could represent the set of negative integers.
represents the set of positive rational numbers.
represents the set of positive real numbers.
could represent the set of negative rational numbers.
could represent the set of negative real numbers.
Element Membership in a Set
Sets are typically represented by uppercase letters (e.g., A).
Sets are denoted using curly brackets { } enclosing the elements.
Elements within a set can be numbers, letters, names, or any objects.
The notation means that element 'a' belongs to set A.
The notation means that element 'a' does not belong to set A.
Example
Given set
(5 belongs to A)
(8 does not belong to A)
(0 does not belong to A)
(4 belongs to A)
(2 belongs to A)
(10 does not belong to A)
Representation of Sets
Two primary methods to represent sets:
Roster Form
Set-Builder Form
Roster Form
All elements are listed within curly brackets, separated by commas.
Elements satisfying a specific condition (stated in the question) are listed.
Each element is listed only once; repetition is not allowed.
The order of elements does not matter.
Example: If a set is represented as {1, 2, 2, 3}, it should be written as {1, 2, 3} because elements should not be repeated inside of sets.
{1, 2, 3}, {1, 3, 2}, and {3, 2, 1} all refer to the same set.
Set-Builder Form
Involves specifying a unique condition that the elements must satisfy.
Uses a symbolic notation to define the set based on a rule or condition.
Examples: Roster Form
Convert the following set-builder notations to roster form:
A = {x : x \in \mathbb{Z}, -3 \leq x < 7}
Solution:The set of integers greater than or equal to -3 and strictly less than 7.
B = {x : x \in \mathbb{N}, x < 6}
Solution:The set of natural numbers (positive integers) strictly less than 6.
Solution:The set of 2-digit natural numbers where the sum of the digits equals 8.
Solution:The set of prime numbers that are divisors of 60.
Solution:The set of unique letters in the word ``TRIGONOMETRY", without repetition.
Solution:The set of unique letters in the word ``BETTER”, without repetition.
Examples: Set-Builder Form
Convert the following roster form notations to set-builder:
Solution:The set of multiples of 3, where n is a natural number less than or equal to 4.
Solution:The set of powers of 2, where n is a natural number less than or equal to 5.
Another way to write this is: *
Solution:The set of powers of 5, where n is a natural number less than or equal to 4.
Solution:Using language:
Using mathematical notation:
The set of even natural numbers or multiples of 2.
*Note: Even numbers can be represented as , and odd numbers can be represented as .
Solution:The set of squares where n is a natural number less than or equal to 10.