The Chapter in One Idea

Everything in this chapter is one statement wearing different costumes:

A set is a well-defined collection — membership is a pure yes/no question — and every concept here (subset, equality, union, intersection, difference, complement) is defined by asking that yes/no question in a particular pattern.

From this: representations (Section 1), types of sets (Section 2), subsets and intervals (Section 3), and the four operations with De Morgan's laws (Section 4).

Exam weight at a glance: JEE Main — one question from the Sets-Relations-Functions unit in nearly every session; the sets favourites are power-set counting, laws of set algebra, and cardinality/survey problems (all in the JEE Corner). This chapter is also the language of Relations and Functions (Chapter 2) and Probability (Chapter 14) — fluency here is not optional.

Representations and Types — Formula Card

  • Set: a well-defined collection. Membership: aAa \in A, bAb \notin A. Opinion words (best, most talented) disqualify a collection.
  • Roster form: {2, 4, 6} — order immaterial, no repeats. Set-builder form: {x:x has property P}\{x : x \text{ has property P}\} — colon reads "such that".
  • Standard sets: NZQR\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}; irrationals T=RQT = \mathbb{R} - \mathbb{Q} (contains 2\sqrt{2}, π\pi).
  • Empty set ϕ\phi = { }: no elements, n(ϕ)=0n(\phi) = 0, finite, subset of every set. Distinguish: ϕ{0}{ϕ}\phi \neq \{0\} \neq \{\phi\} (sizes 0, 1, 1).
  • Finite/infinite: finite = empty or a definite count. Careful cases: ϕ\phi finite; any interval of reals infinite; the set of animals on earth finite.
  • Equal sets: exactly the same elements. Roster-convert, ignore order/repeats, compare. Watch for the extra negative root: {x:x5=0}={5}\{x : x - 5 = 0\} = \{5\} but {x:x2=25}={5,5}\{x : x^2 = 25\} = \{-5, 5\}.

Key Point: Domain filters decide everything: {xN:x2=4}={2}\{x \in \mathbb{N} : x^2 = 4\} = \{2\}, over Z\mathbb{Z} it is {2-2, 2}, and {xN:2x=1}=ϕ\{x \in \mathbb{N} : 2x = 1\} = \phi.

Subsets and Intervals — Formula Card

  • Subset: ABA \subset B iff aAaBa \in A \Rightarrow a \in B. Always: AAA \subset A and ϕA\phi \subset A. Equality via double inclusion: ABA \subset B and BA    A=BB \subset A \iff A = B.
  • Proper subset: ABA \subset B, ABA \neq B. Singleton: {a}.
  • Transitivity: AB,BCACA \subset B, B \subset C \Rightarrow A \subset C. But \in does NOT chain: ABA \in B, BCB \subset C gives ACA \in C, not ACA \subset C.
  • \in vs \subset: element-to-set vs set-to-set. In A = {1, 2, {3, 4}, 5}: {3,4}A\{3,4\} \in A but {3,4}⊄A\{3,4\} \not\subset A; {{3,4}}A\{\{3,4\}\} \subset A.
  • Intervals (a<ba < b): (a,b)(a,b) open, [a,b][a,b] closed, [a,b)[a,b) and (a,b](a,b] semi-open; length =ba= b - a for all four. Infinity side always open: [0,)[0, \infty), (,)=R(-\infty, \infty) = \mathbb{R}.
  • Translation: << ↔ round bracket, \leq ↔ square bracket. x2a2    x[a,a]x^2 \leq a^2 \iff x \in [-a, a].
  • Universal set U: the fixed background set of the context; drawn as a rectangle in Venn diagrams, subsets as circles.

Four equivalent faces of one fact: AB    AB=ϕ    AB=B    AB=AA \subset B \iff A - B = \phi \iff A \cup B = B \iff A \cap B = A.

Operations — Formula Card

  • Union: AB={x:xA or xB}A \cup B = \{x : x \in A \text{ or } x \in B\} (inclusive or). Intersection: AB={x:xA and xB}A \cap B = \{x : x \in A \text{ and } x \in B\}. Disjoint: AB=ϕA \cap B = \phi.
  • Difference: AB={x:xA,xB}=ABA - B = \{x : x \in A, x \notin B\} = A \cap B'. NOT commutative. RQ=T\mathbb{R} - \mathbb{Q} = T.
  • Complement: A=UAA' = U - A; (A)=A(A')' = A; AA=UA \cup A' = U; AA=ϕA \cap A' = \phi; ϕ=U\phi\,' = U; U=ϕU' = \phi.
  • Laws: commutative, associative, idempotent (AA=AA \cup A = A), identity (Aϕ=AA \cup \phi = A, AU=AA \cap U = A), distributive (both ways), absorption (A(AB)=A=A(AB)A \cup (A \cap B) = A = A \cap (A \cup B)).
  • De Morgan: (AB)=AB(A \cup B)' = A' \cap B' and (AB)=AB(A \cap B)' = A' \cup B' — priming swaps \cup and \cap.
  • Decompositions: A=(AB)(AB)A = (A - B) \cup (A \cap B); AB=(AB)(AB)(BA)A \cup B = (A - B) \cup (A \cap B) \cup (B - A), the three pieces mutually disjoint; A(BA)=ABA \cup (B - A) = A \cup B.
  • If BAB \subset A: AB=AA \cup B = A and AB=BA \cap B = B — union picks the bigger, intersection the smaller.

