Consider $A$ = {$w, x, y, z$}. Determine:
(a) the number of possible relations on A, i.e., subsets of A×A
(b) the number of relations on A that are reflexive and symmetric.
(c) the number of relations on $A$ that are antisymmetric (consider the number of choices for a pair of element, say $(w, x)$ and $(x, w)$.
My Solutions: I was only able to solve the first part. Don't know how to solve the second or third part. (Answer (a) = $2^{16}$)
for part (b): http://math.stackexchange.com/questions/12139/number-of-relations-that-are-both-symmetric-and-reflexive and for part (c) : http://math.stackexchange.com/questions/503979/how-to-find-the-number-of-anti-symmetric-relations
– usermath Dec 18 '14 at 05:58