How many reflexive relation are there on a set with n elements?

32.2k Views Asked by At

How many reflexive relation are there on a set with n elements ?

1

There are 1 best solutions below

2
On

Let $A$ be this set. Write $A\times A$ in a grid. If the square $(j,k)$ is marked, that means that $jRk$.

Since the relation is reflexive you must mark the main diagonal. They are $n$ squares. Now the question is: 'How many ways are there to mark or not the other squares of the grid?'. There are $n^2-n$ squares, and there are $2$ possibilities for each. Then, there are $$2^{n^2-n}$$ possibilities.