Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Reflexive Relation: Meaning, Formula & Examples

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon
SearchIcon

How do you identify and count reflexive relations on a set?


The concept of reflexive relation plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Understanding reflexive relations is crucial in sets, relations, and discrete mathematics, especially for students preparing for board exams and competitive entrance tests.


What Is Reflexive Relation?

Reflexive relation is a special type of relation in set theory and discrete math where every element of a set relates to itself. In other words, a relation R on set A is reflexive if for all a ∈ A, the pair (a, a) ∈ R. You’ll find this concept applied in areas such as discrete mathematics, graph theory, and computer science.


Key Formula for Reflexive Relation

Here’s the standard formula for counting the total number of reflexive relations possible on a set with n elements:
\( N = 2^{n(n-1)} \)
Where N is the number of reflexive relations and n is the number of elements in the set.


Step-by-Step Illustration

  1. Let’s consider set A = {1, 2, 3}. Write all possible ordered pairs:
    Pairs: (1,1), (1,2), (1,3), (2,1), (2,2), (2,3), (3,1), (3,2), (3,3)
  2. For the relation to be reflexive, (1,1), (2,2), and (3,3) must be present.
    These are required for reflexivity.
  3. Each of the other 6 pairs (those not on the diagonal) can either be included or not, independently.
    That’s 2 options (in or out) for each of the 6 pairs.
  4. So, total number: \( 2^6 = 64 \) reflexive relations on a 3-element set.

Properties of Reflexive Relation

Property Meaning
Reflexive For all a in set A, (a, a) ∈ R
Irreflexive For all a in set A, (a, a) ∉ R
Symmetric If (a, b) ∈ R, then (b, a) ∈ R
Antisymmetric If (a, b) ∈ R and (b, a) ∈ R, then a = b
Transitive If (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R

Speed Trick: How to Count Reflexive Relations Quickly

Here’s a quick shortcut used by students to count reflexive relations for MCQs:

  1. Find the total number of ordered pairs (n² for set of size n).
  2. Subtract n (the diagonal pairs), since they must be included in R.
  3. For each of the other (n² − n) pairs, there are 2 choices (in or out).
  4. So, total reflexive relations = \( 2^{n^2−n} \)

Tip: Always remember, reflexive relations must contain all (a, a) pairs.


Real-life Applications

  • In computer databases, setting a permission where every user automatically has access to their own files is a reflexive relation.
  • In social networks, “is friends with oneself” ensures a reflexive relation in friendship graphs.

Frequent Errors and Misunderstandings

  • Forgetting to include every (a, a) pair in the relation.
  • Confusing reflexive relation with symmetric or transitive ones.
  • Assuming a relation is reflexive just because it contains some (a, a), not all.

Try These Yourself

  • Given set B = {x, y}, list all reflexive relations on B.
  • Check if the relation “is parallel to” among lines is reflexive.
  • Find the number of reflexive relations on a set with 4 elements.
  • Is the relation “is father of” on a set of people reflexive?

Relation to Other Concepts

The idea of reflexive relation connects closely with symmetric relation and equivalence relation. Mastering this helps with equivalence classes, digraphs, and further study of advanced algebraic structures in mathematics.


Classroom Tip

A quick way to remember reflexive relation: Whenever you build a relation table or graph, always check that every element has a self-loop or is paired with itself. Vedantu’s teachers often draw matrix diagrams showing diagonal elements, emphasizing that reflexivity always lights up the diagonal!


We explored reflexive relation—from definition, formula, properties, and mistakes, to its broader connections. For more clear examples, solved problems, and shortcut tricks, check out Vedantu’s detailed notes and live teaching sessions. Keep practicing to master reflexive relations and ace your Maths exams!


Explore Related Concepts