let L be lower-bounded continuous LATTICE; for B being Subset of L st ( for x, y being Element of L st not y <= x holds
ex b being Element of L st
( b in B & not b <= x & b <= y ) ) holds
for x, y being Element of L st not y <= x holds
ex b being Element of L st
( b in B & not b <= x & b << y )
let B be Subset of L; ( ( for x, y being Element of L st not y <= x holds
ex b being Element of L st
( b in B & not b <= x & b <= y ) ) implies for x, y being Element of L st not y <= x holds
ex b being Element of L st
( b in B & not b <= x & b << y ) )
assume A1:
for x, y being Element of L st not y <= x holds
ex b being Element of L st
( b in B & not b <= x & b <= y )
; for x, y being Element of L st not y <= x holds
ex b being Element of L st
( b in B & not b <= x & b << y )
let x, y be Element of L; ( not y <= x implies ex b being Element of L st
( b in B & not b <= x & b << y ) )
A2:
for z being Element of L holds
( not waybelow z is empty & waybelow z is directed )
;
assume
not y <= x
; ex b being Element of L st
( b in B & not b <= x & b << y )
then consider y1 being Element of L such that
A3:
y1 << y
and
A4:
not y1 <= x
by A2, WAYBEL_3:24;
consider b being Element of L such that
A5:
b in B
and
A6:
not b <= x
and
A7:
b <= y1
by A1, A4;
take
b
; ( b in B & not b <= x & b << y )
thus
( b in B & not b <= x & b << y )
by A3, A5, A6, A7, WAYBEL_3:2; verum