JEE Standard Results — Quick Card

Power set (JEE Main syllabus, beyond the rationalised textbook):

  • n(A)=mn(P(A))=2mn(A) = m \Rightarrow n(P(A)) = 2^m; proper subsets 2m12^m - 1; non-empty proper 2m22^m - 2.
  • Subsets containing a fixed element: 2m12^{m-1}; even-size (or odd-size) subsets: 2m12^{m-1}.
  • XP(A)    XAX \in P(A) \iff X \subset A. P(ϕ)={ϕ}P(\phi) = \{\phi\}; n(P(P(ϕ)))=2n(P(P(\phi))) = 2.
  • 2m2k=N2^m - 2^k = N: write NN = (power of 2) × (odd); match 2k2^k and 2mk12^{m-k} - 1.

Cardinality (inclusion-exclusion):

  • n(AB)=n(A)+n(B)n(AB)n(A \cup B) = n(A) + n(B) - n(A \cap B); disjoint case drops the last term.
  • n(AB)=n(A)n(AB)n(A - B) = n(A) - n(A \cap B); neither: n(AB)=n(U)n(AB)n(A' \cap B') = n(U) - n(A \cup B).
  • Exactly one: n(AB)=n(A)+n(B)2n(AB)n(A \triangle B) = n(A) + n(B) - 2\,n(A \cap B).
  • Three sets: n(ABC)=Σn(A)Σn(AB)+n(ABC)n(A \cup B \cup C) = \Sigma n(A) - \Sigma n(A \cap B) + n(A \cap B \cap C); fill the 8-region Venn from the centre outward.
  • Bounds: n(A)+n(B)n(U)n(AB)min(n(A),n(B))n(A) + n(B) - n(U) \leq n(A \cap B) \leq \min(n(A), n(B)).

Symmetric difference: AB=(AB)(BA)=(AB)(AB)A \triangle B = (A - B) \cup (B - A) = (A \cup B) - (A \cap B); commutative, associative, AA=ϕA \triangle A = \phi, Aϕ=AA \triangle \phi = A, and AB=ACB=CA \triangle B = A \triangle C \Rightarrow B = C (cancellation!).

Named JEE sets: {4n3n1}{9(n1)}\{4^n - 3n - 1\} \subset \{9(n-1)\} and {8n7n1}{49(n1)}\{8^n - 7n - 1\} \subset \{49(n-1)\} — via binomial expansion of (1+3)n(1+3)^n, (1+7)n(1+7)^n.

Last-Minute Mistake Checklist

Before the exam, scan this list — each item is a real mark lost by thousands of students every year:

  1. Apply the domain filter after solving{xN:x2=4}\{x \in \mathbb{N} : x^2 = 4\} is {2}, not {2-2, 2}.
  2. ϕ\phi, {0} and {ϕ\phi} are three different sets — sizes 0, 1, 1. The empty set is finite.
  3. \in relates element to set; \subset relates set to set — {a} \subset {a, b} but {a} \notin {a, b}.
  4. Packet elements stay sealed: in {1, {3, 4}}, the numbers 3 and 4 are NOT elements.
  5. \in does not chain with \subset — only \subset is transitive.
  6. Brackets by inequality: << round, \leq square; the \infty side is always round.
  7. ABBAA - B \neq B - A — compute each from its own left-hand set; rewrite AB=ABA - B = A \cap B' to simplify safely.
  8. De Morgan swaps the operation(AB)=AB(A \cup B)' = A' \cap B', never ABA' \cup B'.
  9. No cancellation for \cup or \cap aloneAB=ACA \cap B = A \cap C does not give B = C (both equations together do).
  10. In survey problems, handle "neither" first (n(U)n(U) - neither = union), then inclusion-exclusion; check that all Venn regions sum to n(U)n(U).

Done revising? Take the Section 7 mock drill under exam timing — that is the real test of readiness.