let L be LATTICE; :: thesis: for x, y being Element of L st x <= y holds
{x,y} is Chain of x,y
let x, y be Element of L; :: thesis: ( x <= y implies {x,y} is Chain of x,y )
assume A1:
x <= y
; :: thesis: {x,y} is Chain of x,y
then A2:
{x,y} is Chain of L
by ORDERS_2:36;
A3:
x in {x,y}
by TARSKI:def 2;
A4:
y in {x,y}
by TARSKI:def 2;
for z being Element of L st z in {x,y} holds
( x <= z & z <= y )
hence
{x,y} is Chain of x,y
by A1, A2, A3, A4, Def2; :: thesis: verum