Types of relations
A relation on a set is any subset of . That definition is so wide that almost everything counts as a relation. To extract useful structure we ask which special properties the relation has. Five basic types appear again and again in Class XII: empty, universal, reflexive, symmetric, and transitive. The first two are extreme; the next three describe how a relation interacts with the elements of the set.
Definitions
Let be a non-empty set and let .
- is the empty relation if . No element is related to anything.
- is the universal relation if . Every element is related to every other.
- is reflexive if for every .
- is symmetric if for all , .
- is transitive if for all , .
The empty and universal relations are sometimes called trivial relations because they carry no information about how individual elements compare.
Reading the quantifiers
Every property here is a universal statement. To prove is reflexive you must verify for all . A single missing pair destroys reflexivity. To prove is symmetric you must show the implication for all pairs . To disprove any of these properties you only need one counter-example. Many students confuse the two directions and lose easy marks. Memorise the slogan: to prove a universal claim, argue generally; to refute it, exhibit one bad case.
Worked discussion
Take . Consider .
- Reflexive? Yes, all three diagonal pairs are present.
- Symmetric? and , no other off-diagonal pairs. Yes.
- Transitive? and are in , so we need . Yes. Similarly . Yes. So transitive holds.
Now consider .
- Reflexive? No: .
- Symmetric? No: but .
- Transitive? Check need . Yes, it is there. No other chain to check. So transitive holds.
The second example shows that transitivity does not require reflexivity or symmetry. The three properties are independent.
Counter-examples worth memorising
A relation can have any combination of the three properties. Here are minimal examples on .
| Combination | Example |
|---|---|
| reflexive only | |
| symmetric only | |
| transitive only | |
| reflexive + symmetric, not transitive | |
| reflexive + transitive, not symmetric | |
| symmetric + transitive, not reflexive |
The last entry is subtle and often appears in JEE problems: a symmetric and transitive relation need not be reflexive on . If then by symmetry , and by transitivity . But this only gives reflexivity at elements that appear in some pair of . An element of that never shows up forces reflexivity to fail.
A theorem and its proof
Theorem. If is reflexive and transitive on , then is an equivalence relation on , where .
Proof. Let .
Reflexive. For any , (reflexivity of ) and since . So .
Symmetric. Suppose . Then and , which means . Also because . So .
Transitive. Suppose . Then so by transitivity of . Also for the same reason, so , i.e. . Hence .
This little theorem shows the power of definitions: once you trust them and quote them carefully, proofs are mechanical.
Worked examples
Example 1. On , let is even. Show is reflexive, symmetric and transitive.
- Reflexive: , even. So .
- Symmetric: if is even, then is even.
- Transitive: if and are both even, then is even.
Example 2. On , let . Which properties hold?
- Reflexive: , yes.
- Symmetric: but , no.
- Transitive: and implies , yes.
Example 3. On the set of all lines in a plane, let . Take parallelism to include "the same line".
- Reflexive: every line is parallel to itself.
- Symmetric: .
- Transitive: and .
So has all three properties.
Example 4. On , let . Check the three properties.
- Reflexive: , yes.
- Symmetric: but , no.
- Transitive: and , yes.
Example 5. On the set of all triangles in a plane, let is similar to . Show is reflexive, symmetric and transitive.
This is geometric: every triangle is similar to itself (use the identity correspondence). Similarity is symmetric by reversing the correspondence. Transitivity follows from composing two similarity correspondences.
Example 6. On , count the relations that are (i) reflexive, (ii) symmetric. Total relations: .
- Reflexive: the five diagonal pairs are forced; the remaining off-diagonal pairs can be present or absent freely. Count .
- Symmetric: pair up off-diagonal positions: and must be the same. There are such pairs, each free, plus diagonal entries free. Count .
Try it yourself
- On , define is even. Check the three properties.
- On , define . Is reflexive? Symmetric? Transitive?
- Give a relation on that is symmetric but neither reflexive nor transitive.
- On the set of all books in a library, let mean " and share an author". Discuss the three properties.
- Show that the universal relation on any non-empty set is reflexive, symmetric and transitive.
- On , let . Is transitive? Justify.
- How many reflexive relations are there on a set of elements?
- How many symmetric relations are there on a set of elements?
- Construct a relation on that is transitive but not reflexive.
- Prove: if and are both reflexive on , then so is .
- Prove: if and are both symmetric on , then so is . What about ?
- Show by example that the union of two transitive relations need not be transitive.
- Let be the relation on defined by . Check the three properties.
- Prove: if is symmetric, then .
Pitfalls / Tricks
- A relation can be both symmetric and antisymmetric only when it is a subset of the diagonal.
- Transitivity is vacuously true when no chain exists; this is why singleton relations like are transitive.
- A reflexive relation always has at least pairs; an empty relation on a non-empty set is never reflexive.
- The trap "symmetric + transitive reflexive" is false. The standard counter-example: with . Element is never reflexive.
- When checking symmetry on tabular data, scan only off-diagonal entries; the diagonal is automatically symmetric.
Mastering this section is a matter of patience: every claim is a one-line implication, and writing them out forms the backbone of every later proof in the chapter.