2,527 views
0 votes
0 votes
For a set of n elements, what is the number of relations possible if:

1. Relation is neither Reflexive nor Irreflexive

2. Relation is Reflexive, Symmetric but not Anti-Symmetric.

1 Answer

3 votes
3 votes

1.   Relation is neither Reflexive nor Irreflexive   =   $(2^n - 1 -1) \, \times (2^{n^2-n})$

For Counting of Relations, Use the Matrix Representation for ease. For a Relation to be Reflexive, All Main Diagonal Elements must be "1" and For a Relation to be Irreflexive, All Main Diagonal Elements must be "0", So, If a Relation is neither Reflexive nor Irreflexive, These Two cases must NOT be there (All Main Diagonal Elements  "0" or All Main Diagonal Elements  "1"), That's why  $(2^n - 1 -1)$ ... And We are free to assign any one of 0 or 1 to the remaining "n2 - n" positions, that's why  $(2^{n^2-n})$


2.   Relation is Reflexive, Symmetric but not Anti-Symmetric   :   $(2^{(n^2-n)/2})  - 1$ 

We Subtract 1 because there is only one relation which is All Symmetric, Antisymmetric and Reflexive. 

edited by

Related questions

2 votes
2 votes
1 answer
1
h4kr asked Dec 27, 2022
358 views
Is the statement true that all reflexive relations are anti-symmetric?
0 votes
0 votes
0 answers
2
Yamini_learner asked Sep 26, 2022
319 views
Let R be a relation.Why $R^2 oR^2 !=R^4$ while $R^3 oR =R^4$?Please explain.
1 votes
1 votes
1 answer
3
0 votes
0 votes
1 answer
4
srestha asked Mar 7, 2019
862 views
Let $A=\left \{ 1,2,3 \right \}$. Number of relation on $A$ which are neither reflexive, nor irreflexive but symmetric is ___________Ans given 48but I got 8Please verify