in Others edited by
432 views
2 votes
2 votes

How many reflexive relations are there on a set with $4$ elements?

  1. $2^4$
  2. $2^{12}$
  3. $4^2$
  4. $2$
in Others edited by
432 views

2 Answers

0 votes
0 votes
Best answer

Understanding reflexive relation using matrix.

Let us have n elements in a set.

In a n*n matrix we can have 2 possibilities that the relation is present (represent as 1) or not present (represent as 0).

A matrix is reflexive if all the diagonal elements are 1.

$\begin{bmatrix} 1 & & \\ & 1 & \\ & & 1 \\ & & & 1 \end{bmatrix}$

Now we are left with n$^{2}$-n space to be filled with either 0 or 1,

So total number of Reflexive relations will be 2$^{n^{{2}}-n}$.


Here n=4

So 2$^{4^{{2}}-4}$ = 2$^{16-4}$ = 2$^{12}$

selected by
1 vote
1 vote
A has 4 elements.So, $A*A$ has 16 elements.

let us take a example. Let A ={a,b,c,d}

$A*A=\{aa,bb,cc,dd,ab,ac,ad,ba,bc,bd,ca,cb,cd,da,db,dc\}$

Here iam representing ordered pair (a,b) with ‘ab’

Ordered pairs aa,bb,cc,dd has no choice they have to be present in every reflexive relation.

But remaining 12 ordered pairs have 2 choices:Present or not present in a reflexive relation.

With each of these12 ordered pairs having 2 choices, we have $2^{12}$ relations each of which is reflexive.

Related questions