Comprehensive Study Notes on Set Theory for JEE Mathematics

Fundamental Definitions and Rules of Set Theory

  • Definition of a Set: A set is a well-defined collection of objects. The term "well-defined" implies there must be no ambiguity regarding which objects are included or excluded from the group.
  • Examples of Sets:   - Set of Fruits in a Basket.   - Set of Coins in a Bank.   - Set of Books in a Library.   - Set of Consonants in the English Alphabet.   - Collection of past Presidents of India.
  • Non-Set Examples:   - Difficult topics in Mathematics.   - Group of Intelligent Students in a JEE Batch.
  • The Adjective Rule: If a sentence describes a collection using adjectives such as "good," "difficult," "intelligent," "brave," or "smart," the collection does not qualify as a set because these terms are subjective and not well-defined.
  • Notation Standards:   - Sets are usually denoted by capital letters: A,B,C,,X,Y,ZA, B, C, \dots, X, Y, Z.   - Individual members of a set are called elements or things.   - Elements are typically denoted by small letters: a,b,c,,x,y,za, b, c, \dots, x, y, z.
  • Fundamental Properties:   - Order: The order in which elements are written inside the curly brackets makes no difference (a,b=b,a{a, b} = {b, a}).   - Repetition: Elements are not allowed to repeat within a set. Every element must be distinct.

Notations and Standard Sets of Numbers

  • Set of Natural Numbers (NN): 1,2,3,\dots {1, 2, 3, \dots}.
  • Set of All Integers (ZZ or II): 0,±1,±2,\dots {0, \pm 1, \pm 2, \dots}.
  • Set of Non-Zero Integers (Z0Z_0 or I0I_0): ±1,±2,±3,\dots {\pm 1, \pm 2, \pm 3, \dots}.
  • Set of All Rational Numbers (QQ): Defined as x:x=pq,where p and q are relatively prime integers and q0{x : x = \frac{p}{q}, \dots \text{where } p \text{ and } q \text{ are relatively prime integers and } q \neq 0}.
  • Set of Real Numbers (RR): The set containing all rational and irrational numbers.
  • Set of Complex Numbers (CC): The broadest set, containing all numbers in the form a+bia + bi.

Representation of Sets

  • Tabulation Method (Roster Form):   - All elements are listed within curly brackets and separated by commas.   - Example: Set AA of days in a week: A=Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, SundayA = {\text{Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday}}.
  • Set Builder Method (Set Rule Method):   - Instead of listing elements, a property or rule is used that is satisfied by all elements in the set.   - Example: Under the same weekly context, A=x:x is a day of the weekA = {x : x \text{ is a day of the week}}.

Cardinality and Basic Types of Sets

  • Cardinal Number: The number of distinct elements in a finite set AA, denoted by n(A)n(A).
  • Equivalent Sets: Two finite sets AA and BB are equivalent if they have the same cardinal number (n(A)=n(B)n(A) = n(B)).
  • Null Set (Void Set or Empty Set):   - A set having no elements at all.   - Denoted by ϕ\phi or \dots { }.   - The null set is technically a subset of every existing set.   - Example: \dots {x : x \in N, 5 < x < 6} = \phi, as no natural number exists between 5 and 6.
  • Finite Set: A set that is either empty or contains a definite (countable) number of elements.
  • Infinite Set: A set whose elements cannot be counted (e.g., the set of all real numbers).
  • Singleton Set (Unit Set):   - A set containing exactly one and only one element.   - Example: Positive integral roots of x22x15=0x^2 - 2x - 15 = 0. Factoring gives (x+3)(x5)=0(x + 3)(x - 5) = 0, so x=3x = -3 or x=5x = 5. The set of positive integral roots is simply 5\dots {5}.
  • Equal Sets: Two finite sets AA and BB that possess the exact same members. If A=BA = B, then their cardinalities are identical, and every element of AA is in BB and vice versa.

Subsets, Supersets, and Power Sets

  • Subset (ABA \subseteq B): Every element of set AA is also an element of set BB.
  • Superset: If ABA \subseteq B, then BB is the superset of AA.
  • Proper Subset (ABA \subset B): Occurs when ABA \subseteq B but ABA \neq B (set BB contains at least one element not in AA).
  • Subset Rules:   - Every set is a subset of itself (AAA \subseteq A).   - The empty set ϕ\phi is a subset of every set.   - If ABA \subseteq B and BAB \subseteq A, then A=BA = B.
  • Counting Subsets: If a set AA contains nn elements, it has 2n2^n total subsets.
  • Power Set (P(A)P(A)): The collection of all possible subsets of set AA.
  • Formulas for a set with mm elements:   - Number of elements in the power set n(P(A))=2mn(P(A)) = 2^m.   - Number of non-void (non-empty) subsets = 2m12^m - 1.   - Number of proper subsets = 2m12^m - 1.   - Number of non-void proper subsets = 2m22^m - 2.
  • Universal Set (UU): The superset that contains all sets under consideration in a specific context (e.g., the set of complex numbers is the universal set for all number-related sets).

