Let me tell u what antisymmetric means in simple language:
Anti symmetric - The word itself has a meaning against "Symmetric" {(a,b) and (b,a) exists}.
That is ,in the case of antisymmetric, it means that if (a,b) exists then obviously (b,a) cannot exist. [Because if (b,a) exists it becomes symmetric; and we already said that antisymmetric is against symmetric].
But under one condition if (a,b) exists, then (b,a) can also exists, i.e.
if one and only if a=b.
I'll explain with examples for better understanding:
A={1,2,3}
R1= {(1,1)(2,2)(3,3)}
--> It is Anti symmetric because (1,1) exists and when it is reversed also we get (1,1) and it exists and 1=1. (Same with 2,2 and 3,3).
R2={(2,1)(2,3)(1,1)}
-->It is Anti symmetric because (2,1) exists but (1,2) does not. (2,3) exists but (3,2) does not and (1,1) can exist because a=b.
R3={(2,3)(3,2)(2,2)(3,3)}
--> It is NOT Anti Symmetric because (2,3) exists and (3,2) also exists, which is not prohibited.
And according to your question:
A={1,4,5,7}
R={(1,4)(1,5)(4,7)}
It is Antisymmetric because:
- (1,4) exists but (4,1) does not.
- (1,5) exists but (5,1) does not.
- (4,7) exists but (7,4) does not.
I hope this helps...