Question
If , find the total number of symmetric relations on .
Solution — Step by Step
A relation on a set is symmetric if: for every , we also have .
In other words: if the relation includes the ordered pair , it must also include . If (a diagonal element like ), then the condition is automatically satisfied since is its own “pair.”
, so ordered pairs in total.
These 16 pairs split into two categories:
Diagonal pairs (where ): — 4 pairs
Off-diagonal pairs (where ): The remaining pairs.
These 12 off-diagonal pairs group into 6 symmetric pairs (also called “partner pairs”):
Number of symmetric (unordered) pairs =
To build a symmetric relation:
For each diagonal pair : We can either include it or exclude it independently. There are 4 diagonal pairs → choices.
For each off-diagonal symmetric pair : We must either include BOTH or exclude BOTH (to maintain symmetry). We cannot include just one. There are 6 such pairs → choices.
These choices are independent of each other.
Total symmetric relations = (choices for diagonal pairs) × (choices for off-diagonal symmetric pairs)
For a set with :
- Number of diagonal pairs =
- Number of off-diagonal symmetric pairs =
- Total choices =
For : ✓
Answer: 1024 symmetric relations
Why This Works
The key insight is that symmetry is a “paired constraint” — it doesn’t restrict whether a pair is included, only that partners must travel together. This is why we count independently: each diagonal element is a free choice, and each off-diagonal pair is a single binary choice (both in, or both out).
Compare this with reflexive relations (where all diagonal elements must be included: choices) or arbitrary relations ( total subsets of ).
Alternative Method
Total subsets of = . Of these, we want only those that are symmetric. We use the formula directly:
For : .
For CBSE Class 12 and JEE, also know: number of reflexive relations = ; number of reflexive and symmetric relations = (diagonal elements must all be included, off-diagonal pairs free). These formulas come up as MCQs very frequently.
Common Mistake
The most common error is treating all pairs as independent. Students compute instead of , forgetting that diagonal elements also have a free choice (each diagonal pair is independent of its partner, since it has no separate partner). Always split into diagonal and off-diagonal before counting.