Mathematical Intervals as Subsets of Real Numbers

For a,bRa, b \in R where a < b:

  1. Open Interval (a,b)(a, b) or ]a,b[]a, b[: \dots {x : a < x < b}. Includes all numbers between aa and bb, excluding the endpoints.
  2. Closed Interval [a,b][a, b]: x:axb\dots {x : a \leq x \leq b}. Includes all numbers between aa and bb plus the endpoints.
  3. Open-Closed Interval (a,b](a, b] or ]a,b]]a, b]: \dots {x : a < x \leq b}. Endpoint aa is excluded, but bb is included.
  4. Closed-Open Interval [a,b)[a, b) or [a,b[[a, b[: \dots {x : a \leq x < b}. Endpoint aa is included, but bb is excluded.
  5. Infinite Representations:    - x > a translates to (a,)(a, \infty).    - xbx \leq b translates to (,b](-\infty, b].    - Positive Real Numbers (R+R^+) = (0,)(0, \infty).    - Negative Real Numbers (RR^-) = (,0)(-\infty, 0).    - All Real Numbers (RR) = (,)(-\infty, \infty).

Operations on Sets

  • Union (ABA \cup B): The set of elements belonging to AA, or BB, or both. Also known as the "Logical Sum."
  • Intersection (ABA \cap B): The set of elements that belong simultaneously to both AA and BB.
  • Disjoint Sets: Two sets are disjoint if they have no common elements, resulting in AB=ϕA \cap B = \phi.
  • Difference of Sets (ABA - B): All elements that belong to set AA but do not belong to set BB. Defined as x:xA and xB\dots {x : x \in A \text{ and } x \notin B}.   - Property: AB=ABA - B = A \cap B'   - Property: BA=BAB - A = B \cap A'   - Property: (AB)B=ϕ(A - B) \cap B = \phi
  • Complement of a Set (AA' or AcA^c): The set of all elements in the Universal Set UU that are not in AA. Defined as x:xU and xA\dots {x : x \in U \text{ and } x \notin A}.   - Property: AA=ϕA \cap A' = \phi   - Property: AA=UA \cup A' = U   - Property: (A)=A(A')' = A   - Property: U=ϕU' = \phi and ϕ=U\phi' = U
  • Symmetric Difference (AΔBA \Delta B): The union of the differences of the sets: (AB)(BA)(A - B) \cup (B - A). It contains elements that are in exactly one of the sets but not in their intersection.   - Formula: AΔB=(AB)(AB)A \Delta B = (A \cup B) - (A \cap B).
  • Venn Diagrams: Successive pictorial representations where the Universal Set is a rectangle and subsets are circles inside it.

Laws of Algebra of Sets

  • Idempotent Laws:   - AA=AA \cup A = A   - AA=AA \cap A = A
  • Identity Laws:   - Aϕ=AA \cup \phi = A   - AU=AA \cap U = A
  • Commutative Laws:   - AB=BAA \cup B = B \cup A   - AB=BAA \cap B = B \cap A
  • Associative Laws:   - (AB)C=A(BC)(A \cup B) \cup C = A \cup (B \cup C)   - (AB)C=A(BC)(A \cap B) \cap C = A \cap (B \cap C)
  • Distributive Laws:   - A(BC)=(AB)(AC)A \cup (B \cap C) = (A \cup B) \cap (A \cup C)   - A(BC)=(AB)(AC)A \cap (B \cup C) = (A \cap B) \cup (A \cap C)
  • De Morgan's Laws:   - (AB)=AB(A \cup B)' = A' \cap B'   - (AB)=AB(A \cap B)' = A' \cup B'

The Cartesian Product

  • Definition: The Cartesian product of sets AA and BB, denoted A×BA \times B, is the set of all ordered pairs (a,b)(a, b) such that aAa \in A and bBb \in B.
  • Cardinality: If set AA has mm elements and set BB has nn elements, then A×BA \times B has mnmn elements.
  • Example: If A=1,2,3A = {1, 2, 3} and B=a,bB = {a, b}, then A×B=(1,a),(1,b),(2,a),(2,b),(3,a),(3,b)A \times B = {(1, a), (1, b), (2, a), (2, b), (3, a), (3, b)}, with n(A×B)=3×2=6n(A \times B) = 3 \times 2 = 6.
  • Properties:   - A×B=ϕA \times B = \phi if either AA or BB is empty.   - A×(BC)=(A×B)(A×C)A \times (B \cup C) = (A \times B) \cup (A \times C).   - A×(BC)=(A×B)(A×C)A \times (B \cap C) = (A \times B) \cap (A \times C).   - (A×B)(C×D)=(AC)×(BD)(A \times B) \cap (C \times D) = (A \cap C) \times (B \cap D).   - A×B=B×AA \times B = B \times A only if A=BA = B.

Key Results on Number of Elements

  • Two Sets:   - n(AB)=n(A)+n(B)n(AB)n(A \cup B) = n(A) + n(B) - n(A \cap B).   - If AA and BB are disjoint, n(AB)=n(A)+n(B)n(A \cup B) = n(A) + n(B).
  • Three Sets:   - n(ABC)=n(A)+n(B)+n(C)n(AB)n(BC)n(AC)+n(ABC)n(A \cup B \cup C) = n(A) + n(B) + n(C) - n(A \cap B) - n(B \cap C) - n(A \cap C) + n(A \cap B \cap C).
  • Specific Sub-regions:   - Elements in exactly two of A,B,CA, B, C: n(AB)+n(BC)+n(CA)3n(ABC)n(A \cap B) + n(B \cap C) + n(C \cap A) - 3n(A \cap B \cap C).   - Elements in exactly one of A,B,CA, B, C: n(A)+n(B)+n(C)2(n(AB)+n(BC)+n(AC))+3n(ABC)n(A) + n(B) + n(C) - 2(n(A \cap B) + n(B \cap C) + n(A \cap C)) + 3n(A \cap B \cap C).
  • Complements:   - n(AB)=n(U)n(AB)n(A' \cup B') = n(U) - n(A \cap B).   - n(AB)=n(U)n(AB)n(A' \cap B') = n(U) - n(A \cup B).

Problem-Solving Scenarios and Case Studies

  • Multiple Intersection Example: If Na=ax:xNN_a = {ax : x \in N}, find 3N7N3N \cap 7N. Elements must be multiples of 3 AND multiples of 7. The common multiples start at the least common multiple (LCMLCM), which is 21. Thus, 3N7N=21N3N \cap 7N = 21N.
  • Newspaper Advertisement Case: City population word problem.   - Reads paper A: 25% (n(L)=25n(L) = 25).   - Reads paper B: 20% (n(M)=20n(M) = 20).   - Reads both: 8% (n(LM)=8n(L \cap M) = 8).   - Readers of ONLY A: 258=1725 - 8 = 17.   - Readers of ONLY B: 208=1220 - 8 = 12.   - Advertisement reach: (30% of readers of Only A) + (40% of readers of Only B) + (50% of readers of Both) = (0.3×17)+(0.4×12)+(0.5×8)=5.1+4.8+4=13.9%(0.3 \times 17) + (0.4 \times 12) + (0.5 \times 8) = 5.1 + 4.8 + 4 = 13.9\%.
  • Survey on Four Sets (Vacation Seasons):   - Given data for Summer (SuS_u), Winter (SwS_w), Spring (SpS_p), and Autumn (SaS_a) with various intersections.   - For a population of 100 employees, using the Principle of Inclusion-Exclusion for four sets, the calculation for employees taking vacations in EVERY season results in n(SuSpSwSa)=2n(S_u \cap S_p \cap S_w \cap S_a) = 2.
  • Consumer Survey (Product A and B):   - 1000 consumers surveyed. 720 like A, 450 like B.   - To find the least number who like both: n(AB)min=n(A)+n(B)n(U)=720+4501000=11701000=170n(A \cap B)_{min} = n(A) + n(B) - n(U) = 720 + 450 - 1000 = 1170 - 1000 = 170.
  • Extreme Values in Union: If n(A)=3n(A) = 3 and n(B)=6n(B) = 6:   - Maximum n(AB)n(A \cup B) occurs when sets are disjoint (3+6=93 + 6 = 9).   - Minimum n(AB)n(A \cup B) occurs when ABA \subseteq B (n=6n = 6).

Questions & Discussion

  • Question: Is the set of intelligent students a set?
  • Answer: No, "intelligent" is an adjective and not well-defined, leading to ambiguity.
  • Question: What is the result of n(P(P(P(P(P(ϕ))))))n(P(P(P(P(P(\phi))))))?   1. n(P(ϕ))=20=1n(P(\phi)) = 2^0 = 1   2. n(P(P(ϕ)))=21=2n(P(P(\phi))) = 2^1 = 2   3. n(P(P(P(ϕ))))=22=4n(P(P(P(\phi)))) = 2^2 = 4   4. n(P(P(P(P(ϕ)))))=24=16n(P(P(P(P(\phi))))) = 2^4 = 16   5. n(P(P(P(P(P(ϕ))))))=216=65536n(P(P(P(P(P(\phi)))))) = 2^{16} = 65536.
  • Question: If A=x:xxA = {x : x \neq x}, what does it represent?
  • Answer: No object is not equal to itself, so the set has no elements. It is the empty set ϕ\phi or \dots { }.