NDA Maths · Sets & Relations

Set Fundamentals, Operations and Algebra

A set is a well-defined collection of distinct objects; the operations (union, intersection, complement, difference, symmetric difference) obey a fixed list of algebraic laws that the NDA tests by asking which identity is NOT correct.

Why this matters

Start here — everything else in the chapter is built on these operations. 23 PYQs live in this subtopic, and the dominant shape is identity verification: you are given four set identities and must spot the wrong one. That is pure law-recognition (distributive, De Morgan, absorption) plus careful region-counting on a Venn diagram. All EASY or MODERATE except a handful.

Concept 1 of 4

Sets — notation, empty set, and equal vs equivalent

Intuition

A set is just a collection of distinct objects. Two ideas trip students up and the NDA tests both: the empty set (a set with no elements, written ∅) is still a perfectly good set, and 'equal' sets are not the same as 'equivalent' sets — equal means identical elements, equivalent means merely the same NUMBER of elements.

Definition

Core vocabulary:

  • Set — a well-defined collection of distinct objects; xAx \in A means x belongs to A.
  • Empty (null) set \emptyset — has no elements; it is a subset of every set. A condition with no solutions defines \emptyset (e.g. {xR:x2+1=0}=\{x \in \mathbb{R} : x^2 + 1 = 0\} = \emptyset).
  • Subset ABA \subseteq B — every element of A is in B. Proper subset ABA \subset B excludes A=BA = B.
  • Equal sets have exactly the same elements; equivalent sets only have the same number of elements (same cardinality). Equal \Rightarrow equivalent, not the reverse.

Worked example

Are the sets A={1,2,3}A = \{1, 2, 3\} and B={a,e,i}B = \{a, e, i\} equal, equivalent, or neither?
Practice this conceptself-check · 3 quick reps

From the bank · past-year question

Example 1Sets & RelationsEASY
If S={x:x2+1=0,x is real}S = \{x : x^2 + 1 = 0,\, x \text{ is real}\}, then SS is

[Q25 · Apr · 2017]

Equal vs equivalent

{1,3,5}\{1,3,5\} and {2,4,7}\{2,4,7\} are equivalent (both size 3) but not equal (different elements). The NDA pairs these words deliberately — equal is about WHICH elements, equivalent is about HOW MANY.

Concept 2 of 4

Union, intersection, complement and difference

Intuition

Five operations build every set expression. Union ABA \cup B is 'in A OR B'; intersection ABA \cap B is 'in A AND B'; complement AA' is 'NOT in A'; difference ABA - B is 'in A but not B'. Picture them as regions of a Venn diagram and most questions become a region count.

Definition

The operations and the identities the bank leans on:

  • ABA \cup B (union), ABA \cap B (intersection), AA' (complement, relative to the universal set), AB=ABA - B = A \cap B' (difference).
  • Complement is an involution: (A)=A(A')' = A. A long nested complement like E(E(EA))E-(E-(E-A)) collapses by cancelling in pairs.
  • A set can be defined by a condition — solving it gives the set: (xa)(xb)>0(x-a)(x-b) > 0 (with a<ba<b) gives x<ax < a or x>bx > b; multiples of 2 AND 3 are the multiples of 6.

Difference and complement identities

AB=AB(A)=AA - B = A \cap B' \qquad (A')' = A
UABA − BA ∩ BB − A(A ∪ B)′ — outside both

Worked example

If EE is the universal set, simplify E(E(EA))E - (E - (E - A)).
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Sets & RelationsMODERATE
For any three non-empty sets A,B,CA,B,C, what is (AB){(AB)(BA)(AB)}(A\cup B)-\{(A-B)\cup(B-A)\cup(A\cap B)\} equal to?

[Q24 · Apr · 2024]

ABA - B is not symmetric

ABA - B (in A, not B) is different from BAB - A (in B, not A). Only their UNION, (AB)(BA)(A-B)\cup(B-A), is symmetric — that is the symmetric difference. Don't write AB=BAA-B = B-A.

The three disjoint pieces rebuild the union

(AB)(AB)(BA)=AB(A-B) \cup (A\cap B) \cup (B-A) = A \cup B — the only-A, both, and only-B regions tile the whole union. Recognising this collapses many 'simplify the expression' questions to \emptyset or AA.

Concept 3 of 4

The laws of set algebra

Intuition

Set operations obey a fixed list of laws — the same shape as the laws of logic. The NDA's favourite question gives you four 'identities' and asks which is NOT correct; the wrong one is always a real law with one operation swapped. Knowing the genuine laws makes it a spot-the-impostor exercise.

Definition

