let L be finite LATTICE; :: thesis: for C being Chain of L
for x, y being Element of L st x in C & y in C holds
( x < y iff height x < height y )

let C be Chain of L; :: thesis: for x, y being Element of L st x in C & y in C holds
( x < y iff height x < height y )

let x, y be Element of L; :: thesis: ( x in C & y in C implies ( x < y iff height x < height y ) )
assume A1: ( x in C & y in C ) ; :: thesis: ( x < y iff height x < height y )
( height x < height y implies x < y )
proof
assume A2: height x < height y ; :: thesis: x < y
per cases ( x <= y or y <= x ) by A1, ORDERS_2:11;
end;
end;
hence ( x < y iff height x < height y ) by Th2; :: thesis: verum