The two most common confusions in a first sets chapter are the same confusion, dressed differently: students mix up element-of (\in) and subset-of (\subseteq). Both symbols describe "something being inside a set," but they describe different kinds of containment, and using one where the other is needed will cost you marks on every set theory question in class 11 and the JEE.
This page turns the distinction into a one-rule game: for every pair of objects you meet, ask is this thing a single element of that set, or is it a whole set of elements each of which is in that set? Element → \in. Whole set → \subseteq. The rest is practice.
The one-rule game
Given a left-hand object x and a right-hand set B, you have to choose between three possible relations:
- x \in B — "x is an element of B." Use when x is a single object that appears listed directly inside B.
- x \subseteq B — "x is a subset of B." Use when x is itself a set, and every element of x is also an element of B.
- Neither — if x is not an element of B and is not a subset of B, neither symbol applies.
Here is a game board with nine pairs. Can you pick the right relation for each one?
Row-by-row reasoning
3 \in \{1, 2, 3, 4\}. 3 is a single number; it is listed directly in the right set. Element. \in.
\{3\} \subseteq \{1, 2, 3, 4\}. The left side is a set with one element (3). Every element of \{3\} — namely, just 3 — is in the right set. So the left is a subset. \subseteq.
Notice that \{3\} \in \{1, 2, 3, 4\} would be false, because the set \{3\} does not appear as one of the listed elements of the right set. The number 3 appears; the set \{3\} does not.
\{1, 3\} \subseteq \{1, 2, 3, 4\}. Each element on the left (1 and 3) is on the right. Subset.
5 and \{1, 2, 3, 4\} — neither. 5 is not listed in the right set, and 5 is not even a set, so subsethood is not the question. Neither symbol applies.
\varnothing \subseteq \{1, 2, 3, 4\}. The empty set is a subset of every set, because "every element of \varnothing is in B" is vacuously true — there are no elements to check. This is a standard convention, and it shows up everywhere in the chapter.
\{1, 2\} \in \{\{1, 2\}, \{3, 4\}, 5\}. This one is the trap. The right set has three elements: the set \{1, 2\}, the set \{3, 4\}, and the number 5. The left object \{1, 2\} is one of those listed elements of the right set. So here \{1, 2\} is an element, not a subset. \in.
The deciding question
Always ask: what is the type of the left object, and what is it compared to?
- If the left is a single element (number, letter, point), the only relation to check is \in. Ask whether that element appears in the right set.
- If the left is itself a set, check both: does the set appear as a listed element on the right (\in)? or is every element of the left also on the right (\subseteq)? Sometimes both are possible (but in different senses); sometimes only one; sometimes neither.
The confusion happens when a set appears on the left. A set can be an element (if the right-hand side lists sets as its members), a subset (in the usual, more common sense), or both, depending on the right-hand side's structure.
A concrete trap: sets that contain sets
Let B = \{1, \{1\}\}. This B has exactly two elements: the number 1 and the set \{1\}. Then:
- 1 \in B — yes. 1 is listed.
- \{1\} \in B — yes. \{1\} is also listed, as the second element.
- \{1\} \subseteq B — yes. The only element of \{1\} is 1, and 1 \in B. So the subset condition also holds.
- \{\{1\}\} \subseteq B — yes. The only element of \{\{1\}\} is \{1\}, which is in B.
Three statements all true simultaneously, saying slightly different things. The moral: with nested sets you have to pay attention to exactly which type of object is on each side. This is the theme of the Russell's paradox puzzle in Sets - Introduction, and it is why mathematicians developed formal axioms for set theory in the twentieth century.
\subseteq vs \subset
One related distinction worth noting: some textbooks use \subset for proper subset (meaning A \subseteq B and A \neq B) and reserve \subseteq for general subset (which allows A = B). Others use \subset as a synonym for \subseteq. The NCERT convention is that \subset allows equality (same as \subseteq). When in doubt, ask which convention your course is using. It matters for power-set counting problems.
The compressed rule
\in is about being listed inside the set. \subseteq is about every element of the left being among the elements of the right. Ask "is the left object one of the items in the right set?" (that is \in) or "is every item of the left object also among the items of the right set?" (that is \subseteq). One question, two symbols, no confusion.
Related: Sets - Introduction · Venn Diagrams from Scratch · Cardinality Meter · Set Operations