The laws you must recognise on sight (A, B, C are any sets):

  • Distributive: A(BC)=(AB)(AC)A \cup (B \cap C) = (A\cup B)\cap(A\cup C) and A(BC)=(AB)(AC)A \cap (B \cup C) = (A\cap B)\cup(A\cap C).
  • De Morgan: (AB)=AB(A\cup B)' = A' \cap B' and (AB)=AB(A\cap B)' = A' \cup B'.
  • Absorption: A(AB)=AA \cup (A\cap B) = A and A(AB)=AA \cap (A\cup B) = A.
  • Idempotent / Identity / Complement: AA=AA\cup A = A; A=AA\cup\emptyset=A; AA=EA\cup A' = E, AA=A\cap A' = \emptyset.
LawStatementThe impostor to watch for
DistributiveA(BC)=(AB)(AC)A\cup(B\cap C)=(A\cup B)\cap(A\cup C)Swapping \cup / \cap on one side breaks it
De Morgan(AB)=AB(A\cup B)'=A'\cap B'(AB)=AB(A\cup B)' = A'\cup B' is WRONG — the operation flips
In predicate form: x(AB)xAx\notin(A\cup B)\Rightarrow x\notin A AND xBx\notin B (not OR).
AbsorptionA(AB)=AA\cup(A\cap B)=AA(AB)=ABA\cup(A\cap B)=A\cup B is WRONG — it collapses to just AA
Subset test 'for all B'(AB)(CB) BAC(A\cap B)\subseteq(C\cap B)\ \forall B \Rightarrow A\subseteq CTest such claims by choosing B=B=\emptyset or B=EB=E
Distractors are genuine laws with one operation flipped. Verify a suspect identity on a tiny example or a Venn diagram.
Practice this conceptself-check · 3 quick reps

From the bank · past-year question

Example 3Sets & RelationsMODERATE
If AA, BB and CC are subsets of a given set, then which one of the following relations is not\textbf{\text{not}} correct ?

[Q3 · Sep · 2019]

The wrong option is a real law with a flipped operation

These questions never use nonsense — every distractor is a genuine law with \cup/\cap swapped or absorption over-simplified. If unsure, plug in A={1},B={2}A=\{1\}, B=\{2\} and compute both sides.

Concept 4 of 4

Symmetric difference and set-equality conditions

Intuition

The symmetric difference ABA \triangle B collects elements in exactly one of the two sets — the union minus the overlap. It also gives a clean test for equality: two sets are equal exactly when their symmetric difference is empty. A related trap is that you CANNOT cancel sets like numbers.

Definition

Equality tools:

  • Symmetric difference: AB=(AB)(BA)=(AB)(AB)=(AB)(AB)A \triangle B = (A-B)\cup(B-A) = (A\cup B)-(A\cap B) = (A\cap B')\cup(A'\cap B).
  • AB=    A=BA \triangle B = \emptyset \iff A = B; also AB=AB    A=BA\cup B = A\cap B \iff A = B.
  • Cancellation fails: AB=ACA\cap B = A\cap C does NOT force B=CB=C; AC=BCA\cup C = B\cup C forces A=BA=B only when C is disjoint from both.

Symmetric difference

AB=(AB)(BA)=(AB)(AB)A \triangle B = (A - B) \cup (B - A) = (A \cup B) - (A \cap B)

Worked example

Sets satisfy AC=BCA\cap C = B\cap C with CC disjoint from both AA and BB. Also AC=BCA\cup C = B\cup C. What can you conclude?
Practice this conceptself-check · 3 quick reps

From the bank · past-year question

Example 4Sets & RelationsMODERATE
Let A and B be subsets of X and C=(AB)(AB)C = (A \cap B') \cup (A' \cap B), where A' and B' are complements of A and B in X. What is C equal to?

[Q6 · Apr · 2018]

You cannot cancel sets like numbers

AB=ACA\cap B = A\cap C does NOT give B=CB=C, and AB=ACA\cup B = A\cup C does NOT give B=CB=C either. Cancellation only works when the cancelled set is disjoint from the rest. Always look for a small counterexample.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (2)

Reference tables (1)

The laws of set algebra4 rows
LawStatementThe impostor to watch for
DistributiveA(BC)=(AB)(AC)A\cup(B\cap C)=(A\cup B)\cap(A\cup C)Swapping \cup / \cap on one side breaks it
De Morgan(AB)=AB(A\cup B)'=A'\cap B'(AB)=AB(A\cup B)' = A'\cup B' is WRONG — the operation flips
In predicate form: x(AB)xAx\notin(A\cup B)\Rightarrow x\notin A AND xBx\notin B (not OR).
AbsorptionA(AB)=AA\cup(A\cap B)=AA(AB)=ABA\cup(A\cap B)=A\cup B is WRONG — it collapses to just AA
Subset test 'for all B'(AB)(CB) BAC(A\cap B)\subseteq(C\cap B)\ \forall B \Rightarrow A\subseteq CTest such claims by choosing B=B=\emptyset or B=EB=E
Distractors are genuine laws with one operation flipped. Verify a suspect identity on a tiny example or a Venn diagram.

Watch out for (5)

Drill every past-year question on this subtopic

23 questions from the bank — paginated, with cart and Word-export support.