let S be full SubRelStr of L; S is transitive
let x, y, z be Element of S; YELLOW_0:def 2 ( x <= y & y <= z implies x <= z )
assume that
A1:
x <= y
and
A2:
y <= z
; x <= z
A3:
the carrier of S c= the carrier of L
by Def13;
[y,z] in the InternalRel of S
by A2, ORDERS_2:def 9;
then A4:
z in the carrier of S
by ZFMISC_1:106;
A5:
[x,y] in the InternalRel of S
by A1, ORDERS_2:def 9;
then A6:
x in the carrier of S
by ZFMISC_1:106;
y in the carrier of S
by A5, ZFMISC_1:106;
then reconsider a = x, b = y, c = z as Element of L by A6, A4, A3;
( a <= b & b <= c )
by A1, A2, Th60;
hence
x <= z
by A6, Th61, ORDERS_2:26; verum