let R be Relation; :: thesis: ( R is antisymmetric iff R /\ (R ~) c= id (dom R) )
A1: now end;
now
assume A7: R /\ (R ~) c= id (dom R) ; :: thesis: R is antisymmetric
now
let a, b be set ; :: thesis: ( a in field R & b in field R & [a,b] in R & [b,a] in R implies a = b )
assume that
a in field R and
b in field R and
A8: [a,b] in R and
A9: [b,a] in R ; :: thesis: a = b
[a,b] in R ~ by A9, RELAT_1:def 7;
then [a,b] in R /\ (R ~) by A8, XBOOLE_0:def 4;
hence a = b by A7, RELAT_1:def 10; :: thesis: verum
end;
then R is_antisymmetric_in field R by Def4;
hence R is antisymmetric by Def12; :: thesis: verum
end;
hence ( R is antisymmetric iff R /\ (R ~) c= id (dom R) ) by A1; :: thesis: verum