let S be lower-bounded up-complete LATTICE; for T being lower-bounded continuous LATTICE
for f being Function of S,T st ( for x being Element of S holds f . x = "\/" ( { (f . w) where w is Element of S : w << x } ,T) ) holds
for x being Element of S
for y being Element of T holds
( y << f . x iff ex w being Element of S st
( w << x & y << f . w ) )
let T be lower-bounded continuous LATTICE; for f being Function of S,T st ( for x being Element of S holds f . x = "\/" ( { (f . w) where w is Element of S : w << x } ,T) ) holds
for x being Element of S
for y being Element of T holds
( y << f . x iff ex w being Element of S st
( w << x & y << f . w ) )
let f be Function of S,T; ( ( for x being Element of S holds f . x = "\/" ( { (f . w) where w is Element of S : w << x } ,T) ) implies for x being Element of S
for y being Element of T holds
( y << f . x iff ex w being Element of S st
( w << x & y << f . w ) ) )
assume A1:
for x being Element of S holds f . x = "\/" ( { (f . w) where w is Element of S : w << x } ,T)
; for x being Element of S
for y being Element of T holds
( y << f . x iff ex w being Element of S st
( w << x & y << f . w ) )
then A2:
f is monotone
by Th13;
let x be Element of S; for y being Element of T holds
( y << f . x iff ex w being Element of S st
( w << x & y << f . w ) )
let y be Element of T; ( y << f . x iff ex w being Element of S st
( w << x & y << f . w ) )
hereby ( ex w being Element of S st
( w << x & y << f . w ) implies y << f . x )
end;
given w being Element of S such that A11:
w << x
and
A12:
y << f . w
; y << f . x
w <= x
by A11, WAYBEL_3:1;
then
f . w <= f . x
by A2, WAYBEL_1:def 2;
hence
y << f . x
by A12, WAYBEL_3:2; verum