let X, Y be set ; :: thesis: for P being Relation st P is_antisymmetric_in X & Y c= X holds
P is_antisymmetric_in Y

let P be Relation; :: thesis: ( 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 ; :: thesis: P is_antisymmetric_in Y
let x be set ; :: according to RELAT_2:def 4 :: thesis: 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 ; :: thesis: ( 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 ; :: thesis: ( 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; :: thesis: verum