Key Concepts & Definitions
- Set:
- A well-defined collection of objects, meaning it is possible to definitively decide whether a given object belongs to the collection or not. For example, "odd natural numbers less than 10" is well-defined, but "the five most renowned mathematicians" is not subjective.
- Elements:
- The objects, elements, and members of a set are synonymous terms.
- Notations:
- Sets are conventionally denoted by capital letters (A, B, C, etc.), while their elements are represented by small letters (a, b, c, x, y, z, etc.).
- Belongingness (∈\in∈):
- If aaa is an element of set A, we say "aaa belongs to A" and write a∈Aa \in Aa∈A. If it does not belong, we write a∉Aa \notin Aa∈/A.
- Logical Implication ( ⟹ \implies⟹):
- The symbol ⟹ \implies⟹ means "implies". For example, a∈A ⟹ a∈Ba \in A \implies a \in Ba∈A⟹a∈B means "if aaa is an element of A, it implies that aaa is also an element of B".
- Equivalence ( ⟺ \iff⟺):
- The symbol ⟺ \iff⟺ stands for two-way implications, usually read as "if and only if" (briefly written as "iff").
Representation of Sets
Sets can be represented mathematically using two primary methods:
- Roster or Tabular Form:
- All elements are listed, separated by commas, and enclosed within braces
{}. - Rules: The order in which elements are listed is absolutely immaterial (e.g., ). Elements are generally not repeated; each element is taken as distinct (e.g., the set of letters in "SCHOOL" is ).
- For infinite sets with a pattern, dots are used to signify continuation indefinitely (e.g., ).
- All elements are listed, separated by commas, and enclosed within braces
- Set-Builder Form:
- All elements possess a single common property not possessed by any element outside the set.
- Described using a variable symbol (like ), followed by a colon
$:$(read as "such that"), then the characteristic property, and enclosed in braces. - Example: .
Types of Sets
- Empty / Null / Void Set ( or ): A set which does not contain any element. → [JEE TIP] The set is not an empty set; it is a singleton set containing the empty set as an element.
- Finite and Infinite Sets:
- Finite Set: A set that is empty or consists of a definite, countable number of distinct elements. The number of distinct elements in a finite set S is denoted by .
- Infinite Set: A set whose elements cannot be counted, meaning the number of elements is not finite.
- Equal Sets: Two sets A and B are equal () if they have exactly the same elements. → [JEE TIP] A set does not change if one or more elements are repeated; is equal to .
- Subset (): A set A is a subset of B if every element of A is also an element of B ().
- The empty set is a subset of every set.
- Every set is a subset of itself ().
- Proper Subset and Superset: If and , then A is a proper subset of B, and B is a superset of A.
- Singleton Set: A set containing exactly one element.
- Universal Set (): The basic set containing all possible elements and subsets relevant to a particular context (e.g., the set of Real numbers when discussing subsets of integers).
Standard Mathematical Sets & Hierarchy
- N: Set of all natural numbers.
- Z: Set of all integers.
- Q: Set of all rational numbers ().
- R: Set of all real numbers.
- Z+, Q+, R+: Sets of positive integers, positive rational numbers, and positive real numbers respectively.
- T: Set of irrational numbers ().
- Hierarchy relations: , and . Note that .
Intervals as Subsets of R
Let and :
- Open Interval : . All points between and belong to the interval, but and themselves are excluded.
- Closed Interval : . Contains all points between and , including the endpoints and .
- Semi-Open/Closed Intervals:
- : . Includes but excludes .
- : . Excludes but includes .
- Length of Interval: The length of any of these intervals is mathematically defined as .
- Infinity: The set defines non-negative real numbers, defines negative real numbers, and defines the entire real number line.
Operations on Sets
- Union of Sets (): The set consisting of all elements that are either in A, in B, or in both. Symbolically: .
- Intersection of Sets (): The set of all elements which are common to both A and B. Symbolically: .
- Disjoint Sets: If (no common elements), then sets A and B are disjoint.
- Difference of Sets (): The set of elements which belong to A but not to B. Symbolically: .
- Complement of a Set (): For a universal set U and , the complement of A is the set of all elements of U that are not in A. Symbolically: . This is also strictly equal to .
Formulae, Equations & Laws
- Properties of Union:
- Commutative Law: .
- Associative Law: .
- Law of Identity Element: ( is the identity of ).
- Idempotent Law: .
- Law of U: .
- Properties of Intersection:
- Commutative Law: .
- Associative Law: .
- Law of and U: and .
- Idempotent Law: .
- Distributive Law: Intersection distributes over Union: .
- Properties of Complement Sets:
- Complement Laws: and .
- De Morgan's Laws:
- (The complement of union is the intersection of complements).
- (The complement of intersection is the union of complements).
- Law of Double Complementation: .
- Laws of Empty Set and Universal Set: and .
Important Graphs & Diagrams (Venn Diagrams)
- Concept: Invented by John Venn, these represent sets using geometric shapes. The Universal set () is represented by a rectangle, and subsets by closed curves (usually circles). Elements are written inside their respective circles.
- Union (): The entire region covered by both circles A and B.
- Intersection (): Only the overlapping region between circles A and B.
- Disjoint Sets: Circles A and B do not overlap at all inside the universal rectangle.
- Difference (): Only the region of circle A that does not overlap with circle B.
- Complement (): The entire area of the universal rectangle outside of circle A is shaded.
⚠️ COMMON MISCONCEPTIONS & SIGN CONVENTIONS
- Difference is Non-Commutative: Generally, . Taking away elements is directional.
- Elements vs. Subsets ( vs ): An element belongs to () a set, but a subset is contained in () a set. → [JEE TIP] Trap: An element of a set can never be a subset of itself. If and , then . However, .
- Mutually Disjoint Set Components: The sets , , and are mutually disjoint sets. The intersection of any two of these sets will always be the null set .
- Roster Form Exclusions: All infinite sets cannot be described in roster form. Specifically, the set of Real Numbers () cannot be written this way because its elements do not follow a particular pattern.
Historical Note
The modern theory of sets was largely originated by German mathematician Georg Cantor (1845-1918) while he was studying trigonometric series. He famously showed that the set of real numbers cannot be put into one-to-one correspondence with integers. Set theory encountered logical paradoxes (like Russell's Paradox in 1902, showing "nothing contains everything"). This later led to strict axiomatisation by mathematicians like Zermelo (1908), Fraenkel (1922), and Von Neumann.
⚠️ ADDITIONAL JEE CONCEPTS ⚠️
Power Sets
- Definition: The collection of all possible subsets of a set A is called the Power Set of A, denoted by .
- Cardinality: If a set A has elements (i.e., ), then the number of elements in its power set is .
- Formula:
- → [JEE TIP] Every element of a power set is itself a set. The empty set and the set A itself are always elements of .
Symmetric Difference of Two Sets
- Definition: The symmetric difference of sets A and B is the set of elements which belong to exactly one of A or B, but not both. It is denoted by .
- Formulae:
- → [JEE TIP] In a Venn diagram, this represents the regions of A and B exclusively, leaving the intersection region completely blank.
Cardinality Theorems (Principle of Inclusion-Exclusion)
For any finite sets A, B, and C:
- Two Sets Formula:
- If A and B are disjoint, then , so .
- Three Sets Formula:
- Exact Number Properties:
- Number of elements in exactly one of the sets A or B:
- Number of elements in only A: