2

Is it 16 (2^4)?

I completely forgot how to calculate the number of relations on a given set.

Jane
  • 105
  • 2
    How do $a$ and $b$ relate to $16$, $2$, and $4$? This question needs a lot of editing before anyone can understand what you are talking about. – Gerry Myerson Nov 23 '12 at 02:42
  • @GerryMyerson I just read the words "set", "$16$" and "$2^4$" and concluded that the OP had some issue with counting the number of functions from a $4$ element set to a $2$ element set. Anyway I have now deleted my answer since I didn't read the question properly. –  Nov 23 '12 at 02:49

2 Answers2

6

If you mean $S = \{a, b\}$, a set with $2$ elements, then a relation is simply an element of the powerset of $S^2$. So your answer is correct.

beauby
  • 753
1

Suppose $X$ is a set of $n$ elements. Then for any ordered pair $(x,y)$ of elements of $X$, we can say Yes or No to the question of whether $(x,y)$ is in the (binary) relation on $X$. There are $2^{n^2}$ ways to make the choices, and therefore $2^{n^2}$ binary relations on $X$.

If $X$ is the $2$-element set $\{a,b\}$, the number of relations on $X$ is therefore $2^{(2^2)}$.

André Nicolas
  • 507,029