386 views

1 Answer

0 votes
0 votes
Relation are defined on element of same set so for a set of n element we will take cross product to map each relation thus we our relationship can have n*n element

Eg S={1,2} to {1,2} so Relations={(1,1),(1,2),(2,1),(2,2}

Now out of $n^{2}$ relations each relation have option to either be present or absent thus

$2^{n^{2}}$ total

Like only 1 relation is present so (1,1) or (1,2) or (2,1) or (2,2) if 2 are present like {(1,2),(2,2)} etc

In other ways it is equivalent to number of different n*n matrix possible where each entry can be 0 or 1

Related questions

5 votes
5 votes
2 answers
3
Sanjay Sharma asked Mar 7, 2017
47,622 views
How many transitive relations are there on a set with n elements ifa)n=1 b) n=2 c) n=3
19 votes
19 votes
2 answers
4
shree asked Oct 24, 2014
26,458 views
On a set of n elements, how many relations are there that are both irreflexive and antisymmetric?Please explain how to calculate .