47,460 views
5 votes
5 votes
How many transitive relations are there on a set with n elements if

a)n=1   b) n=2  c) n=3

2 Answers

Best answer
10 votes
10 votes

https://en.wikipedia.org/wiki/Transitive_relation#Counting_transitive_relations

https://www.quora.com/How-do-I-find-number-of-transitive-relations-on-a-set

On the basis of given link,

There is No general formula to counts the number of transitive relations on a finite set.

a) n=1, number of transitive relations will be 2

b) n=2, number of transitive relations will be 13

There are direct formulas to count other types of relations.

No. of relations =2mn

No. of reflexive relations =2 n(n-1)

No. of irreflexive relations = 2 n(n-1)

No. of symmetric relations = 2 n(n+1)/2

No. of asymmetric relations = 3 n(n-1)/2

No. of Anti Symmetric Relations = 2 n *  3 n(n-1)/2

I hope te answer is helpful :)

edited by
0 votes
0 votes

https://cs.uwaterloo.ca/journals/JIS/VOL7/Pfeiffer/pfeiffer6.pdf  Please refer to this paper. first take 2 elements (pair) at a time and then take 3 elements ata time in sequence to form transitive relation. 

Related questions

19 votes
19 votes
2 answers
1
shree asked Oct 24, 2014
26,393 views
On a set of n elements, how many relations are there that are both irreflexive and antisymmetric?Please explain how to calculate .
1 votes
1 votes
0 answers
3
Piyush Kapoor asked Oct 14, 2015
1,075 views
I am unable to get this logic since in both of these algorithms we need to have a record of future requirement of the processes so then why is it that resource allocation...
1 votes
1 votes
1 answer
4
Pradyumna Paralikar asked Apr 16, 2015
1,872 views
There are 200 computers in a lab which are attached to an ethernet 10 Mbps with a coaxial cable of 1500m .The packets are 800 bits long. The propagation speed is 2*10^8 m...