let L be with_suprema Poset; for f being Function of L,L st f is directed-sups-preserving holds
f is monotone
let f be Function of L,L; ( f is directed-sups-preserving implies f is monotone )
assume A1:
f is directed-sups-preserving
; f is monotone
let x, y be Element of L; ORDERS_3:def 5 ( not x <= y or for b1, b2 being Element of the carrier of L holds
( not b1 = f . x or not b2 = f . y or b1 <= b2 ) )
assume A2:
x <= y
; for b1, b2 being Element of the carrier of L holds
( not b1 = f . x or not b2 = f . y or b1 <= b2 )
A3:
y = y "\/" x
by A2, YELLOW_0:24;
for a, b being Element of L st a in {x,y} & b in {x,y} holds
ex z being Element of L st
( z in {x,y} & a <= z & b <= z )
proof
let a,
b be
Element of
L;
( a in {x,y} & b in {x,y} implies ex z being Element of L st
( z in {x,y} & a <= z & b <= z ) )
assume A4:
(
a in {x,y} &
b in {x,y} )
;
ex z being Element of L st
( z in {x,y} & a <= z & b <= z )
take
y
;
( y in {x,y} & a <= y & b <= y )
thus
y in {x,y}
by TARSKI:def 2;
( a <= y & b <= y )
thus
(
a <= y &
b <= y )
by A2, A4, TARSKI:def 2;
verum
end;
then
( {x,y} is directed & not {x,y} is empty )
;
then A5:
f preserves_sup_of {x,y}
by A1;
A6:
dom f = the carrier of L
by FUNCT_2:def 1;
y <= y
;
then A7:
{x,y} is_<=_than y
by A2, YELLOW_0:8;
for b being Element of L st {x,y} is_<=_than b holds
y <= b
by YELLOW_0:8;
then
ex_sup_of {x,y},L
by A7, YELLOW_0:30;
then sup (f .: {x,y}) =
f . (sup {x,y})
by A5
.=
f . y
by A3, YELLOW_0:41
;
then A8: f . y =
sup {(f . x),(f . y)}
by A6, FUNCT_1:60
.=
(f . y) "\/" (f . x)
by YELLOW_0:41
;
let afx, bfy be Element of L; ( not afx = f . x or not bfy = f . y or afx <= bfy )
assume
( afx = f . x & bfy = f . y )
; afx <= bfy
hence
afx <= bfy
by A8, YELLOW_0:22; verum