let L be with_infima Poset; :: thesis: for f being Function of L,L st f is filtered-infs-preserving holds
f is monotone

let f be Function of L,L; :: thesis: ( f is filtered-infs-preserving implies f is monotone )
assume A1: f is filtered-infs-preserving ; :: thesis: f is monotone
let x, y be Element of L; :: according to ORDERS_3:def 5 :: thesis: ( 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 ; :: thesis: for b1, b2 being Element of the carrier of L holds
( not b1 = f . x or not b2 = f . y or b1 <= b2 )

A3: x = x "/\" y by A2, YELLOW_0:25;
for c, d being Element of L st c in {x,y} & d in {x,y} holds
ex z being Element of L st
( z in {x,y} & z <= c & z <= d )
proof
let c, d be Element of L; :: thesis: ( c in {x,y} & d in {x,y} implies ex z being Element of L st
( z in {x,y} & z <= c & z <= d ) )

assume A4: ( c in {x,y} & d in {x,y} ) ; :: thesis: ex z being Element of L st
( z in {x,y} & z <= c & z <= d )

take x ; :: thesis: ( x in {x,y} & x <= c & x <= d )
thus x in {x,y} by TARSKI:def 2; :: thesis: ( x <= c & x <= d )
thus ( x <= c & x <= d ) by A2, A4, TARSKI:def 2; :: thesis: verum
end;
then ( {x,y} is filtered & not {x,y} is empty ) ;
then A5: f preserves_inf_of {x,y} by A1;
A6: dom f = the carrier of L by FUNCT_2:def 1;
x <= x ;
then A7: x is_<=_than {x,y} by A2, YELLOW_0:8;
for c being Element of L st c is_<=_than {x,y} holds
c <= x by YELLOW_0:8;
then ex_inf_of {x,y},L by A7, YELLOW_0:31;
then inf (f .: {x,y}) = f . (inf {x,y}) by A5
.= f . x by A3, YELLOW_0:40 ;
then A8: f . x = inf {(f . x),(f . y)} by A6, FUNCT_1:60
.= (f . x) "/\" (f . y) by YELLOW_0:40 ;
let a, b be Element of L; :: thesis: ( not a = f . x or not b = f . y or a <= b )
assume ( a = f . x & b = f . y ) ; :: thesis: a <= b
hence a <= b by A8, YELLOW_0:23; :: thesis: verum