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