Still having trouble with this. Here's what I know:
Anti-symmetric:
Definition 1: xRy \wedge yRx \Rightarrow x=y
Definition 2 (equivalent to #1): x\neq y \Rightarrow \rceil(xRy) \vee \rceil(yRx).
I have the set {a,b}. The cross-product {a,b}x{a,b}={(a,a),(a,b),(b,a),(b,b)} and a relation on {a,b} is a subset of that cross-product. The subsets (relations) are:
0 elements: \emptyset
1 element: {(a,a)}, {(a,b)}, {(b,a)}, {(b,b)}
2 elements: {(a,a),(b,a)}, {(a,a),(a,b)}, {(a,a),(b,b)}, {(b,a),(a,b)}, {(b,a),(b,b)}, {(a,b),(b,b)}
3 elements: {(a,a),(b,a),(a,b)}, {(a,a),(b,a),(b,b)}, {(a,a),(a,b),(b,b)}, {(b,a),(a,b),(b,b)}
4 elements: {(a,a),(a,b),(b,a),(b,b)}
From the definiton of anti-symmetric above, I see that the anti-symmetric relations are those that don't contain (a,b) or (b,a) or both:
\emptyset, {(a,a)}, {(a,b)}, {(b,a)}, {(b,b)}, {(a,a),(b,a)}, {(a,a),(a,b)}, {(a,a),(b,b)}, {(b,a),(b,b)}, {(a,b),(b,b)}, {(a,a),(b,a),(b,b)}, {(a,a),(a,b),(b,b)}. Twelve in total (that's what my lecturer said also).
PS:
My understanding is that (a,b) and (b,a) can't be both in the relation, because that would imply a=b, however that is not true. The lecturer has made it clear verbally and in his book, that to him things like {a,a} and {a,b}, where a=b, are not sets at all. Hence a=b can't be true (since the problem assumes {a,b} is a set) and if a=b isn't true, then either (a,b) or (b,a) must be excluded from an anti-symmetric relation (my understanding of definition 2).
- Kamataat