let M be Subset of L; ( not M is empty & M is interval implies M is directed )
assume A1:
( not M is empty & M is interval )
; M is directed
then consider z being object such that
A2:
z in M
;
reconsider z = z as Element of L by A2;
consider a, b being Element of L such that
A3:
M = [#a,b#]
by A1;
A4:
z <= b
by A3, A2, Def4;
a <= z
by A3, A2, Def4;
then A5:
a <= b
by A4, ORDERS_2:3;
let x, y be Element of L; WAYBEL_0:def 1 ( not x in M or not y in M or ex b1 being Element of the carrier of L st
( b1 in M & x <= b1 & y <= b1 ) )
assume that
A6:
x in M
and
A7:
y in M
; ex b1 being Element of the carrier of L st
( b1 in M & x <= b1 & y <= b1 )
take
b
; ( b in M & x <= b & y <= b )
b <= b
;
hence
b in M
by A3, A5, Def4; ( x <= b & y <= b )
thus
( x <= b & y <= b )
by A3, A6, A7, Def4; verum