let X, Y be set ; for P being Relation st P is_antisymmetric_in X & Y c= X holds
P is_antisymmetric_in Y
let P be Relation; ( P is_antisymmetric_in X & Y c= X implies P is_antisymmetric_in Y )
assume that
A1:
P is_antisymmetric_in X
and
A2:
Y c= X
; P is_antisymmetric_in Y
let x be set ; RELAT_2:def 4 for b1 being set holds
( not x in Y or not b1 in Y or not [x,b1] in P or not [b1,x] in P or x = b1 )
let y be set ; ( not x in Y or not y in Y or not [x,y] in P or not [y,x] in P or x = y )
assume that
A3:
x in Y
and
A4:
y in Y
; ( not [x,y] in P or not [y,x] in P or x = y )
thus
( not [x,y] in P or not [y,x] in P or x = y )
by A1, A2, A3, A4, RELAT_2:def 4; verum