Properties of Relations
Properties of Relations
In Discrete Mathematics, a relation is a subset of the Cartesian product of two sets.
Suppose
Different relations exhibit different properties depending on how their ordered pairs are related to one another.
Understanding these properties is one of the most important topics in GATE CSE, as many questions ask you to identify whether a relation satisfies one or more of these properties.
1. Reflexive Relation
Definition
A relation on a set is called reflexive if every element is related to itself.
Mathematically,
In simple words,
Every element must have a self-loop.
Example 1
Let
and
Check every element:
- ✓
- ✓
- ✓
Since every element appears with itself,
R is reflexive.
Example 2
Let
Since
the relation is not reflexive.
Visual Representation
1 ↺
2 ↺
3 ↺
Every vertex has a self-loop.
Quick Trick
To check reflexivity:
Count the self-loops.
For a set containing
elements,
there must be exactly
self-loops.
2. Irreflexive Relation
Definition
A relation is irreflexive if no element is related to itself.
Mathematically,
Example
Let
and
There are no self-loops.
Hence,
R is irreflexive.
Counter Example
If
Since
the relation is not irreflexive.
Visual Representation
1 → 2
↑ ↓
3 ←
No self-loops exist.
Important Note
A relation cannot be both
- Reflexive
- Irreflexive
unless the set is empty.
3. Symmetric Relation
Definition
A relation is symmetric if whenever
then
must also belong to the relation.
Mathematically,
Meaning
Every arrow must have another arrow pointing back.
Example
Let
Check:
- → ✓
- → ✓
Hence,
R is symmetric.
Counter Example
Since
does not exist,
the relation is not symmetric.
Visual Representation
1 ⇄ 2 ⇄ 3
Every edge exists in both directions.
Important Note
Self-loops automatically satisfy symmetry.
Because
is its own reverse.
4. Asymmetric Relation
Definition
A relation is asymmetric if
whenever
then
Also,
no element can relate to itself.
Formally,
Example
Reverse pairs do not exist.
No self-loops exist.
Hence,
R is asymmetric.
Counter Example
Both directions exist.
Therefore,
Not asymmetric.
Important Property
Every asymmetric relation is automatically
- Irreflexive
because
would violate asymmetry.
5. Antisymmetric Relation
Definition
A relation is antisymmetric if
whenever
and
then
Mathematically,
Meaning
Different elements cannot point to each other.
Only self-loops may exist in both directions.
Example
There is no
Hence,
the relation is antisymmetric.
Counter Example
Here,
but both pairs exist.
Hence,
Not antisymmetric.
Common Confusion
Symmetric means
1 ⇄ 2
Antisymmetric means
1 → 2
or
2 → 1
but not both.
Important Note
Identity relation is always antisymmetric.
6. Transitive Relation
Definition
A relation is transitive if
whenever
and
then
must also belong to the relation.
Mathematically,
Meaning
If
A is related to B
and
B is related to C
then
A must be related to C.
Example
Since
and
produce
the relation is transitive.
Counter Example
Since
is missing,
the relation is not transitive.
Visual Representation
1 → 2 → 3
Therefore
1 → 3
must exist.
Relationship Between Properties
| Property | Condition |
|---|---|
| Reflexive | Every element relates to itself |
| Irreflexive | No element relates to itself |
| Symmetric | If exists then exists |
| Asymmetric | If exists then cannot exist |
| Antisymmetric | If both directions exist then |
| Transitive | and imply |
Comparison Table
| Property | Self Loops Allowed | Reverse Pair Required | Reverse Pair Forbidden |
|---|---|---|---|
| Reflexive | ✅ Yes | ❌ | ❌ |
| Irreflexive | ❌ No | ❌ | ❌ |
| Symmetric | ✅ Yes | ✅ Yes | ❌ |
| Asymmetric | ❌ No | ❌ | ✅ Yes |
| Antisymmetric | ✅ Yes | Only when | For different elements |
| Transitive | Depends | Depends | Depends |
GATE Tips
- Reflexive → Every element has a self-loop.
- Irreflexive → No self-loops at all.
- Symmetric → Every arrow has a matching reverse arrow.
- Asymmetric → No reverse arrows and no self-loops.
- Antisymmetric → Reverse arrows are allowed only for self-loops.
- Transitive → Whenever a path of length two exists, the shortcut edge must also exist.
Memory Tricks
| Property | Easy Way to Remember |
|---|---|
| Reflexive | Everyone likes themselves |
| Irreflexive | Nobody likes themselves |
| Symmetric | Friendship is mutual |
| Asymmetric | One-way street |
| Antisymmetric | Two-way only if it's the same person |
| Transitive | Friend of a friend implies a direct connection |