let X be set ; :: thesis: for R being Relation st R is_asymmetric_in X holds
R \/ (id X) is_antisymmetric_in X

let R be Relation; :: thesis: ( R is_asymmetric_in X implies R \/ (id X) is_antisymmetric_in X )
assume A1: R is_asymmetric_in X ; :: thesis: R \/ (id X) is_antisymmetric_in X
now
let x, y be set ; :: thesis: ( x in X & y in X & [x,y] in R \/ (id X) & [y,x] in R \/ (id X) implies x = y )
assume that
A2: ( x in X & y in X ) and
A3: [x,y] in R \/ (id X) and
A4: [y,x] in R \/ (id X) ; :: thesis: x = y
now end;
hence x = y ; :: thesis: verum
end;
hence R \/ (id X) is_antisymmetric_in X by Def4; :: thesis: verum