let X, S be non empty set ; for R being Relation of X st R is antisymmetric holds
R is_antisymmetric_in S
let R be Relation of X; ( R is antisymmetric implies R is_antisymmetric_in S )
assume
R is antisymmetric
; R is_antisymmetric_in S
then A1:
R is_antisymmetric_in field R
by RELAT_2:def 12;
let x, y be set ; RELAT_2:def 4 ( not x in S or not y in S or not [x,y] in R or not [y,x] in R or x = y )
assume that
x in S
and
y in S
; ( not [x,y] in R or not [y,x] in R or x = y )
assume A2:
[x,y] in R
; ( not [y,x] in R or x = y )
assume A3:
[y,x] in R
; x = y
( x in field R & y in field R )
by A2, RELAT_1:30;
hence
x = y
by A1, A2, A3, RELAT_2:def 4; verum