let X be non empty set ; for R being Relation of X st R is_asymmetric_in X holds
R is asymmetric
let R be Relation of X; ( R is_asymmetric_in X implies R is asymmetric )
assume A1:
R is_asymmetric_in X
; R is asymmetric
let x, y be set ; RELAT_2:def 5,RELAT_2:def 13 ( not x in field R or not y in field R or not [x,y] in R or not [y,x] in R )
A2:
field R c= X \/ X
by RELSET_1:19;
assume A3:
x in field R
; ( not y in field R or not [x,y] in R or not [y,x] in R )
assume A4:
y in field R
; ( not [x,y] in R or not [y,x] in R )
assume
[x,y] in R
; not [y,x] in R
hence
not [y,x] in R
by A1, A2, A3, A4, RELAT_2:def 5; verum