let L be antisymmetric RelStr ; for R being auxiliary(i) Relation of L
for x, y being Element of L st [x,y] in R & [y,x] in R holds
x = y
let R be auxiliary(i) Relation of L; for x, y being Element of L st [x,y] in R & [y,x] in R holds
x = y
let x, y be Element of L; ( [x,y] in R & [y,x] in R implies x = y )
assume that
A1:
[x,y] in R
and
A2:
[y,x] in R
; x = y
A3:
y <= x
by A2, WAYBEL_4:def 3;
x <= y
by A1, WAYBEL_4:def 3;
hence
x = y
by A3, ORDERS_2:2; verum